Linux -nogui update error

    Joined
    Aug 5, 2013
    Messages
    405
    Reaction score
    140
    • Community Content - Bronze 1
    I have used "java -jar ./StarMade-Starter.jar -nogui"
    but it shows:

    [VERSION] loading version from install dir: ./
    [VERSION] VERSION: 0.199.472
    [VERSION] BUILD: 20170303_120646
    #################### StarMade #######################
    # version 0.199.472 - build 20170303_120646 #
    #####################################################
    [SERIAL] "not retrieved"
    [INSTALLATION_DIRECTORY] "/home/starmade/starmade/."
    [JVM-ARGUMENTS] []
    [TEXTURE-PACK] WARNING: ignoring lava.png.zip: not a directory
    [TEXTURE-PACK] WARNING: ignoring shield_tex.png.zip: not a directory
    [TEXTURE-PACK] WARNING: ignoring lava.png.zip: not a directory
    [TEXTURE-PACK] WARNING: ignoring shield_tex.png.zip: not a directory
    java.io.FileNotFoundException: ./settings.cfg (No such file or directory)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(FileInputStream.java:195)
    at java.io.FileInputStream.<init>(FileInputStream.java:138)
    at java.io.FileReader.<init>(FileReader.java:72)
    at obfuscated.aFJ.b(SourceFile:577)
    at obfuscated.aFJ.d(SourceFile:619)
    at org.schema.game.common.Starter.main(SourceFile:835)
    Could not read settings file: using defaults
    [SERVER] using world: world0; ./server-database/world0/
    [INIT] Segment Database Path: /home/starmade/starmade/./server-database/world0/DATA; exists? true; is Dir? true; creating dir sucessfull (gives false if exists)? false
    [GUI] NO STARMADE-WINDOW CONFIG FOUND. Using defaults
    [LIBLOADER] OS Linux - 2.6.32-042stab117.14
    [LIBLOADER] JAVA Oracle Corporation - 1.8.0_121 - /usr/lib/jvm/java-8-oracle/jre
    [LIBLOADER] ARCHITECTURE amd64
    [LIBLOADER] LOADED LINUX 64bit OPENAL LIBRARIES
    [LIBLOADER] LOADED LINUX 64bit NATIVE LIBRARIES
    [LIBLOADER] FastNoiseSIMD Level: 2
    [LIBLOADER] COMPLETE
    [MAIN] CHECKING IF MIGRATION NECESSARY
    [MAIN] MIGRATION PROCESS DONE
    [MAIN] STARTING WITH ARGUMENTS: [-nogui]
    java.lang.IllegalStateException: Sorry, it doesn't work this way!
    please start the game with the StarMade-Starter you downloaded.
    For starting a GUI-less dedicated server, start with "-server"
    at org.schema.game.common.Starter.main(SourceFile:991)
     
    Joined
    Feb 10, 2017
    Messages
    350
    Reaction score
    775
    • Community Content - Bronze 2
    • Legacy Citizen 5
    • Likeable
    remove the ./
    java -jar StarMade-Starter.jar -nogui
    least that's what I do.