WineHQ

Game Maker

Game Maker 8.0 has a new code editor and still uses the POS Softwrap DRM

Application Details:

Version: 8.0
License: Shareware
URL: http://www.yoyogames.com/gamem...
Votes: 2
Latest Rating: Gold
Latest Wine Version Tested: 1.7.55

Maintainers: About Maintainership

No maintainers. Volunteer today!

Link YoYo Games Website Free Download Download Game Maker 8 here Free Download Game Maker 8.0 Downloads

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

The Softwrap screen loads and allows Game Maker to open.
Registering for Pro works.
All of the resource editors seem to work.
The Game Information works.
Global Game Settings work.
Debug mode works.
Collisions work.
Show message works.
Game save and load work.
Opening text, binary, and ini files works.
Transparency works.
Views work.
Extensions work.

What does not

Sometimes when starting up, Game Maker (maybe Softwrap?) crashes and the window doesn't show.
The Softwrap screen won't load at all unless IE6 is installed.
Images on the Softwrap screen and in the tutorial and news section may or may not load depending on configurations.
The tabs on the object editor are stretched out.
In the sound editor, after you press the play button sounds have a pause before they play.
Sounds also have a similar pause in game.
If you click outside a popup (Global Game Settings, About Game Maker, Game Information), sometimes the window glitches and becomes unfocused.
Sometimes drawing doesn't work unless Global Game Settings is set to use synchronization to avoid tearing.
Movement is laggy, even with higher room speeds.
Sometimes Game Maker closes when going to test the game or build the executable.
The code auto-completer has an annoying window border.
Sometimes when saving an executable or testing the game it lags and needs to be forced to quit.
Though show message works, it sometimes glitches.
Transparency for the loading bar doesn't seem to work.
When drawing text, sometimes there are dots underneath it.
Sound doesn't seem to loop properly.
Room transitions are too slow to be effective.
DLLs don't work (make it into an extension).

Workarounds

What was not tested

Specific D&D, code, or constants were not tested unless listed above.
Resources editors were not extensively tested, only basic functions.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Look below at the how-tos for help.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowDebian GNU/Linux 8.x "Jessie"Dec 06 20151.7.55Yes Yes NoGoldGeorgi 
ShowLinux Mint 16 "Petra"Nov 24 20131.7.7Yes Yes NoGoldGeorgi 
CurrentUbuntu 10.10 "Maverick" i386 (+ variants like Kubuntu)Mar 16 20111.3.15Yes Yes NoSilveran anonymous user 
ShowLinux Mint 9 "Isadora" x86_64Oct 28 20101.3.5Yes Yes NoSilveran anonymous user 
ShowMandriva 2010.0Jul 05 20101.2-rc6No Not installable NoGarbagean anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected
33326 Sound problem with Game Maker 8.0 games NEW View
52221 GameMaker 8: Missing sound effects NEW View

Show all bugs

HowTo / Notes

HOWTO: Get games to work as they should

Open the wine configuration editor.

Disable both "Allow window manager to manage windows" and "allow window manager to decorate windows"

HOWTO get Game Maker 8.0 to run *Edited*

You must install IE6

$ wget http://www.kegel.com/wine/winetricks

$ sh winetricks ie6

 IE6 doesn't work very well but IE7 doesn't work at all.

*Edit by Devon {

IE6 might not work well as a web browser, but it works perfectly as a web page loader in non-browser application.

}

No it doesn't it gives script errors and it sucks

*2'nd edit by Devon {

Then I must have done something different then you because I never got any script error messages when using Game Maker 8.

Mind you I've also tried Game Maker 7 with IE6 to load it's web pages.

In Game Maker 7 I too got the script error message, but never got any error messages when using Game Maker 8.

} I got a script error while trying to change the activation option on the side to 'Re-install existing license'.

WARNING
With WINE version 1.3.17, exporting as an executable doesn't seem to work. It may just be that some settings need to be reconfigured. If you find a working solution, please let us know.
HOWTO
This how-to shows how to get Game Maker running best. It assumes you have Ubuntu 10.10 Maverick Meerkat installed. There may be different procedures for different versions/distros.

Make sure you've updated Wine to the latest version(1.3.15). If you haven't, copy and paste this in Terminal:

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.3
wine --version


The last command should show "wine-1.3.15".

To make Game Maker run correctly, make sure that Internet Explorer 6 is installed. I don't think the other versions of IE work. To do so, open Terminal and copy and paste the following:

wget http://www.kegel.com/wine/winetricks
sh winetricks ie6
sh winetricks directmusic
sh winetricks dsound
sh winetricks d3dx9


It will open the installer for IE6 which then allows Game Maker's Softwrap screen to load. Then it installs directmusic and dsound to allow sounds to play. It also installs all the DirectX tricks needed for Game Maker to run correctly.

After that, install Game Maker like normal. If you've already installed Game Maker, it should still work.

After following the above steps, everything seems to work fine, but when running games there is some lag. Because all these tests were run in VirtualBox, the lag and other problems may be nonexistant in an actual installation.

Note: Because of WINE's update to version 1.3.17, exporting as an executable doesn't seem to work anymore. If you find a way to get it work, please let us know.

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back