It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Monster Bash is peculiar in that you have a Windows and Linux download, but no Mac download.

Has anyone figured out how to run the Linux version on macOS/OS X - specifically the download gog_monster_bash_2.0.0.2.sh?

I know "chmod +x gog_monster_bash_2.0.0.2.sh" and then "./gog_monster_bash_2.0.0.2.sh" will run the shell script but I get this error:

"./startmojo.sh: line 55: /var/folders/_k/1t8rcrv52dn5f73wd4yprw8x_87931/T/selfgz313423417/bin/linux/x86_64/mojosetup: cannot execute binary file"

Wondering if anyone has solved this, if it's possible. Thanks.
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
Wilkinson: Monster Bash is peculiar in that you have a Windows and Linux download, but no Mac download.

Has anyone figured out how to run the Linux version on macOS/OS X - specifically the download gog_monster_bash_2.0.0.2.sh?
This is run via DOSBox under Windows & Linux. To run under OS X you need the extract the game files from either installer and run it via stock DOSBox, OS X build, or Boxer. The Linux installer is a MojoSetup file, ZIP file stuffed in a shell script. On Linux you can unpack it with either:
$ unzip gog_monster_bash_2.0.0.2.sh
$ 7z x gog_monster_bash_2.0.0.2.sh
Innoextract can be used to unpack GOG Windows installers. Not sure if their is a binary for OS X, e.g. you may need to build it.