https://bugs.winehq.org/show_bug.cgi?id=41400
Bug ID: 41400 Summary: Gamemaker 8.0 crashes when trying to run an actual compiled game Product: Wine Version: 1.9.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: kittyrockedyourworld@gmail.com Distribution: ---
updated Wine to version 1.9.18 after reinstall of Ubuntu 14.04. Gamemaker 8.0 starts okay but when I try to run a compiled game I get the following error: :Unexpected error occurred when running the game." I click on it and it closes the game from running but the Gamemaker editor is still open. A more specific error occurred on auto debug that states that "Internal errors invalid parameters recieved."
Gamemaker Lite can be downloaded at https://game-maker.en.uptodown.com/windows/download
I am unable to produce a more thorough terminal output as still new to how to use Wine debug.
Thanks for any help.
https://bugs.winehq.org/show_bug.cgi?id=41400
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #1 from winetest@luukku.com --- You just launch the application from terminal.
wine application_name.exe
and attach the output here.
https://bugs.winehq.org/show_bug.cgi?id=41400
--- Comment #2 from kittyrockedyourworld@gmail.com --- Created attachment 55758 --> https://bugs.winehq.org/attachment.cgi?id=55758 Short log of crash
The site www.1apostolic.com/TornadoAlley.exe has an actual file that crashes when trying to run in Wine 1.9.19 See atachment
https://bugs.winehq.org/show_bug.cgi?id=41400
Wyrex wyrex@openmailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wyrex@openmailbox.org
--- Comment #3 from Wyrex wyrex@openmailbox.org --- Created attachment 55765 --> https://bugs.winehq.org/attachment.cgi?id=55765 TornadoAlley ingame
Running TornadoAlley.exe from terminal works in wine staging 1.9.18. This is fresh 64bit prefix.
https://bugs.winehq.org/show_bug.cgi?id=41400
--- Comment #4 from kittyrockedyourworld@gmail.com --- what is the simplest way to install the 1.9.18 version of Wine. I also am unclear the syntax to launch the wine and the game from terminal. Thanks for your help1
https://bugs.winehq.org/show_bug.cgi?id=41400
--- Comment #5 from kittyrockedyourworld@gmail.com --- I researched and it seemed like a bit daunting to try more than one version of Wine. Would downgrading to the earlier version of Wine be easier?
https://bugs.winehq.org/show_bug.cgi?id=41400
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com --- TornadoAlley runs fine here.
The simples way to install wine is reading https://www.winehq.org/download
https://bugs.winehq.org/show_bug.cgi?id=41400
--- Comment #7 from kittyrockedyourworld@gmail.com --- I tried uninstall with purge and reinstall of Wine. I may have to take it to my tech repair as Gamemaker 8.0 used to work so perhaps it may be a problem related to my HP Envy Laptop.
Thanks for everyone's help but this is just beyond my expertise at this time so leaving it with the technician as able.
https://bugs.winehq.org/show_bug.cgi?id=41400
--- Comment #8 from kittyrockedyourworld@gmail.com --- (In reply to Wyrex from comment #3)
Created attachment 55765 [details] TornadoAlley ingame
Running TornadoAlley.exe from terminal works in wine staging 1.9.18. This is fresh 64bit prefix.
What do you mean by Fresh 64bit prefix. Could you send me a pasted example of what you type in the terminal? Also, my machine will not allow me to install wine staging 1.9.18 as it always goes up to the latest version instead. Thanks for your help as I may pass this on to my tech guy so I don't wreck the machine.
https://bugs.winehq.org/show_bug.cgi?id=41400
--- Comment #9 from kittyrockedyourworld@gmail.com --- Created attachment 55809 --> https://bugs.winehq.org/attachment.cgi?id=55809 Debug of Gamemaker Error
I have no idea other than a lot of IDirectMusic problems coming up. Thanks for any help.
https://bugs.winehq.org/show_bug.cgi?id=41400
--- Comment #10 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to kittyrockedyourworld from comment #9)
Created attachment 55809 [details] Debug of Gamemaker Error
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
These two lines from your log show that you are not running the version of wine you think you are.
All those directmusic problems will go away if you install DirectMusic, to do so: winetricks -q directmusic
Look for winetricks if you don't have it yet.
In the console type "wine --version", it should display the correct version of wine.
Usually we try to stick bug testing to the latest development version of wine, so it is OK if you try 1.9.20, or 1.9.19 if it is the latest available.
https://bugs.winehq.org/show_bug.cgi?id=41400
--- Comment #11 from kittyrockedyourworld@gmail.com --- Created attachment 55827 --> https://bugs.winehq.org/attachment.cgi?id=55827 Errors when running game.
https://bugs.winehq.org/show_bug.cgi?id=41400
--- Comment #12 from kittyrockedyourworld@gmail.com --- Is there a way to upgrade to 1.9.18 without uninstall of Wine 1.6.2 and how do you create a clean prefix, not even sure what that is. Sorry I am slow understanding this part. Thanks for any help.
https://bugs.winehq.org/show_bug.cgi?id=41400
--- Comment #13 from winetest@luukku.com --- Prefix is a folder under your home directory. The default is named .wine. If you delete the directory wine creates a new one when you start wine.
All programs should have their own prefix.
You could for example compile your own wine, but setting that up takes sometime. You need to hunt lots of development files.
https://bugs.winehq.org/show_bug.cgi?id=41400
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #14 from joaopa jeremielapuree@yahoo.fr --- Recently, a lot of work was done in directmusic.
Does the bug still occur with wine-8.17?