[Bug 9679] New: BMW M3 Challenge doesn't run
http://bugs.winehq.org/show_bug.cgi?id=9679 Summary: BMW M3 Challenge doesn't run Product: Wine Version: unspecified Platform: PC URL: http://www.10tacle.com/ OS/Version: Linux Status: UNCONFIRMED Keywords: download Severity: normal Priority: P2 Component: wine-directx AssignedTo: wine-bugs(a)winehq.org ReportedBy: xerox_xerox2000(a)yahoo.co.uk This game was submitted by a user into appdb. I tested it, and the only thing it does, is bringing up the configuration screen over and over again. It never makes it into the actual game. I'll post some d3d info later on. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 --- Comment #1 from Lourenço Vales <vales92(a)gmail.com> 2007-09-16 13:18:16 --- This bug happens also with me :) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 Gregor Münch <greg87(a)online.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |greg87(a)online.de --- Comment #2 from Gregor Münch <greg87(a)online.de> 2007-09-16 16:01:12 --- I hope this bug prooves vitamin wrong closing bug #9049 because of starforce. ;) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 --- Comment #3 from Gregor Münch <greg87(a)online.de> 2007-10-31 07:45:22 --- Created an attachment (id=8889) --> (http://bugs.winehq.org/attachment.cgi?id=8889) console crash log I had once the same problem as reported here first. But now it crashes for me. Maybe someone else can confirm? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 --- Comment #4 from Gregor Münch <greg87(a)online.de> 2007-10-31 08:12:31 --- Maybe something snipped from a +all log: 000d:trace:d3d9:IDirect3DDevice9Impl_GetDepthStencilSurface (0x13aa70) Relay 000d:trace:d3d:IWineD3DDeviceImpl_GetDepthStencilSurface (0x13c020) : zStencilSurface returning (nil) 000d:warn:d3d9:IDirect3DDevice9Impl_GetDepthStencilSurface Call to IWineD3DDevice_GetDepthStencilSurface failed 000d:trace:seh:raise_exception code=c0000005 flags=0 addr=0x410af3 000d:trace:seh:raise_exception info[0]=00000000 000d:trace:seh:raise_exception info[1]=0000204a 000d:trace:seh:raise_exception eax=009a7918 ebx=009a7918 ecx=00002042 edx=7e80d774 esi=009a52a8 edi=009a9ea0 000d:trace:seh:raise_exception ebp=00000001 esp=0034da20 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010206 000d:trace:seh:call_stack_handlers calling handler at 0x4f3d8b code=c0000005 flags=0 000d:trace:seh:call_stack_handlers handler at 0x4f3d8b returned 1 000d:trace:seh:call_stack_handlers calling handler at 0x432f64 code=c0000005 flags=0 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2007-11-07 01:07:48 --- Confirming in wine 0.9.48. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 --- Comment #6 from Gregor Münch <greg87(a)online.de> 2007-11-11 09:03:40 --- regression testing shows: 3b07663b90212e34f01d9d35eed42fa62720487e is first bad commit commit 3b07663b90212e34f01d9d35eed42fa62720487e Author: Stefan Dösinger <stefandoesinger(a)gmx.at> Date: Fri Aug 31 20:58:35 2007 +0200 wined3d: Convert the colors to the surface format for colorfill. :040000 040000 12e9a1a01108227a0e12aa24ea57674c6e18529b 276caeccfcc25bb8acc6c8b1849e65b657d6844b M dlls -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefandoesinger(a)gmx.at --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2007-11-11 11:19:35 --- CC'ing author. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 --- Comment #8 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2007-11-11 12:11:39 --- Created an attachment (id=9109) --> (http://bugs.winehq.org/attachment.cgi?id=9109) Possible fix Can you try the attached patch? GetDepthStencil surface returns D3DERR_NOTFOUND when the depth stencil surface is NULL as it is supposed to, but IDirect3DDevice9Impl_GetDepthStencilSurface doesn't forward the NULL propably and returns an uninitialized value. So any unrelated change can break games which use this function. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 --- Comment #9 from Gregor Münch <greg87(a)online.de> 2007-11-11 12:55:00 --- With the fix the crash is gone. But the problem with the looping config menu remains. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|_obsolete_directx |-unknown -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 --- Comment #10 from Gregor Münch <greg87(a)online.de> 2008-03-15 05:34:18 --- Fixed in git. commit 102b9d12e48cdc58254aa3e098d00af92480a5d8 Though the menu just shows a black screen. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 --- Comment #11 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-03-15 16:25:03 --- Created an attachment (id=11420) --> (http://bugs.winehq.org/attachment.cgi?id=11420) screenshot
Fixed in git. commit 102b9d12e48cdc58254aa3e098d00af92480a5d8
Though the menu just shows a black screen.
Yip, it's fixed. I don't see a black menu, all seems to be fine here. Only the keyboard input had to be reconfigured under the options menu, but this game runs fine now here. Splendid! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #12 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-03-15 16:26:18 --- fixed -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9679 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2008-03-21 10:53:17 --- Closing bugs fixed in 0.9.58. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org