test_pbo_functionality

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
chilled_bassist
Newbie
Newbie
Posts: 1
Joined: Tue Jul 01, 2008 6:28 pm

test_pbo_functionality

Post by chilled_bassist »

I'm trying to get a screensaver running, and it appears to start working, until it seems to carry out a test:

fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from Loading the PBO test texture
@ directx.c / 3563

at which time it decides i don't have direct3D and bombs out. Would simple DLL override work against this, or is it something more complex? i've done a search, and this error messages seems to appear quite a lot from what i can see, but with no fix. any help / pointers whatsoever are gratefully recieved.

TIA

Steve
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: test_pbo_functionality

Post by vitamin »

chilled_bassist wrote:Would simple DLL override work against this, or is it something more complex?
The later. You can't override core d3d dlls.
PsYhLo
Newbie
Newbie
Posts: 3
Joined: Wed Jul 09, 2008 5:59 am

Post by PsYhLo »

i have the same problem
but i try to run Heroes 5 ToE
i have laptop HP Compaq 6715s AMD Athlon64 X2 1.9Ghz, AMD/ATi x1250 128MB and 2GB ram
all this running Ubuntu 8.04 with wine 1.1.0 and with the latest updates

edit:
ups i forgot to write this
i have Ati Catalyst 8.5(fglrx) because 8.6 has some problems with wine
don't want to run 3d apps

Code: Select all

wine H5_Game.exe 
err:winedevice:ServiceMain driver L"hcnwg4u" failed to load
fixme:advapi:RegisterEventSourceW ((null),L"LightScribeService"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x60020004,(nil),0x0000,0x00000000,(nil),(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,0,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,9,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,18,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,27,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,36,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,45,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,54,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,63,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,72,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,81,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,90,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,99,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,108,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,117,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,126,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,135,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,144,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,153,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,162,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,171,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,180,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,189,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,198,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,207,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,216,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,225,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,234,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,243,2): stub!
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,252,2): stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f7fc,0x00000000), stub!
fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from Loading the PBO test texture
 @ directx.c / 3563
Locked