Hello. I've run into a slight problem trying to launch the dedicated server on Linux.
# brian at boole in ~/StarMade [23:37:34]
$ ./StarMade-dedicated-server-linux.sh
[VERSION] VERSION: 0.09373
[VERSION] BUILD: 20130625_204549
#################### StarMade #######################
# version 0.09373 - build 20130625_204549 #
#####################################################
[LIBLOADER] OS ARCHITECTURE amd64
Exception in thread "main"
java.lang.UnsatisfiedLinkError: no jinput-dx8_64 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
at java.lang.Runtime.loadLibrary0(Runtime.java:845)
at java.lang.System.loadLibrary(System.java:1084)
at iX.a(SourceFile:60)
at org.schema.game.common.Starter.main(SourceFile:656)
I see libjinput-linux64.so in $dir/native/linux. I tried to simlink it to the appropriate .so file name. didn't work. I also downloded the lwjgl library from sourceforge and tried to add that path to the server launcher with -Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=, with and without symlinks to the alternate name.
I don't know if the symlinks should have helped or not. I'm on openjdk7.
# brian at boole in ~/StarMade [23:37:34]
$ ./StarMade-dedicated-server-linux.sh
[VERSION] VERSION: 0.09373
[VERSION] BUILD: 20130625_204549
#################### StarMade #######################
# version 0.09373 - build 20130625_204549 #
#####################################################
[LIBLOADER] OS ARCHITECTURE amd64
Exception in thread "main"
java.lang.UnsatisfiedLinkError: no jinput-dx8_64 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
at java.lang.Runtime.loadLibrary0(Runtime.java:845)
at java.lang.System.loadLibrary(System.java:1084)
at iX.a(SourceFile:60)
at org.schema.game.common.Starter.main(SourceFile:656)
I see libjinput-linux64.so in $dir/native/linux. I tried to simlink it to the appropriate .so file name. didn't work. I also downloded the lwjgl library from sourceforge and tried to add that path to the server launcher with -Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=-Djava.library.path=, with and without symlinks to the alternate name.
I don't know if the symlinks should have helped or not. I'm on openjdk7.