http://bugs.winehq.org/show_bug.cgi?id=17800
Summary: Silent hunter 4 crashes while loading mission Product: Wine Version: 1.1.17 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: puciek@gmail.com
Created an attachment (id=20032) --> (http://bugs.winehq.org/attachment.cgi?id=20032) Backtrace of a crash
When you try to load any mission in silent hunter 4 it will die. Backtrace included.
http://bugs.winehq.org/show_bug.cgi?id=17800
--- Comment #1 from Austin English austinenglish@gmail.com 2009-03-22 15:39:23 --- Please attach a +relay,+seh,+tid trace. (start wine notepad in another window first to reduce the log size).
http://bugs.winehq.org/show_bug.cgi?id=17800
--- Comment #2 from Tymoteusz Paul puciek@gmail.com 2009-03-23 20:32:35 --- Hmm i'm definitly doing somethign wrong because i've ended with 4gb log file (starting wine notepad didn't really chane anything). I've uploaded gzipped, altho i guess 4gb log file is useless (at least my pc gave up on processing it) but just in case, here is the link (will finish uploading in 9 minutes) http://puciek.pl/wine.log.gz
If you got any tips how to make this log smaller, would be great.
http://bugs.winehq.org/show_bug.cgi?id=17800
--- Comment #3 from Tymoteusz Paul puciek@gmail.com 2009-03-23 20:44:58 --- Sorry, this comment didn't come out right (too bad there is no edit button), so let me rewrite it.
I've tried multiple times with notepad on and off, and it still generated huge logfile (4,2gb) so i've decided is there any way to lower it's size, since my pc hangs when i try to process it. Just in case it may be of any use, i've uploaded gziped version of log: http://puciek.pl/wine.log.gz
http://bugs.winehq.org/show_bug.cgi?id=17800
--- Comment #4 from joaopa jeremielapuree@yahoo.fr 2009-03-24 01:22:39 --- First, did you check if disabling the sound fixes the crash?
If disabling the sound does not help, surely a WINEDEBUG=+d3d,+d3d8,+d3d9 trace would be more useful.
http://bugs.winehq.org/show_bug.cgi?id=17800
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2009-03-24 02:26:27 --- for a crash you should only need to include the last few thousand lines of the +relay,+seh,+tid,+log, forget the first 4.115GB, it's probably of no interest
eg. tail -n 50000 log.txt | bzip2 > log2.txt.bz2
http://bugs.winehq.org/show_bug.cgi?id=17800
--- Comment #6 from Tymoteusz Paul puciek@gmail.com 2009-03-24 06:09:29 --- Created an attachment (id=20100) --> (http://bugs.winehq.org/attachment.cgi?id=20100) Last 50000 lines from +relay,+seh,+tid backtrace
http://bugs.winehq.org/show_bug.cgi?id=17800
--- Comment #7 from Tymoteusz Paul puciek@gmail.com 2009-03-24 06:14:30 --- Created an attachment (id=20101) --> (http://bugs.winehq.org/attachment.cgi?id=20101) WINEDEBUG=+d3d,+d3d8,+d3d9 backtrace
http://bugs.winehq.org/show_bug.cgi?id=17800
--- Comment #8 from Tymoteusz Paul puciek@gmail.com 2009-03-24 06:17:07 --- Disabling sound did not work, i've attached both logs (cut to last 50000 lines). Sorry for my newbness, but i'm new to this stuff ;)
http://bugs.winehq.org/show_bug.cgi?id=17800
--- Comment #9 from Tymoteusz Paul puciek@gmail.com 2009-03-30 16:10:03 --- Confirming in 1.1.18
http://bugs.winehq.org/show_bug.cgi?id=17800
Xavier Vachon xvachon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon@gmail.com
--- Comment #10 from Xavier Vachon xvachon@gmail.com 2009-06-27 14:21:20 --- Still an issue as of wine 1.1.24
http://bugs.winehq.org/show_bug.cgi?id=17800
Marcus Beyer m.beyer5@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #11 from Marcus Beyer m.beyer5@gmx.de 2009-09-07 14:48:57 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=17800
--- Comment #12 from Alexandre Tolmos raskarcapac@yahoo.fr 2010-06-04 07:45:57 --- Created an attachment (id=28550) --> (http://bugs.winehq.org/attachment.cgi?id=28550) Analysis of crash on MacOS X 10.6.3/Wine 1.2-rc2
Includes traces and commented disassembled code.
http://bugs.winehq.org/show_bug.cgi?id=17800
--- Comment #13 from Alexandre Tolmos raskarcapac@yahoo.fr 2010-06-04 07:59:00 --- (From update of attachment 28550) The app requests startup information (stored in a STARTUPINFOA structure) by calling KERNEL32.GetStartupInfoA() and for some reason, the field lpTitle is NULL. This is not checked and causes a page fault when the string is accessed.
http://bugs.winehq.org/show_bug.cgi?id=17800
Alexandre Tolmos raskarcapac@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |raskarcapac@yahoo.fr
http://bugs.winehq.org/show_bug.cgi?id=17800
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2010-06-08 10:12:12 --- Should be fixed by 2b99e1c17d73ebdbf422d529046266f0e2bb5fb9.
http://bugs.winehq.org/show_bug.cgi?id=17800
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |kernel32
http://bugs.winehq.org/show_bug.cgi?id=17800
--- Comment #15 from raskarcapac@yahoo.fr 2010-06-11 08:51:56 --- (In reply to comment #14)
Should be fixed by 2b99e1c17d73ebdbf422d529046266f0e2bb5fb9.
Problem solved. Thanks a lot.
http://bugs.winehq.org/show_bug.cgi?id=17800
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard julliard@winehq.org 2010-06-11 12:51:19 --- Closing bugs fixed in 1.2-rc3.