[Bug 20514] New: Micro Machines V3: Crashes after publisher & developers logo
http://bugs.winehq.org/show_bug.cgi?id=20514 Summary: Micro Machines V3: Crashes after publisher & developers logo Product: Wine Version: 1.1.32 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: ezekiel000(a)lavabit.com After the publishers and the developers logo the intro video is skipped and then the game crashes with this error in the terminal: fixme:win:EnumDisplayDevicesW ((null),0,0x32f78c,0x00000000), stub! Running Ubuntu 9.10 amd64 wine 1.1.32 nVidia 8200 onboard with version 185.18.36 of nVidia offical drivers. -- 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=20514 --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-10-29 23:16:27 --- Please attach (as s plain text file) complete terminal output of the crash, not just one line. -- 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=20514 --- Comment #2 from David Rogers <ezekiel000(a)lavabit.com> 2009-10-30 03:05:26 --- Created an attachment (id=24440) --> (http://bugs.winehq.org/attachment.cgi?id=24440) Terminal output Done, the only other message in the terminal currently happens with all wine programs even winecfg. -- 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=20514 --- Comment #3 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-30 04:54:31 --- Please try to attach a backtrace, http://wiki.winehq.org/Backtraces -- 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=20514 --- Comment #4 from David Rogers <ezekiel000(a)lavabit.com> 2009-10-30 05:08:17 --- Created an attachment (id=24443) --> (http://bugs.winehq.org/attachment.cgi?id=24443) Trace log I used this instead: http://wiki.winehq.org/DebugChannels?action=show&redirect=WINEDEBUG As the program would have crashed by the time I got round to setting up winedbg. I used this line: WINEDEBUG=+relay,+seh,+tid wine ./intro.exe &> ./trace.txt Let me know if you want different channels or I'll have a go at the method you suggested if this isn't good enough. -- 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=20514 --- Comment #5 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-30 05:13:30 --- winedbg runs before your program runs, so it's impossible for your program to crash first, just follow the instruction. -- 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=20514 --- Comment #6 from David Rogers <ezekiel000(a)lavabit.com> 2009-10-30 07:57:10 --- (In reply to comment #5)
winedbg runs before your program runs, so it's impossible for your program to crash first, just follow the instruction.
Oh right the way that guide is written it makes it sound like you have to start the game then start winedbg, I'll have a go at it after lunch. -- 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=20514 --- Comment #7 from David Rogers <ezekiel000(a)lavabit.com> 2009-10-30 08:18:51 --- (In reply to comment #6)
(In reply to comment #5)
winedbg runs before your program runs, so it's impossible for your program to crash first, just follow the instruction.
Oh right the way that guide is written it makes it sound like you have to start the game then start winedbg, I'll have a go at it after lunch.
I managed to follow that guide (I had to be very quick to freeze the game before it crashed) but all I got was: Process of pid=0032 has terminated No backtrace log. -- 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=20514 --- Comment #8 from David Rogers <ezekiel000(a)lavabit.com> 2009-10-30 08:25:44 --- Created an attachment (id=24446) --> (http://bugs.winehq.org/attachment.cgi?id=24446) Backtrace I found that if I ran micro.exe instead of intro.exe (micro.exe is run by intro.exe) a backtrace was produced automatically. Is this ok? -- 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=20514 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-10-30 13:55:03 --- Does 'winetricks dplay' help? -- 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=20514 --- Comment #10 from David Rogers <ezekiel000(a)lavabit.com> 2009-10-30 14:10:29 --- (In reply to comment #9)
Does 'winetricks dplay' help?
Nope no change. -- 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=20514 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2011-10-02 11:45:42 CDT --- This is your friendly reminder that there has been no bug activity for 1 year. Is this still an issue in current (1.3.29 or newer) wine? -- 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=20514 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2013-11-13 15:39:06 CST --- No reply in over a year, and no download. Resolving abandoned, if anyone is still able to reproduce this in the current development version (currently 1.7.6) feel free to reopen. -- 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=20514 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2013-11-13 15:40:46 CST --- Closing. -- 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=20514 --- Comment #14 from Austin English <austinenglish(a)gmail.com> 2013-11-13 15:40:58 CST --- Closing. -- 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