[Bug 30648] New: Official Sega Genesis / Mega Drive Classic Collection Crash
http://bugs.winehq.org/show_bug.cgi?id=30648 Bug #: 30648 Summary: Official Sega Genesis / Mega Drive Classic Collection Crash Product: Wine Version: 1.5.3 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: x414e54(a)linux.com Classification: Unclassified Created attachment 40120 --> http://bugs.winehq.org/attachment.cgi?id=40120 Wine Page Fault Back Trace On loading the Sega mega drive classic collection on steam and attempting to swich between games, it will crash with "Unhandled exception: page fault on read access to 0x000006b4 in 32-bit code (0x7e657731)." Please see attached back-trace for more information. I am using wine 1.5.3 32bit through playonlinux on Fedora 16 x86_64. -- 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=30648 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-05-11 14:19:31 CDT --- Please install debug symbols package and attach another log containing backtrace with names. -- 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=30648 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #2 from joaopa <jeremielapuree(a)yahoo.fr> 2012-05-11 14:21:02 CDT --- And use a plain Wine, please. PlayOnLinux is not supported in this bugzilla. -- 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=30648 x414e54(a)linux.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #40120|0 |1 is obsolete| | --- Comment #3 from x414e54(a)linux.com 2012-05-14 00:11:26 CDT --- Created attachment 40168 --> http://bugs.winehq.org/attachment.cgi?id=40168 Wine Page Fault Back Trace with debug symbols -- 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=30648 --- Comment #4 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-16 19:50:38 CDT --- Created attachment 40208 --> http://bugs.winehq.org/attachment.cgi?id=40208 wine 1.5.4 crash with backtrace -- 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=30648 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |00cpxxx(a)gmail.com Ever Confirmed|0 |1 --- Comment #5 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-16 19:51:13 CDT --- I can confirm this issue in wine 1.5.4. -- 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=30648 --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-16 19:59:55 CDT --- Created attachment 40209 --> http://bugs.winehq.org/attachment.cgi?id=40209 +tooltips -- 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=30648 --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-05-16 23:04:27 CDT --- Does native comctl32 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=30648 --- Comment #8 from x414e54(a)linux.com 2012-05-17 14:38:59 CDT --- (In reply to comment #7)
Does native comctl32 help?
Yes, I installed native comctl32 and this crash no longer occurs. -- 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=30648 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32 -- 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=30648 --- Comment #9 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-05-18 00:06:03 CDT --- Created attachment 40213 --> http://bugs.winehq.org/attachment.cgi?id=40213 patch String really should be loaded from resource, I'm not really familiar with this control but this patch should prevent a crash at least. -- 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=30648 --- Comment #10 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-18 00:13:49 CDT --- Yes, it does prevent the crash. -- 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=30648 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |adys.wh(a)gmail.com --- Comment #11 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-09-12 15:08:01 CDT --- What happened to the patch? -- 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=30648 --- Comment #12 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-11-12 16:59:02 CST --- (In reply to comment #11)
What happened to the patch?
I guess Nikolay patch was a hack only. -- 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=30648 Tom <tom.jenkinson(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tom.jenkinson(a)gmail.com --- Comment #13 from Tom <tom.jenkinson(a)gmail.com> 2012-11-16 14:26:59 CST --- I am still getting this on Fedora 16 even with native comctl32 set. -- 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=30648 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://store.steampowered.c | |om/sub/7826/ CC| |focht(a)gmx.net Summary|Official Sega Genesis / |SEGA Genesis / Mega Drive |Mega Drive Classic |Classic Collection (Steam) |Collection Crash |crashes on startup --- Comment #14 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, is the issue still present? Please retest with recent Wine version, preferably Wine 1.7.18 Regards -- 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=30648 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(a)gmail.com --- Comment #15 from Vincent Povirk <madewokherd(a)gmail.com> --- Still present in 1.7.18. -- 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=30648 Erich Hoover <erich.e.hoover(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover(a)gmail.com --- Comment #16 from Erich Hoover <erich.e.hoover(a)gmail.com> --- Created attachment 49123 --> https://bugs.winehq.org/attachment.cgi?id=49123 Fix TOOLTIPS_GetTipText when the instance is NULL or the resource cannot be found. Try this patch, if it's an INTRESOURCE then a NULL instance would likely imply that GetModuleHandle(NULL) should be used. -- 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=30648 Erich Hoover <erich.e.hoover(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49123|0 |1 is obsolete| | --- Comment #17 from Erich Hoover <erich.e.hoover(a)gmail.com> --- Created attachment 49125 --> https://bugs.winehq.org/attachment.cgi?id=49125 Fix TOOLTIPS_GetTipText when the instance is NULL or the resource cannot be found. Whoops, sorry about that - wrong attachment. -- 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=30648 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian(a)fds-team.de -- 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=30648 --- Comment #18 from Vincent Povirk <madewokherd(a)gmail.com> --- The patch fixes the crash when switching between games. -- 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=30648 --- Comment #19 from Erich Hoover <erich.e.hoover(a)gmail.com> --- (In reply to Vincent Povirk from comment #18)
The patch fixes the crash when switching between games.
Excellent, then I'll go ahead and submit this then once my queue empties a little. -- 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=30648 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #20 from hanska2(a)luukku.com --- @Eric ping -- 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=30648 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9d0ebc13ac7e0dad17ff104c38f | |8ebd7b9326aa6 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #21 from Nikolay Sivov <bunglehead(a)gmail.com> --- Fixed with 9d0ebc13ac7e0dad17ff104c38f8ebd7b9326aa6. -- 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=30648 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #22 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.40. -- 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