Pages: 1
Author Topic: How to install and run Enigma  (45,452 Views)
Offline (Unknown gender) pac1jpsnet

Member
Joined: Aug 2015
Posts: 4
View profile
Posted on: September 01, 2015, 03:17:55 AM
I have tried all the commands listed to get Enigma started, but nothing happens after the Terminal runs through its processes.  I need a start over, simple step by step to install this with command line and what to type next.  I downloaded the latest best version and then all the Java links to help it run but this is just really difficult. My understanding is this is a cross over that is similar to Game Maker by Mark Overmarrs but is designed for Ubuntu. I have used the Gnome Terminal before and got things to work but this Enigma is humbling. Thanks for any help as I need all I can get.
pac1jpsnet
Offline (Unknown gender) TheExDeus

Developer
Joined: Apr 2008
Posts: 1,860
View profile
Reply #1 Posted on: September 01, 2015, 08:54:20 PM
Sadly I'm not 100% sure how to do on Linux. I actually use ENIGMA on Windows. I think this page is quite up-to-date: http://enigma-dev.org/docs/Wiki/Install:Linux and http://enigma-dev.org/docs/Wiki/Install:Git. Maybe an easier "line by line" instruction could be made for Linux users though.

ENIGMA is open-source and multiplatform, but it is not designed for Ubuntu or connected to it. Most of development in recent months has actually happened on Windows and Linux is more seldom tested.
Offline (Unknown gender) HitCoder

Member
Joined: Aug 2014
Posts: 157
View profile WWW
Reply #2 Posted on: September 02, 2015, 09:20:33 AM
I previously installed enigma on Linux, I found I had difficulty every time, but cannot recall how I managed to get it working in the end. Honestly though, I prefer to run Enigma on Linux than I do to run it on Windows, I have no idea why though.
I was going to reinstall Linux sometime in the near future; I corrupted some audio-related stuff and it stutters all the time, so I may explain stuff that isn't covered in the wiki.

~HitCoder
Offline (Unknown gender) HitCoder

Member
Joined: Aug 2014
Posts: 157
View profile WWW
Reply #3 Posted on: September 03, 2015, 06:38:55 PM
Just a quick update, I planned the bump by the way.
Here's a guide based on everything I just did on a fresh install.

1) open terminal
2) install the dependencies
sudo apt-get install g++ zlib1g-dev libglu1-mesa-dev libalure-dev libvorbisfile3 libvorbis-dev libdumb1-dev
3) Install Git if you haven't already
sudo apt-get install git
4) pull the repository using Git
git clone git://github.com/enigma-dev/enigma-dev.git
5) cd to enigma-dev
cd enigma-dev/
6) run the install.py file
python install.py
7) run lateralgm.jar
java -jar lateralgm.jar

Once you've done that, allow the program to load up, and keep an eye on the terminal window until you see "Done."
I also recommend clicking the preferences button (second from last on the macros bar at the top), going to the "Appearence" tab, and setting the theme to GTK+
It looks nicer than any Java theme. And it gives you a nice application panel ("taskbar"), making it easier to navigate through open windows.

Honestly, Enigma is better than GM, but it can be very clunky and unstable in Windows. It's the only real reason I'm going back to Linux. But then again, I only have one reason to keep using Windows, so whichever OS I'm in I'm comfortable excluding one program.
Offline (Unknown gender) pac1jpsnet

Member
Joined: Aug 2015
Posts: 4
View profile
Reply #4 Posted on: September 04, 2015, 03:47:57 AM
Sounds promising.  Will let you know if it works, wish I could do it now but got job demands clear through weekend.  Keeping my fingers crossed.  Thanks!
pac1jpsnet
Offline (Unknown gender) FroggestSpirit

Member
Joined: Mar 2013
Posts: 79
View profile
Reply #5 Posted on: September 05, 2015, 01:34:50 PM
I've actually had some issues with windows. The installer doesn't work for me, and I think to fix it, I had to download a different version of LGM and enigma plugin. With that version of LGM, it corrupts nearly all of my projects upon opening them. I ended up rolling back to an old backup of ENIGMA that I have Including LGM (not sure how old), and this one compiles. I tried using this older version of LGM with the newer enigma, but that won't work either. I'm not sure if there's a more stable setup?
Offline (Unknown gender) HitCoder

Member
Joined: Aug 2014
Posts: 157
View profile WWW
Reply #6 Posted on: September 06, 2015, 02:31:55 PM
Quote from: FroggestSpirit on September 05, 2015, 01:34:50 PM
I've actually had some issues with windows. The installer doesn't work for me, and I think to fix it, I had to download a different version of LGM and enigma plugin. With that version of LGM, it corrupts nearly all of my projects upon opening them. I ended up rolling back to an old backup of ENIGMA that I have Including LGM (not sure how old), and this one compiles. I tried using this older version of LGM with the newer enigma, but that won't work either. I'm not sure if there's a more stable setup?
hm.. that's a little odd :/
I will send you my enigma files from my windows partition, let me just retrieve them for you...

But as I said, ENIGMA works so much better on Linux, I only use it on windows to compile .exe files.

Edit: here ya go https://www.dropbox.com/s/42db38sfyfeyw5t/InstallEnigma.exe?dl=1
It was in my dropbox, I think I mashed together a 7z installer for a friend which you could try.
Offline (Unknown gender) FroggestSpirit

Member
Joined: Mar 2013
Posts: 79
View profile
Reply #7 Posted on: September 07, 2015, 12:11:29 AM
I appreciate it @HitCoder, but it appears that it's doing the same as the zip installer. I'm thinking it might be something to do with my windows 10 installation
Offline (Unknown gender) TheExDeus

Developer
Joined: Apr 2008
Posts: 1,860
View profile
Reply #8 Posted on: September 07, 2015, 10:29:23 AM
What is the error exactly? I have windows 10 and everything works.
Offline (Unknown gender) FroggestSpirit

Member
Joined: Mar 2013
Posts: 79
View profile
Reply #9 Posted on: September 07, 2015, 07:26:53 PM
I think its my version of java. If i reinstall it, and reboot, it works fine for a while, but then it eventually lags when starting up, sometimes taking up to 15 minutes just to load. What version of java do you have?
Offline (Unknown gender) TheExDeus

Developer
Joined: Apr 2008
Posts: 1,860
View profile
Reply #10 Posted on: September 07, 2015, 08:46:13 PM
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) Client VM (build 25.45-b02, mixed mode)
Offline (Unknown gender) FroggestSpirit

Member
Joined: Mar 2013
Posts: 79
View profile
Reply #11 Posted on: September 08, 2015, 01:10:02 PM
mine is:
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) Client VM (build 25.60-b23, mixed mode, sharing)
I'll see if I can downgrade
Offline (Unknown gender) pac1jpsnet

Member
Joined: Aug 2015
Posts: 4
View profile
Reply #12 Posted on: September 10, 2015, 02:45:30 AM
Thanks Hitcoder it worked!!!  Now I just hope it can do 3d like the Gamemaker.  Hopefully better.
Looks promising.  :)
Offline (Unknown gender) HitCoder

Member
Joined: Aug 2014
Posts: 157
View profile WWW
Reply #13 Posted on: September 14, 2015, 02:44:12 PM
Quote from: pac1jpsnet on September 10, 2015, 02:45:30 AM
Thanks Hitcoder it worked!!!  Now I just hope it can do 3d like the Gamemaker.  Hopefully better.
Looks promising.  :)

Glad to be of assistance =)
Yes, Enigma has 3D capabilities but I haven't used them myself, good luck.  :)
Pages: 1