Results 1 to 5 of 5

Thread: GameMaker 8.1 for ubuntu?

  1. #1
    Join Date
    Aug 2011
    Beans
    1

    Red face GameMaker 8.1 for ubuntu?

    Hello,
    I have been trying to get GameMaker working on linux, but it does not seem to work.
    When I tried running it on wine, it said "Wine: Install the windows version of mono to run .Net executables"
    I installed Mono for windows. It says it is installed (using Mono --version).
    it still does not work.

    (note: I would paste what it said on the terminal, but for some reason i cant copy or paste to and from the terminal. any help for that?)

    Thanks, Ben
    (By the way, first post!)
    Last edited by Benja6678; December 13th, 2011 at 09:31 AM.

  2. #2
    Join Date
    Sep 2009
    Beans
    96
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: GameMaker 8.1 for ubuntu?

    If it is a .net application then you should be able to run it without wine. Open a new terminal window and type:
    Code:
    mono <path to file>
    If you don't have mono installed then do
    Code:
    sudo apt-get install mono-runtime
    (I think that is the right package, not 100% sure, though)

    Don't be fooled into thinking that a .exe can only be run in wine, that is also the file extension for .net applications. I learned that the hard way.

    For copying/pasting in terminal the keyboard shortcuts have a shift in them. Copy = ctrl+shift+c Paste = ctrl+shift+v
    http://megaloler.site90.com/, not that you care.

  3. #3
    Join Date
    Sep 2009
    Location
    England
    Beans
    31
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: GameMaker 8.1 for ubuntu?

    I know this is an old thread but it is worth pointing out to anyone wanting to use Game Maker on Linux that there is a cross-platform alternative for handling Game Maker projects: lateralgm

  4. #4
    Join Date
    Feb 2012
    Beans
    1

    Re: GameMaker 8.1 for ubuntu?

    and a multi-platform game studio here:
    http://www.sandboxgamemaker.com
    mac, linux, windozzzzzz

    ow, yea, its FREE too :

  5. #5
    Join Date
    Sep 2011
    Location
    South Africa
    Beans
    165
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: GameMaker 8.1 for ubuntu?

    Quote Originally Posted by SingingBush View Post
    I know this is an old thread but it is worth pointing out to anyone wanting to use Game Maker on Linux that there is a cross-platform alternative for handling Game Maker projects: lateralgm
    I know this is old but I have to thank you SingingBush, you saved my life! I've been using Game Maker for a week now and I was getting tired of seeing Windows.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •