Stefan Dösinger wrote:
Ok I did a clean install.. rebuilt wine from the base 1.1.1 code put the above patch into the context.c and reran EverQuest2.exe I put export WINEDEBUG=+d3d,+sed before running and am attaching the trace. (If you need more just send me a message and I will retry it. I still get the card does not have pixel shader error (and yes the card has pixel shaders (its an ATI FIREGL5200)). I am attaching the log and the screenshot.
Don't let yourself be fooled by the pixelshader error message. It most likely has nothing to do with pixel shaders at all. Most likely the game does something like this:
try { do_init_1(); do_init_2(); do_init_3(); } catch(all_stuff_that_can_go_wrong) { /* Initialization fails. This usually means that the card doesn't have the features * we need */ MessageBox("NO PIXEL SHADERS!!!!! GO BUY A BETTER CARD!!11!1!!\n"); }
Of course the app isn't prepared for other things to go wrong, e.g. a Wine bug or a driver bug, and fails to write as much details about the problem as it can. Writing proper error paths is a pain in the ass, and so on.
wine: Unhandled page fault on read access to 0x016c6580 at address 0xa3502f (thread 0021), starting debugger..
This line is much more suspicious. The app seems to crash somewhere, and as far as I can see in the log long after initializing the opengl context. It does a reset call, but the Reset call succeeds. If changing the pixel format loading changes the behavior, it's most likely because it avoids triggering some crash in the graphics driver(doesn't mean it is a driver bug though).
Ok I ran make test and got the failure without running Everquest2.exe let me attach the output of maketest. I guess thats a start eh?
chris
[cahrendt@stinky wine-1.1.1]$ make test make[1]: Entering directory `/work/Downloads/wine-1.1.1/tools' make[1]: `makedep' is up to date. make[1]: Leaving directory `/work/Downloads/wine-1.1.1/tools' make[1]: Entering directory `/work/Downloads/wine-1.1.1/dlls' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/advapi32/tests' ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so cred.c && touch cred.ok Could not load Mozilla. HTML rendering will be disabled. libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering wine: configuration in '/home/cahrendt/.wine' has been updated. fixme:cred:CredReadW unhandled type -1 fixme:cred:CredReadW unhandled flags 0xdeadbeef err:cred:CredWriteW bad username L"winetest" err:cred:CredWriteW bad username (null) fixme:cred:CredDeleteW unhandled type -1 fixme:cred:CredDeleteW unhandled flags 0xdeadbeef cred.c:302: Tests skipped: CRED_TYPE_DOMAIN_VISIBLE_PASSWORD credentials are not supported or are disabled. Skipping ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so crypt.c && touch crypt.ok ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so crypt_lmhash.c && touch crypt_lmhash.ok ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so crypt_md4.c && touch crypt_md4.ok ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so crypt_md5.c && touch crypt_md5.ok ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so crypt_sha.c && touch crypt_sha.ok ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so lsa.c && touch lsa.ok fixme:advapi:LsaOpenPolicy ((null),0x33fe2c,0x000f0fff,0x33fe58) stub fixme:advapi:LsaClose (0xcafe) stub ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so registry.c && touch registry.ok ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so security.c && touch security.ok fixme:advapi:ParseStringSidToSid String constant not supported: L"CA" fixme:advapi:ParseStringSidToSid String constant not supported: L"DA" fixme:advapi:ParseStringSidToSid String constant not supported: L"DC" fixme:advapi:ParseStringSidToSid String constant not supported: L"DD" fixme:advapi:ParseStringSidToSid String constant not supported: L"DG" fixme:advapi:ParseStringSidToSid String constant not supported: L"DU" fixme:advapi:ParseStringSidToSid String constant not supported: L"EA" fixme:advapi:ParseStringSidToSid String constant not supported: L"PA" fixme:advapi:ParseStringSidToSid String constant not supported: L"LA" fixme:advapi:ParseStringSidToSid String constant not supported: L"LG" fixme:advapi:ParseStringSidToSid String constant not supported: L"RS" fixme:advapi:ParseStringSidToSid String constant not supported: L"SA" security.c:1177: Tests skipped: Well known SIDs starting from 62 are not implemented fixme:advapi:ImpersonateLoggedOnUser (0x38) fixme:advapi:LsaOpenPolicy ((null),0x33fd14,0x000f0fff,0x33fd38) stub fixme:advapi:LsaClose (0xcafe) stub fixme:advapi:LookupAccountNameW L"" L"cahrendt" (nil) 0x33fd68 (nil) 0x33fd64 0x33fd5c - stub fixme:advapi:LookupAccountNameW L"" L"cahrendt" 0x11f258 0x33fd68 0x11f2c0 0x33fd64 0x33fd5c - stub fixme:advapi:LookupAccountNameW L"" L"Everyone" 0x11f258 0x33fd68 0x11f2c0 0x33fd64 0x33fd5c - stub fixme:advapi:LookupAccountNameW L"" L"cahrendt" (nil) 0x33fd68 0x11f2c0 0x33fd64 0x33fd5c - stub fixme:advapi:LookupAccountNameW L"" L"cahrendt" (nil) 0x33fd68 0x11f2c0 0x33fd64 0x33fd5c - stub fixme:advapi:LookupAccountNameW L"" L"cahrendt" 0x11f258 0x33fd68 (nil) 0x33fd64 0x33fd5c - stub fixme:advapi:LookupAccountNameW L"" L"" (nil) 0x33fd68 (nil) 0x33fd64 0x33fd5c - stub fixme:advapi:LookupAccountNameW L"" L"" 0x11f258 0x33fd68 0x11f2b8 0x33fd64 0x33fd5c - stub fixme:advapi:LookupAccountNameW L"" L"oogabooga" (nil) 0x33fd68 (nil) 0x33fd64 0x33fd5c - stub fixme:advapi:LookupAccountNameW (null) L"Everyone" 0x11f3ac 0x33fcc8 (nil) 0x33fcc4 0x33fcc0 - stub fixme:advapi:LookupAccountNameW (null) L"Everyone" 0x11f3ac 0x33fcc8 (nil) 0x33fcc4 0x33fcc0 - stub fixme:advapi:SetEntriesInAclW unhandled access mode 4 fixme:advapi:ParseStringSidToSid String constant not supported: L"No" fixme:ntdll:RtlSetControlSecurityDescriptor (0x11f4f0 0x00001000 0x00001000): stub ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so service.c && touch service.ok fixme:reg:RegConnectRegistryW Connect to L"DOESNOTEXIST" is not supported. err:service:validate_context_handle Access denied - handle created with access 1, needed 2 err:service:validate_context_handle Access denied - handle created with access 1, needed 2 err:service:validate_context_handle Access denied - handle created with access 1, needed 2 err:service:validate_service_config Service L"Winetest" has an unknown service type err:service:svcctl_CreateServiceW Invalid data while trying to create service err:service:validate_service_config Service L"Winetest" has an unknown service type err:service:svcctl_CreateServiceW Invalid data while trying to create service fixme:service:svcctl_CreateServiceW Don't know how to add a password err:service:validate_service_config Service L"Winetest" is interactive but has a start name err:service:svcctl_CreateServiceW Invalid data while trying to create service err:service:validate_service_config Service L"Winetest" has an unknown start type err:service:svcctl_CreateServiceW Invalid data while trying to create service err:service:validate_service_config Service L"Winetest" - SERVICE_BOOT_START and SERVICE_SYSTEM_START are only allowed for driver services err:service:svcctl_CreateServiceW Invalid data while trying to create service err:service:validate_context_handle Access denied - handle created with access 0, needed 10000 fixme:service:svcctl_CreateServiceW Don't know how to add a password fixme:service:svcctl_CreateServiceW Dependencies not supported yet fixme:service:svcctl_CreateServiceW Don't know how to add a password fixme:service:svcctl_CreateServiceW Dependencies not supported yet make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/advapi32/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/advpack/tests' ../../../tools/runtest -q -P wine -M advpack.dll -T ../../.. -p advpack_test.exe.so advpack.c && touch advpack.ok ../../../tools/runtest -q -P wine -M advpack.dll -T ../../.. -p advpack_test.exe.so files.c && touch files.ok err:setupapi:do_file_copyW Unsupported style(s) 0x20000010 ../../../tools/runtest -q -P wine -M advpack.dll -T ../../.. -p advpack_test.exe.so install.c && touch install.ok fixme:advpack:ExecuteCabW Cab archive not extracted! make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/advpack/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/browseui/tests' ../../../tools/runtest -q -P wine -M browseui.dll -T ../../.. -p browseui_test.exe.so autocomplete.c && touch autocomplete.ok make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/browseui/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/cabinet/tests' ../../../tools/runtest -q -P wine -M cabinet.dll -T ../../.. -p cabinet_test.exe.so extract.c && touch extract.ok ../../../tools/runtest -q -P wine -M cabinet.dll -T ../../.. -p cabinet_test.exe.so fdi.c && touch fdi.ok err:cabinet:FDICopy FDIIsCabinet failed. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/cabinet/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/comcat/tests' ../../../tools/runtest -q -P wine -M comcat.dll -T ../../.. -p comcat_test.exe.so comcat.c && touch comcat.ok make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/comcat/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/comctl32/tests' ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so comboex.c && touch comboex.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so datetime.c && touch datetime.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so dpa.c && touch dpa.ok fixme:dpa:DPA_SaveStream hDpa=0x122178 loadProc=0x67635730 pStream=0x125980 lParam=deadbeef fixme:dpa:DPA_LoadStream phDpa=0x33fe58 loadProc=0x676355d0 pStream=0x125980 lParam=deadbeef fixme:dpa:DPA_LoadStream dwSize=0 dwData2=0 dwItems=0 fixme:dpa:DPA_LoadStream new hDpa=0x122178, errorcode=80004005 ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so header.c && touch header.ok err:header:HEADER_WindowProc unknown msg 1216 wp=0001 lp=00000064 err:header:HEADER_WindowProc unknown msg 1218 wp=0000 lp=00000001 err:header:HEADER_WindowProc unknown msg 1217 wp=0001 lp=00000000 ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so imagelist.c && touch imagelist.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so listview.c && touch listview.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so misc.c && touch misc.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so monthcal.c && touch monthcal.ok err:monthcal:MONTHCAL_WindowProc unknown msg 2006 wp=00000000 lp=00000000 err:monthcal:MONTHCAL_WindowProc unknown msg 2005 wp=00000001 lp=00000000 err:monthcal:MONTHCAL_WindowProc unknown msg 2006 wp=00000000 lp=00000000 err:monthcal:MONTHCAL_WindowProc unknown msg 2005 wp=00000000 lp=00000000 err:monthcal:MONTHCAL_WindowProc unknown msg 2006 wp=00000000 lp=00000000 err:monthcal:MONTHCAL_WindowProc unknown msg 2005 wp=00000001 lp=00000000 monthcal.c:950: Tests skipped: cannot perform today link test ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so mru.c && touch mru.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so msg.c && touch msg.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so progress.c && touch progress.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so propsheet.c && touch propsheet.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so rebar.c && touch rebar.ok fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so status.c && touch status.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so subclass.c && touch subclass.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so tab.c && touch tab.ok fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_SetCurFocus Should set input focus fixme:tab:TAB_WindowProc Unimplemented msg TCM_GETEXTENDEDSTYLE fixme:tab:TAB_WindowProc Unimplemented msg TCM_SETEXTENDEDSTYLE fixme:tab:TAB_WindowProc Unimplemented msg TCM_GETEXTENDEDSTYLE fixme:tab:TAB_WindowProc Unimplemented msg TCM_SETEXTENDEDSTYLE fixme:tab:TAB_WindowProc Unimplemented msg TCM_GETEXTENDEDSTYLE ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so toolbar.c && touch toolbar.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so tooltips.c && touch tooltips.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so trackbar.c && touch trackbar.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so treeview.c && touch treeview.ok ../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so updown.c && touch updown.ok make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/comctl32/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/comdlg32/tests' ../../../tools/runtest -q -P wine -M comdlg32.dll -T ../../.. -p comdlg32_test.exe.so filedlg.c && touch filedlg.ok fixme:shell:SHCreateDirectoryExW Show system error message, creating path L"C:\windows\profiles\cahrendt\Desktop", failed with error 183 err:shell:SHGetFolderPathAndSubDirW Failed to create directory L"C:\windows\profiles\cahrendt\Desktop". fixme:shell:SHCreateDirectoryExW Show system error message, creating path L"C:\windows\profiles\cahrendt\Desktop", failed with error 183 err:shell:SHGetFolderPathAndSubDirW Failed to create directory L"C:\windows\profiles\cahrendt\Desktop". ../../../tools/runtest -q -P wine -M comdlg32.dll -T ../../.. -p comdlg32_test.exe.so printdlg.c && touch printdlg.ok fixme:commdlg:PrintDlgExW ((nil)) stub fixme:commdlg:PrintDlgExW (0x1258c0) stub fixme:commdlg:PrintDlgExW (0x1258c0) stub fixme:commdlg:PrintDlgExW (0x1258c0) stub make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/comdlg32/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/credui/tests' ../../../tools/runtest -q -P wine -M credui.dll -T ../../.. -p credui_test.exe.so credui.c && touch credui.ok make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/credui/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/crypt32/tests' ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so base64.c && touch base64.ok ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so cert.c && touch cert.ok fixme:crypt:CertAddCertificateContextToStore Unimplemented add disposition 0 fixme:crypt:CertAddCertificateContextToStore Unimplemented add disposition 0 fixme:crypt:CryptVerifyCertificateSignatureEx unimplemented for NULL signer fixme:crypt:CertGetPublicKeyLength unimplemented for DH public keys ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so chain.c && touch chain.ok fixme:crypt:CertVerifyCertificateChainPolicy unimplemented for 0 ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so crl.c && touch crl.ok ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so encode.c && touch encode.ok ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so main.c && touch main.ok fixme:crypt:I_CryptInstallOssGlobal 7fdcc233 0ded7263 109cf92e, return value 9 fixme:crypt:I_CryptInstallOssGlobal 6b68079a 41a7c4c9 1befd79f, return value 10 fixme:crypt:I_CryptInstallOssGlobal 519b500d 25e45d32 4e6afb66, return value 11 fixme:crypt:I_CryptInstallOssGlobal 7c83e458 3f2dba31 431bd7b7, return value 12 fixme:crypt:I_CryptInstallOssGlobal 436c6125 62bbd95a 257130a3, return value 13 fixme:crypt:I_CryptInstallOssGlobal 721da317 333ab105 628c895d, return value 14 fixme:crypt:I_CryptInstallOssGlobal 6763845e 2d1d5ae9 2443a858, return value 15 fixme:crypt:I_CryptInstallOssGlobal 79838cb2 08edbdab 75a2a8d4, return value 16 fixme:crypt:I_CryptInstallOssGlobal 189a769b 0b03e0c6 4353d0cd, return value 17 fixme:crypt:I_CryptInstallOssGlobal 2ca88611 71f32454 54e49eb4, return value 18 fixme:crypt:I_CryptInstallOssGlobal 3a95f874 02901d82 0836c40e, return value 19 fixme:crypt:I_CryptInstallOssGlobal 7c3dbd3d 1e7ff521 08138641, return value 20 fixme:crypt:I_CryptInstallOssGlobal 22221a70 6ceaf087 737b8ddc, return value 21 fixme:crypt:I_CryptInstallOssGlobal 614fd4a1 3006c83e 4516dde9, return value 22 fixme:crypt:I_CryptInstallOssGlobal 440badfc 5577f8e1 419ac241, return value 23 fixme:crypt:I_CryptInstallOssGlobal 77465f01 3804823e 05072367, return value 24 fixme:crypt:I_CryptInstallOssGlobal 2463b9ea 5c482a97 7724c67e, return value 25 fixme:crypt:I_CryptInstallOssGlobal 2d517796 51ead36b 5e884adc, return value 26 fixme:crypt:I_CryptInstallOssGlobal 3855585c 153ea438 580bd78f, return value 27 fixme:crypt:I_CryptInstallOssGlobal 2a487cb0 6a2342ec 70a64e2a, return value 28 fixme:crypt:I_CryptInstallOssGlobal 2cd89a32 725a06fb 1d4ed43b, return value 29 fixme:crypt:I_CryptInstallOssGlobal 4b588f54 7a6d8d3c 57e4ccaf, return value 30 fixme:crypt:I_CryptInstallOssGlobal 38437fdb 6de91b18 542289ec, return value 31 fixme:crypt:I_CryptInstallOssGlobal 684a481a 32fff902 7644a45c, return value 32 fixme:crypt:I_CryptInstallOssGlobal 3dc240fb 749abb43 579478fe, return value 33 fixme:crypt:I_CryptInstallOssGlobal 75c6c33a 79a1deaa 1ba026fa, return value 34 fixme:crypt:I_CryptInstallOssGlobal 520eedd1 70c6a529 12e685fb, return value 35 fixme:crypt:I_CryptInstallOssGlobal 23f9c13c 4f4ef005 374a3fe6, return value 36 fixme:crypt:I_CryptInstallOssGlobal 39386575 275ac794 649bb77c, return value 37 fixme:crypt:I_CryptInstallOssGlobal 235ba861 180115be 1cf10fd8, return value 38 ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so msg.c && touch msg.ok fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 3 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 8 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 9 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 10 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 15 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 16 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 17 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 18 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 19 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 20 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 21 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 23 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 24 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 25 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 26 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 27 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 28 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 29 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 30 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 33 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 34 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 35 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 36 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 37 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 38 fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 39 fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bd3, 17, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bd3, 17, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, (nil), 0, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, (nil), 0, 1): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, (nil), 0, 1): detached update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bd3, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bd4, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bd5, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bd6, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bd7, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bd8, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bd9, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bda, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bdb, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bdc, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bdd, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bde, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bdf, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342be0, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342be1, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342be2, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342be3, 1, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, (nil), 0, 1): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, (nil), 0, 1): detached update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bcd, 4, 1): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bcd, 4, 1): detached update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60342bcd, 4, 0): streamed update stub fixme:crypt:CDecodeMsg_Update (0x122d28, 0x60343100, 173, 1): detached update stub ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so oid.c && touch oid.ok ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so protectdata.c && touch protectdata.ok ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so sip.c && touch sip.ok ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so store.c && touch store.ok fixme:crypt:CertEnumCTLsInStore (0x122db0, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122db0, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122db0, (nil)): stub fixme:crypt:I_CertUpdateStore semi-stub fixme:crypt:CertEnumCTLsInStore (0x122db0, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122db0, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122db0, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122fc8, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122db0, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122db0, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122db0, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122dd8, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122dd8, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122dd8, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122dd8, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122dd8, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122dd8, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x123308, (nil)): stub fixme:crypt:CertEnumCTLsInStore (0x122dd8, (nil)): stub ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so str.c && touch str.ok make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/crypt32/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/cryptnet/tests' ../../../tools/runtest -q -P wine -M cryptnet.dll -T ../../.. -p cryptnet_test.exe.so cryptnet.c && touch cryptnet.ok fixme:cryptnet:CryptGetObjectUrl unimplemented for 0 fixme:cryptnet:CRYPT_GetUrlFromCertificateIssuer fixme:cryptnet:CRYPT_GetUrlFromCertificateIssuer fixme:cryptnet:CRYPT_GetUrlFromCertificateIssuer fixme:cryptnet:CRYPT_GetUrlFromCertificateIssuer fixme:cryptnet:CRYPT_GetUrlFromCertificateIssuer fixme:cryptnet:CRYPT_GetUrlFromCertificateIssuer fixme:cryptnet:CRYPT_GetUrlFromCertificateIssuer make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/cryptnet/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/d3d8/tests' ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so d3d8_main.c && touch d3d8_main.ok fixme:d3d8:ValidateVertexShader ((nil) (nil) (nil) 0 (nil)): stub fixme:d3d8:ValidateVertexShader ((nil) (nil) (nil) 1 (nil)): stub fixme:d3d8:ValidateVertexShader (0x602ee6e0 (nil) (nil) 0 (nil)): stub fixme:d3d8:ValidateVertexShader (0x602ee6e0 (nil) (nil) 1 (nil)): stub fixme:d3d8:ValidateVertexShader (0x602ee6e0 (nil) (nil) 0 (nil)): stub fixme:d3d8:ValidateVertexShader (0x602ee6e0 (nil) (nil) 1 (nil)): stub err:d3d8:ValidateVertexShader vertexshader version mismatch fixme:d3d8:ValidateVertexShader (0x602ee6e0 0x602ee6e0 (nil) 1 (nil)): stub fixme:d3d8:ValidateVertexShader (0x602ee6e0 (nil) 0x602ee6e0 1 (nil)): stub fixme:d3d8:ValidateVertexShader (0x602ee6e0 (nil) (nil) 12345 (nil)): stub fixme:d3d8:ValidateVertexShader (0x602ee6e0 (nil) (nil) 1 0x602ee6e0): stub fixme:d3d8:ValidatePixelShader ((nil) (nil) 0 (nil)): stub fixme:d3d8:ValidatePixelShader ((nil) (nil) 1 (nil)): stub fixme:d3d8:ValidatePixelShader (0x602ee740 (nil) 0 (nil)): stub fixme:d3d8:ValidatePixelShader (0x602ee740 (nil) 1 (nil)): stub fixme:d3d8:ValidatePixelShader (0x602ee740 (nil) 1 (nil)): stub err:d3d8:ValidatePixelShader pixelshader version mismatch fixme:d3d8:ValidatePixelShader (0x602ee740 0x602ee740 1 (nil)): stub fixme:d3d8:ValidatePixelShader (0x602ee740 (nil) 12345 (nil)): stub fixme:d3d8:ValidatePixelShader (0x602ee740 (nil) 1 0x602ee740): stub ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so device.c && touch device.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33f688,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:IWineD3DDeviceImpl_CreateAdditionalSwapChain The app requests more than one back buffer, this can't be supported properly. Please configure the application to use double buffering(=1 back buffer) if possible fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface device.c:1060: Tests skipped: Pixel shaders not supported fixme:d3d_shader:vshader_set_limits Unrecognized vertex shader version 0 fixme:d3d_shader:vshader_set_limits Unrecognized vertex shader version 0 fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:IWineD3DDeviceImpl_SetLightEnable Too many concurrently active lights fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so surface.c && touch surface.ok fixme:win:EnumDisplayDevicesW ((null),0,0x33f8e8,0x00000000), stub! fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from Loading the PBO test texture @ directx.c / 3594 fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so texture.c && touch texture.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33f858,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so visual.c && touch visual.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33f208,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d_draw:drawPrimitive Using software emulation because manual fog coordinates are provided visual.c:1336: Tests skipped: No vs.1.1 support visual.c:1241: Tests skipped: tex operation MODULATEINVALPHA_ADDCOLOR not supported visual.c:1241: Tests skipped: tex operation MODULATEINVCOLOR_ADDALPHA not supported ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so volume.c && touch volume.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33f868,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/d3d8/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/d3d9/tests' ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so d3d9ex.c && touch d3d9ex.ok fixme:win:EnumDisplayDevicesW ((null),0,0x33f948,0x00000000), stub! fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from Loading the PBO test texture @ directx.c / 3594 fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 145 (XFree86-DRI) Minor opcode of failed request: 7 () Value in failed request: 0x8a Serial number of failed request: 319 Current serial number in output stream: 319 make[2]: *** [d3d9ex.ok] Error 1 make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/d3d9/tests' make[1]: *** [d3d9/tests/__test__] Error 2 make[1]: Leaving directory `/work/Downloads/wine-1.1.1/dlls' make: *** [dlls/__test__] Error 2 [cahrendt@stinky wine-1.1.1]$ make test make[1]: Entering directory `/work/Downloads/wine-1.1.1/tools' make[1]: `makedep' is up to date. make[1]: Leaving directory `/work/Downloads/wine-1.1.1/tools' make[1]: Entering directory `/work/Downloads/wine-1.1.1/dlls' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/advapi32/tests' make[2]: Nothing to be done for `test'. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/advapi32/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/advpack/tests' make[2]: Nothing to be done for `test'. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/advpack/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/browseui/tests' make[2]: Nothing to be done for `test'. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/browseui/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/cabinet/tests' make[2]: Nothing to be done for `test'. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/cabinet/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/comcat/tests' make[2]: Nothing to be done for `test'. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/comcat/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/comctl32/tests' make[2]: Nothing to be done for `test'. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/comctl32/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/comdlg32/tests' make[2]: Nothing to be done for `test'. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/comdlg32/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/credui/tests' make[2]: Nothing to be done for `test'. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/credui/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/crypt32/tests' make[2]: Nothing to be done for `test'. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/crypt32/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/cryptnet/tests' make[2]: Nothing to be done for `test'. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/cryptnet/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/d3d8/tests' make[2]: Nothing to be done for `test'. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/d3d8/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/d3d9/tests' ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so d3d9ex.c && touch d3d9ex.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33f948,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so device.c && touch device.ok fixme:win:EnumDisplayDevicesW ((null),0,0x33f848,0x00000000), stub! fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from Loading the PBO test texture @ directx.c / 3594 device.c:1984: Tests skipped: Display format X1R5G5B5 not supported, skipping fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:IWineD3DDeviceImpl_CreateAdditionalSwapChain The app requests more than one back buffer, this can't be supported properly. Please configure the application to use double buffering(=1 back buffer) if possible fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x14b190) Event query: Unimplemented, but pretending to be supported fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface err:d3d:IWineD3DDeviceImpl_DrawIndexedPrimitive (0x14b718) : Called without a valid index buffer set, returning WINED3DERR_INVALIDCALL fixme:d3d:set_blit_dimension >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glOrtho @ context.c / 649 fixme:d3d:transform_projection >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glOrtho @ state.c / 2824 fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:IWineD3DDeviceImpl_SetLightEnable Too many concurrently active lights fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so query.c && touch query.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33f8d8,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 4 fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 4 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 5 fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 5 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 6 fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 6 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Event query: Unimplemented, but pretending to be supported fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Event query: Unimplemented, but pretending to be supported fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 10 fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 10 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 11 fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 11 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 12 fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 12 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 13 fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 13 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 14 fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 14 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 15 fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 15 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 16 fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 16 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 17 fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 17 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 18 fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x126428) Unhandled query type 18 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x122220) call to IWineD3DDevice_CreateQuery failed query.c:169: Tests skipped: Occlusion queries not supported ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so shader.c && touch shader.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33f7e8,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface shader.c:225: Tests skipped: No vertex shader support shader.c:233: Tests skipped: No pixel shader support ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so stateblock.c && touch stateblock.ok fixme:win:EnumDisplayDevicesW ((null),0,0x33f628,0x00000000), stub! fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from Loading the PBO test texture @ directx.c / 3594 fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:IWineD3DDeviceImpl_EndStateBlock (0x126200) not recording! returning error fixme:d3d9:IDirect3DDevice9Impl_EndStateBlock IWineD3DDevice_EndStateBlock returned an error fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so surface.c && touch surface.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33f858,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so texture.c && touch texture.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33f7e8,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d_texture:IWineD3DTextureImpl_GetLevelDesc (0x1377b0) level(1) overflow Levels(1) fixme:d3d_texture:IWineD3DTextureImpl_GetLevelDesc (0x1377b0) level(2) overflow Levels(1) fixme:d3d_texture:IWineD3DTextureImpl_GetLevelDesc (0x1377b0) level(3) overflow Levels(1) fixme:d3d_texture:IWineD3DTextureImpl_GetLevelDesc (0x1377b0) level(4) overflow Levels(1) fixme:d3d_texture:IWineD3DTextureImpl_GetLevelDesc (0x1377b0) level(5) overflow Levels(1) fixme:d3d9:IDirect3DDevice9Impl_CreateTexture (0x1223c8) call to IWineD3DDevice_CreateTexture failed fixme:d3d9:IDirect3DDevice9Impl_CreateTexture (0x1223c8) call to IWineD3DDevice_CreateTexture failed ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so vertexdeclaration.c && touch vertexdeclaration.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33f8f8,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so visual.c && touch visual.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33ebc8,0x00000000), stub! fixme:d3d_draw:drawPrimitive Using software emulation because manual fog coordinates are provided visual.c:1961: Tests skipped: Vertex shaders not supported fixme:d3d:state_shademode WINED3DSHADE_PHONG isn't supported fixme:d3d:state_shademode WINED3DSHADE_PHONG isn't supported visual.c:6325: Tests skipped: D3DFMT_A8R8G8B8 textures with SRGBREAD not supported visual.c:2841: Tests skipped: D3DFMT_R32F textures not supported visual.c:8501: Tests skipped: D3DFMT_R16F textures not supported visual.c:8501: Tests skipped: D3DFMT_G16R16F textures not supported visual.c:8501: Tests skipped: D3DFMT_A16B16G16R16F textures not supported visual.c:8501: Tests skipped: D3DFMT_R32F textures not supported visual.c:8501: Tests skipped: D3DFMT_G32R32F textures not supported visual.c:8501: Tests skipped: D3DFMT_A32B32G32R32F textures not supported fixme:d3d:IWineD3DVolumeImpl_LockBox (0x57c630) : pBox=(nil) stub visual.c:7216: Tests skipped: color-ubyte switching test declarations aren't supported visual.c:7721: Tests skipped: D3DTEXOPCAPS_BUMPENVMAP not set, skipping bumpmap tests visual.c:9304: Tests skipped: No two sided stencil support visual.c:8640: Tests skipped: D3DPMISCCAPS_TSSARGTEMP not supported visual.c:9315: Tests skipped: No vs_1_1 support visual.c:9328: Tests skipped: No vs_2_0 support visual.c:9335: Tests skipped: No vs_1_1 and ps_1_1 support visual.c:9368: Tests skipped: No ps_1_1 support visual.c:9186: Tests skipped: tex operation MODULATEINVALPHA_ADDCOLOR not supported visual.c:9186: Tests skipped: tex operation MODULATEINVCOLOR_ADDALPHA not supported ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so volume.c && touch volume.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33f808,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/d3d9/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/d3drm/tests' ../../../tools/runtest -q -P wine -M d3drm.dll -T ../../.. -p d3drm_test.exe.so vector.c && touch vector.ok make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/d3drm/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/d3dx8/tests' ../../../tools/runtest -q -P wine -M d3dx8.dll -T ../../.. -p d3dx8_test.exe.so math.c && touch math.ok fixme:d3dx8:D3DXQuaternionLn The quaternion (0.200000, 0.100000, 0.300000, 0.900000) has a norm <1. This should not happen. Windows returns a result anyway. This case is not implemented yet. make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/d3dx8/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/d3dx9_36/tests' ../../../tools/runtest -q -P wine -M d3dx9_36.dll -T ../../.. -p d3dx9_36_test.exe.so math.c && touch math.ok make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/d3dx9_36/tests' make[2]: Entering directory `/work/Downloads/wine-1.1.1/dlls/ddraw/tests' ../../../tools/runtest -q -P wine -M ddraw.dll -T ../../.. -p ddraw_test.exe.so d3d.c && touch d3d.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33e7b8,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:IWineD3DDeviceImpl_SetLightEnable Too many concurrently active lights fixme:d3d:IWineD3DDeviceImpl_SetLightEnable Too many concurrently active lights fixme:ddraw:IDirectDrawImpl_CreateSurface Partial cube maps not supported yet fixme:ddraw:IDirectDrawImpl_CreateSurface Partial cube maps not supported yet fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface ../../../tools/runtest -q -P wine -M ddraw.dll -T ../../.. -p ddraw_test.exe.so ddrawmodes.c && touch ddrawmodes.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33f738,0x00000000), stub! ../../../tools/runtest -q -P wine -M ddraw.dll -T ../../.. -p ddraw_test.exe.so dsurface.c && touch dsurface.ok libGL error: drmMap of framebuffer failed (Cannot allocate memory) libGL error: reverting to (slow) indirect rendering fixme:win:EnumDisplayDevicesW ((null),0,0x33ee48,0x00000000), stub! err:ddraw:IDirectDrawImpl_CreateNewSurface IWineD3DDevice::CreateSurface failed. hr = 8876017c err:ddraw:IDirectDrawImpl_CreateSurface IDirectDrawImpl_CreateNewSurface failed with 8876017c dsurface.c:1363: Test failed: CreateSurface returned: 8876017c fixme:ddraw:IDirectDrawSurfaceImpl_AddAttachedSurface (0x124510) The Surface 0x123490 is already attached somewhere else: next_attached = 0x124510, first_attached = 0x123490, can't handle by now dsurface.c:1391: Test failed: Attaching an offscreen plain surface to another offscreen plain surface returned 8876000a wine: Unhandled page fault on read access to 0x00000008 at address 0x643e1540 (thread 0036), starting debugger... Unhandled exception: page fault on read access to 0x00000008 in 32-bit code (0x643e1540). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:643e1540 ESP:0033f250 EBP:0033f338 EFLAGS:00010206( - 00 - RIP1) EAX:643ff414 EBX:643ff410 ECX:6031268c EDX:00000000 ESI:8876000a EDI:643f977e Stack dump: 0x0033f250: 643ff414 643fadb8 8876000a 00000000 0x0033f260: 00000064 00000064 000000a0 000000a0 0x0033f270: 00000000 00000000 00000000 00000000 0x0033f280: 643f977e 0033f2ac 643f60b6 0033f328 0x0033f290: 0033f324 0033f320 0033f31c 643faf90 0x0033f2a0: 643fac1c 0033f318 00170032 0000006c Backtrace: =>1 0x643e1540 AttachmentTest+0xfa0() [/work/Downloads/wine-1.1.1/dlls/ddraw/tests/dsurface.c:1403] in ddraw_test (0x0033f338) 2 0x643e5f65 func_dsurface+0x2175() [/work/Downloads/wine-1.1.1/dlls/ddraw/tests/dsurface.c:2625] in ddraw_test (0x0033fe68) 3 0x643f55d8 run_test+0x128(name=0x1103ee) [/work/Downloads/wine-1.1.1/dlls/ddraw/tests/../../../include/wine/test.h:454] in ddraw_test (0x0033fea8) 4 0x643f5e6d main+0x14d(argc=<register ECX not in topmost frame>, argv=<register ECX not in topmost frame>) [/work/Downloads/wine-1.1.1/dlls/ddraw/tests/../../../include/wine/test.h:502] in ddraw_test (0x0033fed8) 5 0x643f5f3b __wine_spec_exe_entry+0x5b(peb=0x7ffdf000) [/work/Downloads/wine-1.1.1/dlls/winecrt0/exe_entry.c:36] in ddraw_test (0x0033ff08) 6 0x7b873de7 start_process+0xc7(arg=0x0) [/work/Downloads/wine-1.1.1/dlls/kernel32/process.c:904] in kernel32 (0x0033ffe8) 0x643e1540 AttachmentTest+0xfa0 [/work/Downloads/wine-1.1.1/dlls/ddraw/tests/dsurface.c:1403] in ddraw_test: call *0x8(%edx) 1403 IDirectDrawSurface_Release(surface3); Modules: Module Address Debug info Name (53 modules) ELF 101000- 105000 Deferred libxrandr.so.2 ELF 4e2000- 4e5000 Deferred libxinerama.so.1 ELF 57b000- 585000 Deferred libxcursor.so.1 ELF 616000- 61b000 Deferred libxfixes.so.3 ELF 759000- 773000 Deferred libice.so.6 ELF 775000- 77e000 Deferred libsm.so.6 ELF 780000- 793000 Deferred libresolv.so.2 ELF 917000- 933000 Deferred ld-linux.so.2 ELF 935000- a78000 Deferred libc.so.6 ELF a7a000- aa1000 Deferred libm.so.6 ELF aa3000- aa7000 Deferred libdl.so.2 ELF aa9000- ac0000 Deferred libpthread.so.0 ELF ad7000- ae0000 Deferred librt.so.1 ELF b82000- b85000 Deferred libxau.so.6 ELF b87000- c8a000 Deferred libx11.so.6 ELF c8c000- c92000 Deferred libxdmcp.so.6 ELF cd5000- ce5000 Deferred libxext.so.6 ELF ced000- d6d000 Deferred libfreetype.so.6 ELF d6f000- d9e000 Deferred libfontconfig.so.1 ELF da0000- dc1000 Deferred libexpat.so.0 ELF df5000- dfe000 Deferred libxrender.so.1 ELF 209d000- 2124000 Deferred libgl.so.1 ELF 608a000- 6096000 Deferred libgcc_s.so.1 ELF 6001c000-60152000 Deferred libwine.so.1 ELF 602b0000-602bb000 Deferred libnss_files.so.2 ELF 602bb000-60313000 Deferred ddraw<elf> -PE 602c0000-60313000 \ ddraw ELF 60313000-603b5000 Deferred ole32<elf> -PE 60320000-603b5000 \ ole32 ELF 603b5000-60406000 Deferred advapi32<elf> -PE 603c0000-60406000 \ advapi32 ELF 60406000-6054a000 Deferred user32<elf> -PE 60420000-6054a000 \ user32 ELF 6054a000-605e6000 Deferred gdi32<elf> -PE 60560000-605e6000 \ gdi32 ELF 605e6000-60647000 Deferred rpcrt4<elf> -PE 605f0000-60647000 \ rpcrt4 ELF 60647000-60665000 Deferred iphlpapi<elf> -PE 60650000-60665000 \ iphlpapi ELF 606c8000-6075b000 Deferred winex11<elf> -PE 606e0000-6075b000 \ winex11 ELF 6094c000-618ef000 Deferred fglrx_dri.so ELF 643bb000-64400000 Dwarf ddraw_test<elf> -PE 643c0000-64400000 \ ddraw_test ELF 71a0f000-71b0f000 Deferred wined3d<elf> -PE 71a20000-71b0f000 \ wined3d ELF 7926f000-7928f000 Deferred imm32<elf> -PE 79280000-7928f000 \ imm32 ELF 7b800000-7b92d000 Dwarf kernel32<elf> -PE 7b820000-7b92d000 \ kernel32 ELF 7bc00000-7bca2000 Deferred ntdll<elf> -PE 7bc10000-7bca2000 \ ntdll ELF 7bf00000-7bf03000 Deferred <wine-loader> Threads: process tid prio (all id:s are in hex) 0000000c 00000012 0 0000000e 0 0000000d 0 0000000f 00000016 0 00000014 0 00000011 0 00000010 0 00000017 00000018 0 00000035 (D) Z:\work\Downloads\wine-1.1.1\dlls\ddraw\tests\ddraw_test.exe 00000036 0 <== Backtrace: =>1 0x643e1540 AttachmentTest+0xfa0() [/work/Downloads/wine-1.1.1/dlls/ddraw/tests/dsurface.c:1403] in ddraw_test (0x0033f338) 2 0x643e5f65 func_dsurface+0x2175() [/work/Downloads/wine-1.1.1/dlls/ddraw/tests/dsurface.c:2625] in ddraw_test (0x0033fe68) 3 0x643f55d8 run_test+0x128(name=0x1103ee) [/work/Downloads/wine-1.1.1/dlls/ddraw/tests/../../../include/wine/test.h:454] in ddraw_test (0x0033fea8) 4 0x643f5e6d main+0x14d(argc=<register ECX not in topmost frame>, argv=<register ECX not in topmost frame>) [/work/Downloads/wine-1.1.1/dlls/ddraw/tests/../../../include/wine/test.h:502] in ddraw_test (0x0033fed8) 5 0x643f5f3b __wine_spec_exe_entry+0x5b(peb=0x7ffdf000) [/work/Downloads/wine-1.1.1/dlls/winecrt0/exe_entry.c:36] in ddraw_test (0x0033ff08) 6 0x7b873de7 start_process+0xc7(arg=0x0) [/work/Downloads/wine-1.1.1/dlls/kernel32/process.c:904] in kernel32 (0x0033ffe8) make[2]: *** [dsurface.ok] Error 5 make[2]: Leaving directory `/work/Downloads/wine-1.1.1/dlls/ddraw/tests' make[1]: *** [ddraw/tests/__test__] Error 2 make[1]: Leaving directory `/work/Downloads/wine-1.1.1/dlls' make: *** [dlls/__test__] Error 2 [cahrendt@stinky wine-1.1.1]$