[Bug 21887] New: Tomb raider 3 demo crashes when run
http://bugs.winehq.org/show_bug.cgi?id=21887 Summary: Tomb raider 3 demo crashes when run Product: Wine Version: 1.1.39 Platform: x86 URL: http://www.gamershell.com/download_4462.shtml OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: wylda(a)volny.cz Tomb raider 3 crashes when run. This happens on full game (TR3 Adventures of Lara Croft) and also on TR3 Demo1(india demo). 1. To reproduce you need to set winecfg to Win98 (WinXP not "supported") 2. I did a regression test between 1.1.38 and 1.1.39: a53ca1abdc284490861734eb3f2a8dacad896ef1 is first bad commit commit a53ca1abdc284490861734eb3f2a8dacad896ef1 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Feb 8 17:44:43 2010 +0100 kernel32: Do not load 16-bit krnl386.exe by default. :040000 040000 be2cae0a5deb2ad99cf69b7d02fda544fc4bb27c c79db7675875f2e178884bca22c1f1b864515880 M dlls 3. No other bug report suffers from this commit. 4. Revert of this patch on top of wine-1.1.39 makes that problem go away. 5. Adding author of this patch to CC. --private keyword: bisected -- 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=21887 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression CC| |julliard(a)winehq.org -- 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=21887 --- Comment #1 from Wylda <wylda(a)volny.cz> 2010-02-28 02:39:48 --- Created an attachment (id=26530) --> (http://bugs.winehq.org/attachment.cgi?id=26530) console log from wine-1.1.39 -- 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=21887 Toni Spets <toni.spets(a)iki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |toni.spets(a)iki.fi --- Comment #2 from Toni Spets <toni.spets(a)iki.fi> 2010-02-28 03:00:25 --- *** Bug 21888 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=21887 --- Comment #3 from Toni Spets <toni.spets(a)iki.fi> 2010-02-28 03:03:55 --- Also affects Command & Conquer Gold and Red Alert 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=21887 --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2010-02-28 03:49:04 --- Please attach a +relay trace. -- 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=21887 --- Comment #5 from Wylda <wylda(a)volny.cz> 2010-02-28 03:55:48 --- Created an attachment (id=26534) --> (http://bugs.winehq.org/attachment.cgi?id=26534) console log from wine-1.1.39-163-g583f0f0 with WINEDEBUG=+relay -- 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=21887 --- Comment #6 from Wylda <wylda(a)volny.cz> 2010-03-02 18:02:32 --- FIXED. Tested on wine-1.1.39-243-g24ff704. -- 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=21887 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|-unknown |kernel32 Resolution| |FIXED --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-03-02 18:13:32 --- (In reply to comment #6)
FIXED. Tested on wine-1.1.39-243-g24ff704.
Looks like commit 00ac7074df65a0abd7e0ee962c570e2da30349e4 fixed this. Thanks for testing. -- 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=21887 --- Comment #8 from Wylda <wylda(a)volny.cz> 2010-03-02 18:31:31 --- (In reply to comment #7)
Looks like commit 00ac7074df65a0abd7e0ee962c570e2da30349e4 fixed this. Thanks for testing.
Hi, Nikolay. Exactly, reverting this commit brings the crash back. http://source.winehq.org/git/wine.git/?a=commit;h=00ac7074df65a0abd7e0ee962c... So thank you Alexandre! -- 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=21887 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2010-03-05 12:43:36 --- Closing bugs fixed in 1.1.40. -- 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=21887 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |00ac7074df65a0abd7e0ee962c5 | |70e2da30349e4 Regression SHA1| |a53ca1abdc284490861734eb3f2 | |a8dacad896ef1 -- 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