http://bugs.winehq.com/show_bug.cgi?id=641
*** shadow/641 Fri May 3 04:30:58 2002 --- shadow/641.tmp.22293 Sat May 4 05:29:43 2002 *************** *** 1,5 **** +============================================================================+ ! | DDraw App can't find "3D-Device", wine: dwFlags DDBLT_WAIT and/or DDBLT_AS | +----------------------------------------------------------------------------+ | Bug #: 641 Product: Wine | | Status: UNCONFIRMED Version: 20020228 | --- 1,5 ---- +============================================================================+ ! | WineX: DDraw App can't find "3D-Device", 3D device enumeration -> crash in | +----------------------------------------------------------------------------+ | Bug #: 641 Product: Wine | | Status: UNCONFIRMED Version: 20020228 | *************** *** 35,37 **** --- 35,70 ---- ------- Additional Comments From o.lemke@tu-bs.de 2002-05-03 04:30 ------- Created an attachment (id=79) Logfile created with --debugmsg +relay,+ddraw + + + ------- Additional Comments From andi@rhlx01.fht-esslingen.de 2002-05-04 05:29 ------- + trace:ddraw:Main_DirectDraw_QueryInterface (0x403be940)->({6aae1ec1-662a-11d0-88 + 9d-00aa00bbb76a},0x415e0098) + trace:ddraw:Main_DirectDraw_AddRef (0x403be940)->() incrementing from 4. + trace:ddraw:Main_DirectDraw_QueryInterface (0x403be940)->({3bba0080-2421-11cf-a3 + 1a-00aa00b93356},0x415e0094) + trace:ddraw:Main_DirectDraw_AddRef (0x403be940)->() incrementing from 5. + trace:ddraw:Direct3D3_EnumDevices (0x403be954)->(0x4a7134,0x406921c4) + trace:ddraw:Direct3D3_enum_cb enumerating Direct3D HAL/Wine Direct3D HAL + 08070fc0:Call(3) user32.LoadStringA(00400000,0000fee4,40691da0,00000400) ret=004 + 05802 + 08070fc0:Ret (3) user32.LoadStringA() retval=00000013 ret=00405802 + 08070fc0:Call(3) kernel32.RaiseException(0eedfade,00000001,00000007,40692190) re + t=004a7272 + 08070fc0:Call(4) ntdll.RtlUnwind(406924dc,0040350e,40692074,00000000) ret=004035 + 0e + 08070fc0:Ret (4) ntdll.RtlUnwind() retval=00000000 ret=0040350e + trace:ddraw:Main_DirectDraw_Release (0x403be940)->() decrementing from 6. + trace:ddraw:Main_DirectDraw_Release (0x403be940)->() decrementing from 5. + trace:ddraw:Main_DirectDraw_Release (0x403be940)->() decrementing from 4. + 08070fc0:Call(4) ntdll.RtlUnwind(40692a5c,0040350e,40692074,00000000) ret=004035 + 0e + trace:ddraw:Main_DirectDraw_Release (0x403be940)->() decrementing from 3. + 08070fc0:Ret (4) ntdll.RtlUnwind() retval=00000000 ret=0040350e + + RaiseException/RtlUnwind. + Yep, certainly sounds like a crash in the app to me (at 0x4a7272). + I believe I've encountered crashes in apps directly after device enumeration + before. + + As this is WineX, TransGaming should be contacted to resolve this bug. \ No newline at end of file