- Joined
- Apr 7, 2014
- Messages
- 3
- Reaction score
- 0
I'm by no means an expert in the use of my raspberry pi but I have gotten a Minecraft server running pretty smoothly (using the java build 1.7.0_40-b43 preinstalled on raspain).
I'm now trying to host a StarMade server on it, by following this guide:
http://thenated0g.com/2013/06/29/star-made-ubuntu-server-install/
I get to the step:
#startup server for first time to create server.cfg file
and it goes wrong, I get this as the output:
java.lang.RuntimeException: java.io.IOException: Cannot run program "dmidecode": error=2, No such file or directory
at w.a(SourceFile:30)
at y.a(SourceFile:87)
at org.schema.game.common.Starter.main(SourceFile:820)
Caused by: java.io.IOException: Cannot run program "dmidecode": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
at java.lang.Runtime.exec(Runtime.java:617)
at java.lang.Runtime.exec(Runtime.java:485)
at w.a(SourceFile:26)
... 2 more
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
... 5 more
[VERSION] VERSION: 0.157
[VERSION] BUILD: 20140615_210533
#################### StarMade #######################
# version 0.157 - build 20140615_210533 #
#####################################################
[SERIAL] "null"
[LIBLOADER] OS ARCHITECTURE arm
Exception in thread "main"
java.lang.UnsatisfiedLinkError: /home/pi/games/StarMade/native/linux/libopenal.so: /home/pi/games/StarMade/native/linux/libopenal.so: cannot open shared object file: No such file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1957)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1882)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1087)
at on.a(SourceFile:75)
at org.schema.game.common.Starter.main(SourceFile:887)
If anyone has any ideas on how to fix this or any questions, do reply.
I'm now trying to host a StarMade server on it, by following this guide:
http://thenated0g.com/2013/06/29/star-made-ubuntu-server-install/
I get to the step:
#startup server for first time to create server.cfg file
- sudo ./StarMade-dedicated-server-linux.sh
and it goes wrong, I get this as the output:
java.lang.RuntimeException: java.io.IOException: Cannot run program "dmidecode": error=2, No such file or directory
at w.a(SourceFile:30)
at y.a(SourceFile:87)
at org.schema.game.common.Starter.main(SourceFile:820)
Caused by: java.io.IOException: Cannot run program "dmidecode": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
at java.lang.Runtime.exec(Runtime.java:617)
at java.lang.Runtime.exec(Runtime.java:485)
at w.a(SourceFile:26)
... 2 more
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
... 5 more
[VERSION] VERSION: 0.157
[VERSION] BUILD: 20140615_210533
#################### StarMade #######################
# version 0.157 - build 20140615_210533 #
#####################################################
[SERIAL] "null"
[LIBLOADER] OS ARCHITECTURE arm
Exception in thread "main"
java.lang.UnsatisfiedLinkError: /home/pi/games/StarMade/native/linux/libopenal.so: /home/pi/games/StarMade/native/linux/libopenal.so: cannot open shared object file: No such file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1957)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1882)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1087)
at on.a(SourceFile:75)
at org.schema.game.common.Starter.main(SourceFile:887)
If anyone has any ideas on how to fix this or any questions, do reply.