Bug Linux updater fails to update...

    Joined
    Jun 24, 2013
    Messages
    270
    Reaction score
    43
    So, when I tried updating to the newest version on my server...

    Code:
    # java -jar ./StarMade-Starter.jar -dev -nogui
    FILES-URL: http://files.star-made.org/
    [VERION] loading version from install dir: ./StarMade/
    [VERSION] VERSION: 0.19604
    [VERSION] BUILD: 20160312_220157
    Exception in thread "Thread-0" java.lang.ArrayIndexOutOfBoundsException: 1
            at org.schema.game.common.updater.Updater.loadVersionList(Updater.java:3                                                                             53)
            at org.schema.game.common.updater.Updater.access$100(Updater.java:51)
            at org.schema.game.common.updater.Updater$2.run(Updater.java:437)
            at java.lang.Thread.run(Thread.java:745)
    You Are Already on the Newest Version: use -force to force an update

    I figured... great. Maybe it's time I actually try the new installer...

    Code:
    ./starmade-launcher -dev -nogui
    ./starmade-launcher: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
    Do I really need to load x11/libgtk to run the server on a headless box?