[Bug 39034] New: SuperTux 0.3.5a crashes on startup
https://bugs.winehq.org/show_bug.cgi?id=39034 Bug ID: 39034 Summary: SuperTux 0.3.5a crashes on startup Product: Wine Version: 1.7.48 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs(a)winehq.org Reporter: n296869(a)rtrtr.com Download SuperTux 0.3.5a from https://github.com/SuperTux/supertux/releases I used the 32 bit version you can download here: https://github.com/SuperTux/supertux/releases/download/v0.3.5a/supertux-0.3.... Install it, then try to open the supertux2.exe file in the installation directory. $ openssl sha1 supertux-0.3.5a-win32-setup.exe SHA1(supertux-0.3.5a-win32-setup.exe)= 86bc3b11cef73cfc2e52bca4aa12f57981341d4f -- 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=39034 --- Comment #1 from whatbug <n296869(a)rtrtr.com> --- Created attachment 51998 --> https://bugs.winehq.org/attachment.cgi?id=51998 backtrace -- 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=39034 tobbi.bugs(a)googlemail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tobbi.bugs(a)googlemail.com -- 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=39034 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://github.com/SuperTux | |/supertux/releases/download | |/v0.3.5a/supertux-0.3.5a-wi | |n32-setup.exe -- 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=39034 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|msvcrt |-unknown -- 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=39034 Bernhard Übelacker <bernhardu(a)vr-web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu(a)vr-web.de --- Comment #2 from Bernhard Übelacker <bernhardu(a)vr-web.de> --- Created attachment 52012 --> https://bugs.winehq.org/attachment.cgi?id=52012 backtrace with +msvcp and wine with more debug info -- 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=39034 --- Comment #3 from Bernhard Übelacker <bernhardu(a)vr-web.de> --- Created attachment 52014 --> https://bugs.winehq.org/attachment.cgi?id=52014 Workaround for the crash -- 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=39034 --- Comment #4 from Bernhard Übelacker <bernhardu(a)vr-web.de> --- Created attachment 52015 --> https://bugs.winehq.org/attachment.cgi?id=52015 Later we need an implementation of msvcr120 strtof. With both patches applied the game starts and is playable. -- 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=39034 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #5 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- If you have a patch ready for inclusion in Wine you can send it by following these instructions: http://wiki.winehq.org/SubmittingPatches -- 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=39034 --- Comment #6 from Bernhard Übelacker <bernhardu(a)vr-web.de> --- Sent the msvcr120.strtof implementation to wine-patches. https://www.winehq.org/pipermail/wine-patches/2015-August/141541.html But the real problem is still unsolved. Just worked around, by avoiding the call to the destructor locale_dtor. -- 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=39034 --- Comment #7 from Tobias (:Tobbi) Markus <tobbi.bugs(a)googlemail.com> --- Was the msvcr120.strtof implementation accepted? -- 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=39034 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #8 from super_man(a)post.com --- (In reply to Tobias (:Tobbi) Markus from comment #7)
Was the msvcr120.strtof implementation accepted?
I would say no because some parts of the patch apply against 1.7.54 -- 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=39034 Bernhard Übelacker <bernhardu(a)vr-web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |39908 -- 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=39034 Bernhard Übelacker <bernhardu(a)vr-web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #52014|0 |1 is obsolete| | Attachment #52015|0 |1 is obsolete| | --- Comment #9 from Bernhard Übelacker <bernhardu(a)vr-web.de> --- Created attachment 53300 --> https://bugs.winehq.org/attachment.cgi?id=53300 Better workaround and test showing the problem better. -- 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=39034 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |367b30d8278684aaff373f5666b | |78264137d7a8f Status|UNCONFIRMED |RESOLVED CC| |piotr.caban(a)gmail.com Resolution|--- |FIXED --- Comment #10 from Piotr Caban <piotr.caban(a)gmail.com> --- The structure size/vbtable problem is fixed. Now the application is crashing on missing msvcr120.dll.strtof (bug 39908) for me. Marking as fixed. -- 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=39034 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcp -- 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=39034 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.1. -- 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=39034 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.8.x CC| |mstefani(a)redhat.com -- 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=39034 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |--- --- Comment #12 from Michael Stefaniuc <mstefani(a)redhat.com> --- Removing 1.8.x milestone from bugs included in 1.8.5. -- 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