I tried to launch a fresh testing installation on the latest devbuild, and it didn't start, no logs generated.
I tried to start manually by running 'java -jar StarMade.jar -client' from the console, and this is what it printed out immedeatly:
```
Exception in thread "main" java.lang.NoClassDefFoundError: org/newdawn/slick/SlickException
at org.schema.game.common.Starter.main(SourceFile:725)
Caused by: java.lang.ClassNotFoundException: org.newdawn.slick.SlickException
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 1 more
```
To reproduce:
# make a new test installation in a new folder of the latest devbuild.
# attempt to launch said installation.