http://bugs.winehq.org/show_bug.cgi?id=30073
Bug #: 30073 Summary: counter strike 1.6 run only with WINEDEBUG=+all Product: Wine Version: 1.4-rc6 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: d.okias@gmail.com Classification: Unclassified
$subj, otherwise it just give $ wine hl.exe -game cstrike -steam fixme:win:EnumDisplayDevicesW ((null),0,0x33f2bc,0x00000000), stub! fixme:ddraw:ddraw7_FlipToGDISurface iface 0x13b500 stub! fixme:dbghelp:elf_search_auxv can't find symbol in module fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithHandleData err:ddraw:ddraw_create_swapchain Failed to create swapchain, hr 0x8876086c. err:ddraw:ddraw7_SetCooperativeLevel Failed to create swapchain, hr 0x8876086c. fixme:d3d:wined3d_device_decref Device released with resources still bound, acceptable but unexpected. fixme:d3d:wined3d_device_decref Leftover resource 0x13d870 with type WINED3D_RTYPE_SURFACE (0x1). err:d3d:wined3d_device_decref Context array not freed!
and end with no error (that's weird).So, I couldn't use gdb sucessfull. Cpu: amd a3870k, 8G RAM, amd radeon 6550D Driver: r600g.
http://bugs.winehq.org/show_bug.cgi?id=30073
--- Comment #1 from okias d.okias@gmail.com 2012-03-04 07:45:59 CST --- so I started research. With mesa compiled with O0, it works. With mesa compiled with 03, it dies without reason...
http://bugs.winehq.org/show_bug.cgi?id=30073
--- Comment #2 from okias d.okias@gmail.com 2012-03-04 08:17:51 CST --- so mesa with O2 still okey, seems that problem cause some optimalization in O3, BUT why wine doesn't give any information about fault? I think this should be handeled.
http://bugs.winehq.org/show_bug.cgi?id=30073
--- Comment #3 from Henri Verbeet hverbeet@gmail.com 2012-03-04 08:29:00 CST --- (In reply to comment #2)
so mesa with O2 still okey, seems that problem cause some optimalization in O3, BUT why wine doesn't give any information about fault? I think this should be handeled.
Steam catches the exception. You can read the minidump it creates with winedbg or use -nobreakpad.
http://bugs.winehq.org/show_bug.cgi?id=30073
okias d.okias@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from okias d.okias@gmail.com 2012-03-04 08:43:06 CST --- Thank you for info. For next time, I will know!
http://bugs.winehq.org/show_bug.cgi?id=30073
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2012-03-04 17:32:28 CST --- Closing.