Installing server on private box

    Joined
    Jun 20, 2013
    Messages
    8
    Reaction score
    0
    Hello!

    I have recently been trying to set up a starmade server on my private box. I encounterd a problem. Whenever I upload the files to my server via FTP, and try to run the Batch file to launch the server I get this error.

    [root@vps ~]# chmod 777 /root/StarMade/StarMade-dedicated-server-windows.bat
    [root@vps ~]# /root/StarMade/StarMade-dedicated-server-windows.bat
    Failed to load Main-Class manifest attribute from StarMade.jar


    I have been trying to fix this for a few hours now and help would be greatly appreciated.

    Thanks
     

    fire219

    1200° Plasma
    Joined
    Sep 23, 2012
    Messages
    443
    Reaction score
    117
    • Legacy Citizen 4
    You\'re trying to use the windows launch file on linux. Use the linux one (StarMade-dedicated-server-linux.sh).
     
    Joined
    Jun 20, 2013
    Messages
    8
    Reaction score
    0
    Thanks! I tried and now im gettint this.

    Exception in thread \"main\" java.lang.NullPointerException
    at java.lang.VMClassLoader.defineClass(libgcj.so.10)
    at java.lang.ClassLoader.defineClass(libgcj.so.10)
    at java.security.SecureClassLoader.defineClass(libgcj.so.10)
    at java.net.URLClassLoader.findClass(libgcj.so.10)
    at java.lang.ClassLoader.loadClass(libgcj.so.10)
    at java.lang.ClassLoader.loadClass(libgcj.so.10)
    at gnu.java.lang.MainThread.run(libgcj.so.10)