https://bugs.winehq.org/show_bug.cgi?id=39959
Bug ID: 39959 Summary: Growtopia v2.11 fails to run with unhandled exception (2.09 did run ok) Product: Wine Version: 1.9.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: wine.hq@jyge.net Distribution: ---
Created attachment 53389 --> https://bugs.winehq.org/attachment.cgi?id=53389 backtrace.txt
See subject and attachment.
Application runs fine with Win8 but fails with Wine 1.9.0
Standard MythUbuntu 14.04 so tried wine 1.6.x (that comes with standard), and now also the development version (1.9.0) using instructions from winehq.site for Ubuntu to install. Same endresult (Unhandled exception) on both. Backtrace is done with 1.9.0 -version.
Application download link: http://growtopiagame.com/GrowtopiaInstaller.exe
https://bugs.winehq.org/show_bug.cgi?id=39959
Jyrki Pesonen wine.hq@jyge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.hq@jyge.net
https://bugs.winehq.org/show_bug.cgi?id=39959
Jyrki Pesonen wine.hq@jyge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME
--- Comment #1 from Jyrki Pesonen wine.hq@jyge.net --- Apparently RTSoft did something and current version 2.13 runs fine with wine.
https://bugs.winehq.org/show_bug.cgi?id=39959
Jyrki Pesonen wine.hq@jyge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|WORKSFORME |--- Summary|Growtopia v2.11 fails to |Growtopia v2.14 fails (was |run with unhandled |v2.11 fails) to run with |exception (2.09 did run ok) |unhandled exception (2.09 & | |2.13 did run ok)
--- Comment #2 from Jyrki Pesonen wine.hq@jyge.net --- Same behaviour back again.
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #3 from Jyrki Pesonen wine.hq@jyge.net --- Created attachment 53532 --> https://bugs.winehq.org/attachment.cgi?id=53532 Backtrace from 1.6.x system, 1.9.x does the same
Unfortunately no backtrace from 1.9.x
https://bugs.winehq.org/show_bug.cgi?id=39959
Jyrki Pesonen wine.hq@jyge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Growtopia v2.14 fails (was |Growtopia v2.19->v2.14 |v2.11 fails) to run with |fails (was v2.11 fails) to |unhandled exception (2.09 & |run with unhandled |2.13 did run ok) |exception (2.09 & 2.13 did | |run ok)
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #4 from Jyrki Pesonen wine.hq@jyge.net --- Created attachment 53784 --> https://bugs.winehq.org/attachment.cgi?id=53784 1.9.x and v2.19 backtrace
Adding backtrace from Wine 1.9.x and v2.19 of Growtopia
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #5 from Saulius K. saulius2@gmail.com --- I know no way to identify exact Growtopia version, but the current one (file downloaded few minutes ago) still crashes on wine-1.9.4 .
https://bugs.winehq.org/show_bug.cgi?id=39959
Saulius K. saulius2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=39959
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- (In reply to Saulius K. from comment #5)
I know no way to identify exact Growtopia version, but the current one (file downloaded few minutes ago) still crashes on wine-1.9.4 .
I also downloaded this app, but here it runs just fine. The version is V2.20, it is displayed in the initial screen, right bottom corner. Maybe this crash only happens on x86-64?
https://bugs.winehq.org/show_bug.cgi?id=39959
Jyrki Pesonen wine.hq@jyge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Growtopia v2.19->v2.14 |Growtopia v2.20->v2.14 |fails (was v2.11 fails) to |fails (was v2.11 fails) to |run with unhandled |run with unhandled |exception (2.09 & 2.13 did |exception (2.09 & 2.13 did |run ok) |run ok)
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #7 from Jyrki Pesonen wine.hq@jyge.net --- v2.20 crashes similar.
Good hint! It could be that it crashes only x86-64. IIRC all my setups are 64-bit. Could there be a way to run it on 32-bit while in 64-bit install? (Question is not related to this bug anymore).
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- (In reply to Jyrki Pesonen from comment #7)
v2.20 crashes similar.
Good hint! It could be that it crashes only x86-64. IIRC all my setups are 64-bit. Could there be a way to run it on 32-bit while in 64-bit install? (Question is not related to this bug anymore).
I`m quite ignorant on this subject ,but google suggests it should be quite simple: (taken from http://askubuntu.com/questions/136714/how-to-force-wine-into-acting-like-32-...)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.
It turns out that to make Wine run in 32-bit-only mode, one needs to:
Remove ~/.wine if it was already created in the 64-bit mode. (WARNING: This removes all stuff you have installed under Wine. Move it aside instead if you want to avoid dataloss.)
Set the WINEARCH environment variable to win32 i.e. export WINEARCH=win32
Then run wine (or winetricks, etc.)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
(from http://askubuntu.com/questions/136714/how-to-force-wine-into-acting-like-32-...)
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #9 from Saulius K. saulius2@gmail.com --- (In reply to Louis Lenders from comment #8)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.
It turns out that to make Wine run in 32-bit-only mode, one needs to:
Remove ~/.wine if it was already created in the 64-bit mode. (WARNING:
This removes all stuff you have installed under Wine. Move it aside instead if you want to avoid dataloss.)
Set the WINEARCH environment variable to win32 i.e. export WINEARCH=win32 Then run wine (or winetricks, etc.)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Indeed it helps. The game is running fine now (in newly created Wine bottle [or prefix], of course).
(In reply to Jyrki Pesonen from comment #7)
Good hint! It could be that it crashes only x86-64. IIRC all my setups are 64-bit.
Jyrki, I think it should be noted that only _some_ Growtopia binaries crash on x86-64 bottles (prefixes).
This probably means that the crash depends on exact layout (linking details) of Growtopia executable files / binaries. Anastasius F. could probably help to make that clear.
Could there be a way to run it on 32-bit while in 64-bit install? (Question is not related to this bug anymore).
Would it suffice for you to create additional Wine bottle prefix, eg. ~/.wine-32-growtopia ?
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #10 from Jyrki Pesonen wine.hq@jyge.net --- (In reply to Louis Lenders from comment #8)
http://askubuntu.com/questions/136714/how-to-force-wine-into-acting-like-32- bit-windows-on-64-bit-ubuntu)
This made it work. So I can confirm that some Growtopia versions do run on 32-bit while they crash on x86-64.
Will adjust the description accordingly.
https://bugs.winehq.org/show_bug.cgi?id=39959
Jyrki Pesonen wine.hq@jyge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Growtopia v2.20->v2.14 |Growtopia v2.20->v2.14 |fails (was v2.11 fails) to |fails (was v2.11 fails) to |run with unhandled |run with unhandled |exception (2.09 & 2.13 did |exception on x86-64 (2.09 & |run ok) |2.13 did run ok)
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #11 from Jyrki Pesonen wine.hq@jyge.net --- See also http://www.rtsoft.com/forums/showthread.php?311181-Growtopia-under-Linux-Win...
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #12 from Saulius K. saulius2@gmail.com --- (In reply to Jyrki Pesonen from comment #11)
See also http://www.rtsoft.com/forums/showthread.php?311181-Growtopia-under-Linux-Win...
Jyrki, you write in the forum's topic:
Now the program starts and runs but when trying to login, it says "This version of Windows might not be supported" See enclosed pic
What is the Windows version you set in your 32-bit Wine prefix (bottle) used to install Growtopia?
I mean this option: http://quehow.com/wp-content/uploads/2015/03/How-to-install-Wine-on-Ubuntu-S...
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #13 from Saulius K. saulius2@gmail.com --- Created attachment 63089 --> https://bugs.winehq.org/attachment.cgi?id=63089 Black window with msgbox in the center saying "Error registering for multitouch event"
Growtopia v2.985 works fine on Linux Mint 17.3 (arch=x86_64) using both Wine version 1.9.17 and 4.0-rc3 (env WINEARCH=win64 wine64 ...)
Though, when using version 4.0-rc3 the game pops up some large black window with a msgbox in the center which says "Error registering for multitouch event". By pressing any of these keys (Yes/No/Cancel) the game starts up fine.
Can this bug be closed?
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #14 from Jyrki Pesonen wine.hq@jyge.net --- (In reply to Saulius K. from comment #13)
Growtopia v2.985 works fine on Linux Mint 17.3 (arch=x86_64) using both Wine version 1.9.17 and 4.0-rc3 (env WINEARCH=win64 wine64 ...)
Can this bug be closed?
Good news, let me test/check this during the coming weekend. It'll be on Ubuntu 18.10 and whatever comes with it by default.
https://bugs.winehq.org/show_bug.cgi?id=39959
Jyrki Pesonen wine.hq@jyge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #15 from Jyrki Pesonen wine.hq@jyge.net --- Finally :)
I confirm Growtopia v2.986 working under Ubuntu 18.10 (cosmic) and wine64 (3.0.3-2)
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #16 from Nikolay Sivov bunglehead@gmail.com --- Could you check if it works with 4.0-rc4?
https://bugs.winehq.org/show_bug.cgi?id=39959
--- Comment #17 from Jyrki Pesonen wine.hq@jyge.net --- Sure, will do tomorrow. Hitting 11pm here and closed rigs already.
https://bugs.winehq.org/show_bug.cgi?id=39959
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.0-rc5.