Starmade Server Manager closes immediately, javaw.exe continues running

    Joined
    Aug 31, 2014
    Messages
    1
    Reaction score
    0
    When I attempt to start a dedicated server, the server manager window briefly appears before closing, but "javaw.exe" continues to run. Nobody can connect to the server. I used to be able to run the server just fine. This has only happened after Hamachi caused the computer to crash.

    If it helps, I believe this is a log from attempting to start the server
    [2014-09-01 16:22:55] [VERSION] VERSION: 0.163
    [2014-09-01 16:22:55] [VERSION] BUILD: 20140824_023153
    [2014-09-01 16:22:55] #################### StarMade #######################
    [2014-09-01 16:22:55] # version 0.163 - build 20140824_023153 #
    [2014-09-01 16:22:55] #####################################################
    [2014-09-01 16:22:55] [SERIAL] "3345726403423"
    [2014-09-01 16:22:56] [LIBLOADER] OS ARCHITECTURE amd64
    [2014-09-01 16:22:56] [LIBLOADER] LOADED WINDOWS 64bit NATIVE LIBRARIES
    [2014-09-01 16:22:56] [LIBLOADER] LOADED NATIVE LIBRARIES
    [2014-09-01 16:22:56] [MAIN] LOADED ENGINE SETTINGS
    [2014-09-01 16:22:56] [INITIALIZE] REMOTE CLASSES REGISTERED
    [2014-09-01 16:22:56] [INITIALIZE] RESOURCE MANAGER INITIALIZED
    [2014-09-01 16:22:56] ERROR: no content in Resource: C:\Users\Username\Desktop\Starmade\StarMade\file:\C:\Users\Username\Desktop\Starmade\StarMade\StarMade.jar!\org\schema\game\network\commands
    [2014-09-01 16:22:56] ################# Loading from JAR #####################
    [2014-09-01 16:22:56] ########################################################
    [2014-09-01 16:22:56] [INITIALIZE] REMOTE COMMANDS REGISTERED
    [2014-09-01 16:22:56] [INITIALIZE] SECURITY MANAGER SET
    [2014-09-01 16:22:56] [INITIALIZE] COMMAND ID's ASSIGNED
    [2014-09-01 16:22:56] [INITIALIZE] BLOCK CONFIGURATION READ
    [2014-09-01 16:22:56] [MAIN] INITIALIZATION COMPLETED
    [2014-09-01 16:22:56] [MAIN] CHECKING IF MIGRATION NECESSARY
    [2014-09-01 16:22:57] [BLUEPRINT][MIGRATION] NO CONVERSION NEEDED: no old bb file exists: C:\Users\Username\Desktop\Starmade\StarMade\.\blueprints\catalog.txt
    [2014-09-01 16:22:57] [SERVER] ###### READING ALL BLUEPRINTS!
    [2014-09-01 16:22:57] [SERVER] ###### READING ALL 23 BLUEPRINTS FINISHED! TOOK 60ms
    [2014-09-01 16:22:57] [MAIN] MIGRATION PROCESS DONE
    [2014-09-01 16:22:57] [MAIN] STARTING WITH ARGUMENTS: [-server, -gui, -port:4242]
    [2014-09-01 16:22:57] [SERVER] initializing
    [2014-09-01 16:22:57] [SQL] Fetching connection (may take some if game crashed on the run before)
    [2014-09-01 16:22:58] [SQL] connection successfull
    [2014-09-01 16:22:59] [SERVER] port 4242 is open
    [2014-09-01 16:22:59] [SERVER] USING TCP...
    [2014-09-01 16:22:59] [PARSER] not parsed: standard
    [2014-09-01 16:22:59] [PARSER] not parsed: ledge
    [2014-09-01 16:22:59] [PARSER] not parsed: shortFall
    [2014-09-01 16:22:59] [PARSER] not parsed: middleFall
    [2014-09-01 16:22:59] [PARSER] not parsed: longFall
    [2014-09-01 16:23:00] [SERVER][READTAG] WARNING: org.schema.game.server.controller.GameServerController@2af55def READING tag: FACTIONS; .fac took long: 50ms
    [2014-09-01 16:23:00] [SERVER][CATALOG] READ RAW BLUEPRINTS: 23
    [2014-09-01 16:23:00] java.lang.NullPointerException
    [2014-09-01 16:23:00] at Kp.fromTagStructure(SourceFile:187)
    [2014-09-01 16:23:00] at Kp.a(SourceFile:393)
    [2014-09-01 16:23:00] at org.schema.game.server.controller.GameServerController.initializeServerState(SourceFile:995)
    [2014-09-01 16:23:00] at org.schema.schine.network.server.ServerController.startServerAndListen(SourceFile:427)
    [2014-09-01 16:23:00] at qN.run(SourceFile:1080)
    [2014-09-01 16:23:00] at java.lang.Thread.run(Unknown Source)