[Bug 34476] New: Arx Fatalis crashes on start
http://bugs.winehq.org/show_bug.cgi?id=34476 Bug #: 34476 Summary: Arx Fatalis crashes on start Product: Wine Version: 1.7.1 Platform: x86 URL: http://www.fileplanet.com/85489/80000/fileinfo/Arx-Fat alis-Demo-%5BEnglish---Updated%5D OS/Version: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: gyebro69(a)gmail.com CC: hverbeet(a)gmail.com Classification: Unclassified Regression SHA1: 6325f3ddd8d9922b49608b3afc096eaebada737d Created attachment 45903 --> http://bugs.winehq.org/attachment.cgi?id=45903 terminal output (Arx Fatalis demo) This will be probably a dupe of bug #34467, once regression testing is done in #34467, because terminal output produced by Fallout/Fallout 2 before crashing is very similar to the one in bug #34467. Arx Fatalis also crashes on start, can be reproduced with the demo version as well. The following error message is shown by the game: "A DDraw object has a non-zero reference count (meaning it was not properly cleaned up)." Fallout and Fallout 2 (GOG.com versions) crash when I start a new game, but with a different backtrace. The result of the regression testing: 6325f3ddd8d9922b49608b3afc096eaebada737d is the first bad commit commit 6325f3ddd8d9922b49608b3afc096eaebada737d Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Wed Sep 4 08:56:45 2013 +0200 wined3d: Don't set WINED3DUSAGE_RENDERTARGET on the front buffer. We never render directly to the front buffer, and in case of e.g. a P8 front buffer, we would fail surface creation if we were to enforce format restrictions. :040000 040000 92c8f800515ead7d435f129ac8d803e95929aca0 66111a39033c6406a011436ee6787f7ae75ee324 M dlls Reverting the patch on wine-1.7.1-158-g88c2a18 fixes the problem. Nvidia binary drivers 325.15 -- 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=34476 --- Comment #1 from GyB <gyebro69(a)gmail.com> 2013-09-08 21:26:36 CDT --- Created attachment 45904 --> http://bugs.winehq.org/attachment.cgi?id=45904 backtrace (Fallout 1) -- 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=34476 --- Comment #2 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-09-08 21:33:53 CDT --- Hi, I have been doing the regression test in the last hours, it takes too much time to compile wine in my computer. I stopped my test and I'm now testing your results, if I have the same regression result I'll solve my bug as dup of yours. -- 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=34476 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-09-09 04:35:17 CDT --- *** Bug 34467 has been marked as a duplicate of this bug. *** -- 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=34476 --- Comment #4 from Henri Verbeet <hverbeet(a)gmail.com> 2013-09-09 10:13:32 CDT --- Created attachment 45906 --> http://bugs.winehq.org/attachment.cgi?id=45906 Arx Fatalis patch I think this patch should help for the issue with Arx Fatalis. -- 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=34476 --- Comment #5 from Henri Verbeet <hverbeet(a)gmail.com> 2013-09-09 10:14:42 CDT --- Created attachment 45907 --> http://bugs.winehq.org/attachment.cgi?id=45907 AoE II patch And this one for the issue with Age of Empires II, and probably Fallout. -- 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=34476 --- Comment #6 from GyB <gyebro69(a)gmail.com> 2013-09-09 10:41:16 CDT --- (In reply to comment #4)
Created attachment 45906 [details] Arx Fatalis patch
I think this patch should help for the issue with Arx Fatalis.
This patch fixes the crash in Arx Fatalis as well as in Fallout/Fallout2. -- 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=34476 --- Comment #7 from GyB <gyebro69(a)gmail.com> 2013-09-09 10:42:29 CDT --- (In reply to comment #5)
Created attachment 45907 [details] AoE II patch
And this one for the issue with Age of Empires II, and probably Fallout.
This patch fixes the crash in Fallout/Fallout 2, but doesn't help with the crash in Arx Fatalis. -- 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=34476 --- Comment #8 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-09-09 21:49:16 CDT --- Unfortunately the patches combined or separated do not fix the issue in Aoe2 for me. -- 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=34476 --- Comment #9 from Henri Verbeet <hverbeet(a)gmail.com> 2013-09-10 02:12:53 CDT --- (In reply to comment #8)
Unfortunately the patches combined or separated do not fix the issue in Aoe2 for me.
Odd, it seems to work in at least the demo for me. Could you attach a log with WINEDEBUG="+ddraw,+d3d,+d3d_surface,+seh,+tid" and both patches applied? -- 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=34476 --- Comment #10 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-09-10 07:28:33 CDT --- I'll give it a new try, maybe I did something wrong. -- 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=34476 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3c6d11706fd5d71c1781f75f19d | |dab5e9f91d7cb Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from GyB <gyebro69(a)gmail.com> 2013-09-12 20:13:37 CDT --- The crash when starting Arx Fatalis is fixed by http://source.winehq.org/git/wine.git/commitdiff/3c6d11706fd5d71c1781f75f19d... -- 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=34476 --- Comment #12 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-09-12 21:57:32 CDT --- I'm sorry Henri. I was mixing two different issues: the game is too slow and randomly crashes. Indeed now the game does not crash any longer, but it's still slow so I'll finish the regression test I started for my bug 34467 and post the results there. -- 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=34476 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2013-09-13 13:19:50 CDT --- Closing bugs fixed in 1.7.2. -- 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=34476 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.6.x -- 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=34476 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.6.x |--- -- 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.
https://bugs.winehq.org/show_bug.cgi?id=34476 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net URL|http://www.fileplanet.com/8 |https://web.archive.org/web |5489/80000/fileinfo/Arx-Fat |/20210124113539/http://down |alis-Demo-%5BEnglish---Upda |load.fileplanet.com/ftp1/ga |ted%5D |medemos/rpg/arx_demo_englis | |h.zip?st=lqvq-KGlgLo6kYRVmT | |peOA&e=1611498842 -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla