Can't get "Start Dedicated Server" working today, was fine yesterday

    Joined
    May 30, 2015
    Messages
    13
    Reaction score
    2
    • Purchased!
    I've been setting up a dedicated server for a couple friends on the same computer I play from ... not perfect but I can handle a couple friends plus myself. Router is all set to port forward and I have had no issues with it... until today.

    I click "Start Dedicated Server" like normal, it launches javaw.exe in my task manager like normal but no server window comes up (the one that shows people / has the "shut down server" button). I also can't connect to the server either, it's like the platform is running but the server isn't loading up.

    When I try to run "StarMade-dedicated-server-windows.bat", this is what appears in the command line:

    Code:
    E:\Steam\steamapps\common\StarMade\StarMade>java -Xms512m -Xmx1024m -Xincgc -Xsh
    are:off -jar StarMade.jar -server
    Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated a
    nd will likely be removed in a future release
    [VERION] loading version from install dir: .\
    [VERSION] VERSION: 0.19228
    [VERSION] BUILD: 20150512_155751
    #################### StarMade #######################
    # version 0.19228 - build 20150512_155751 #
    #####################################################
    [SERIAL] "not retrieved"
    [STARTER] template dir exists. overwriting template with current data
    [IO][COPY] FILE FROM E:\Steam\steamapps\common\StarMade\StarMade\.\data\config\F
    actionConfig.xml to E:\Steam\steamapps\common\StarMade\StarMade\.\customFactionC
    onfig\FactionConfigTemplate.xml
    [IO][COPY] FILE FROM E:\Steam\steamapps\common\StarMade\StarMade\.\data\config\c
    ustomFactionConfigHOWTO.txt to E:\Steam\steamapps\common\StarMade\StarMade\.\cus
    tomFactionConfig\customFactionConfigHOWTO.txt
    [RESOURCES][CustomTextures] No need to create pack.zip. Hash matches (as rewriti
    ng a zip changes the hash on it)
    [SERVER] using world: world0; .\server-database\world0\
    [INIT] Segment Database Path: E:\Steam\steamapps\common\StarMade\StarMade\.\serv
    er-database\world0\DATA; creating dir sucessfull? false
    [MAIN] LOADED ENGINE SETTINGS
    [INITIALIZE] REMOTE CLASSES REGISTERED
    [INITIALIZE] RESOURCE MANAGER INITIALIZED
    ERROR: no content in Resource: E:\Steam\steamapps\common\StarMade\StarMade\file:
    \E:\Steam\steamapps\common\StarMade\StarMade\StarMade.jar!\org\schema\game\netwo
    rk\commands
    ################# Loading from JAR #####################
    ########################################################
    [INITIALIZE] REMOTE COMMANDS REGISTERED
    [INITIALIZE] SECURITY MANAGER SET
    [INITIALIZE] COMMAND ID's ASSIGNED
    [INITIALIZE] BLOCK CONFIGURATION READ
    [MAIN] INITIALIZATION COMPLETED
    [MAIN] CHECKING IF MIGRATION NECESSARY
    [BLUEPRINT][MIGRATION] NO CONVERSION NEEDED: no old bb file exists: E:\Steam\ste
    amapps\common\StarMade\StarMade\.\blueprints\catalog.txt
    [SERVER] ###### READING ALL BLUEPRINTS!
    [SERVER] ###### READING ALL 34 BLUEPRINTS FINISHED! TOOK 29ms
    [MAIN] MIGRATION PROCESS DONE
    [MAIN] STARTING WITH ARGUMENTS: [-server]
    [SERVER] initializing
    [INIT] Seed File: E:\Steam\steamapps\common\StarMade\StarMade\.\server-database\
    world0\.seed
    [SQL] Fetching connection (may take some if game crashed on the run before)
    [SQL] connection successfull
    [DATABASE] ENTITIES UID SIZE: 128
    [DATABASE] FTL UID SIZE: 128
    [DATABASE] SYSTEMS UID SIZE: 128
    Exception in thread "ServerThread"
    java.lang.NullPointerException
            at obfuscated.NL.fromTagStructure(SourceFile:546)
            at obfuscated.NL.<init>(SourceFile:81)
            at obfuscated.ahc.<init>(SourceFile:638)
            at obfuscated.Jp.run(SourceFile:1074)
            at java.lang.Thread.run(Unknown Source)
    Any clues, ideas or suggestions? I did verify data from steam but that just made me have to update the game again from the launcher.

    Thanks!
    [DOUBLEPOST=1434419582,1434416615][/DOUBLEPOST]Ok, single player sandbox wouldn't work either. I tried uninstall / reinstall of Java and the game and it still didn't fix it....

    I did get it running though... apparently something in the world got corrupted. I don't know if there is a way to fix a corrupted world but I created a new world and set it as default and that let me in right away.

    Any ideas on what would screw up a world or if there is a way to repair it? Not a big deal for this one since everything was saved and all but it would be nice to know in the future.