Singleplayer has stopped working. *solved*

    Joined
    Jan 13, 2013
    Messages
    146
    Reaction score
    217
    • Community Content - Bronze 2
    • Purchased!
    • Legacy Citizen 3
    Untill about 4 hours ago, I was able to use singleplayer just fine; but now for some reason whenever I try to start the game, (from the second loading screen) The dedicated server tab flickers up before disapearing almost instantly, and the game gets stuck on connecting. I can still join other servers just fine, its just SP thats a problem. Any suggestions for getting it working again? :) I have tried resetting to an earlier backup, re-downloading the game and deleting the .starmade folder in %appdata%, but I am still getting the same issue.
     
    Joined
    Jan 22, 2014
    Messages
    1,047
    Reaction score
    299
    Take a look at the logfiles, see if they contain error information. Alternatively, you could also start the server from the command line. The output will most likely contain the hints you\'re looking for.
     
    Joined
    Jan 13, 2013
    Messages
    146
    Reaction score
    217
    • Community Content - Bronze 2
    • Purchased!
    • Legacy Citizen 3
    C:\\Users\\Matt\\Desktop\\Starmade Game\\Starmade>java -Xms512m -Xmx1024m -Xincgc -Xs
    hare:eek:ff -jar StarMade.jar -server
    [VERSION] VERSION: 0.094731
    [VERSION] BUILD: 20140114_182618
    #################### StarMade #######################
    # version 0.094731 - build 20140114_182618 #
    #####################################################
    [SERIAL] \"LXRV402018146159703400\"
    [LIBLOADER] OS ARCHITECTURE amd64
    [LIBLOADER] LOADED WINDOWS 64bit NATIVE LIBRARIES
    [LIBLOADER] LOADED NATIVE LIBRARIES
    [MAIN] LOADED ENGINE SETTINGS
    [INITIALIZE] REMOTE CLASSES REGISTERED
    [INITIALIZE] RESOURCE MANAGER INITIALIZED
    ERROR: no content in Resource: C:\\Users\\Matt\\Desktop\\Starmade Game\\Starmade\\file
    :\\C:\\Users\\Matt\\Desktop\\Starmade%20Game\\Starmade\\StarMade.jar!\\org\\schema\\game\\n
    etwork\\commands
    ################# Loading from JAR #####################
    ########################################################
    [INITIALIZE] REMOTE COMMANDS REGISTERED
    [INITIALIZE] SECURITY MANAGER SET
    [INITIALIZE] COMMAND ID\'s ASSIGNED
    [CONFIG] RECIPES PARSED: 35
    [INITIALIZE] BLOCK CONFIGURATION READ
    [MAIN] INITIALIZATION COMPLETED
    [MAIN] CHECKING IF MIGRATION NECESSARY
    [BLUEPRINT][MIGRATION] NO CONVERSION NEEDED: no old bb file exists: C:\\Users\\Mat
    t\\Desktop\\Starmade Game\\Starmade\\.\\blueprints\\catalog.txt
    [SERVER] ###### READING ALL BLUEPRINTS!
    [BLUEPRINT] Exception: invalid blueprint directory: File Not Found: .\\blueprints
    \\ATHENA 4 WIP\\header.smbph (The system cannot find the file specified)
    [BLUEPRINT] Exception: invalid blueprint directory: File Not Found: .\\blueprints
    \\DATA\\header.smbph (The system cannot find the file specified)
    [BLUEPRINT] Exception: invalid blueprint directory: File Not Found: .\\blueprints
    \\DFN CARNIFICINA HEAVY CRUISER-EXPERIMENTAL\\header.smbph (The system cannot find
    the file specified)
    [BLUEPRINT] Exception: invalid blueprint directory: File Not Found: .\\blueprints
    \\DFN FLAYER\\ATTACHED_0\\header.smbph (The system cannot find the path specified)
    [BLUEPRINT] Exception: invalid blueprint directory: File Not Found: .\\blueprints
    \\DFN FLAYER\\ATTACHED_0\\header.smbph (The system cannot find the path specified)
    [BLUEPRINT] Exception: invalid blueprint directory: File Not Found: .\\blueprints
    \\DFN WIP FRIGATE\\header.smbph (The system cannot find the file specified)
    [TAG] WARNING STRUCT DESERIALIZATION took too long: 41;
    [TAG] WARNING STRUCT DESERIALIZATION took too long: 42;
    [BLUEPRINT] Exception: invalid blueprint directory: File Not Found: .\\blueprints
    \\DFN FLAYER\\ATTACHED_0\\header.smbph (The system cannot find the path specified)
    [BLUEPRINT] Exception: invalid blueprint directory: File Not Found: .\\blueprints
    \\Half Cerberus 1024\\meta.smbpm (The system cannot find the file specified)
    [BLUEPRINT] Exception: invalid blueprint directory: File Not Found: .\\blueprints
    \\Taurus pre turrets\\header.smbph (The system cannot find the file specified)
    [BLUEPRINT] Exception: invalid blueprint directory: File Not Found: .\\blueprints
    \\WIP CAIRO\\header.smbph (The system cannot find the file specified)
    [BLUEPRINT] Exception: invalid blueprint directory: File Not Found: .\\blueprints
    \\WIP CAIRO 600m\\header.smbph (The system cannot find the file specified)
    [BLUEPRINT] Exception: invalid blueprint directory: File Not Found: .\\blueprints
    \\WIP CAIRO\\ATTACHED_0\\header.smbph (The system cannot find the path specified)
    [SERVER] ###### READING ALL 393 BLUEPRINTS FINISHED! TOOK 1018ms
    [MAIN] MIGRATION PROCESS DONE
    [MAIN] STARTING WITH ARGUMENTS: [-server]
    [SERVER] initializing
    [SQL] Fetching connection (may take some if game crashed on the run before)
    [SQL] connection successfull
    [SERVER] port 4242 is open
    [SERVER] USING TCP...
    [SERVER] loaded faction from disk: Faction [id=-2, name=Trading guild, descripti
    on=The intergalactic trading guild size: 0]
    [SERVER] loaded faction from disk: Faction [id=-1, name=Pirates, description=Rav
    aging space pirates size: 0]
    [SERVER][CATALOG] READ RAW BLUEPRINTS: 393
    java.lang.IllegalArgumentException: Comparison method violates its general contr
    act!
    at java.util.TimSort.mergeHi(Unknown Source)
    at java.util.TimSort.mergeAt(Unknown Source)
    at java.util.TimSort.mergeForceCollapse(Unknown Source)
    at java.util.TimSort.sort(Unknown Source)
    at java.util.TimSort.sort(Unknown Source)
    at java.util.Arrays.sort(Unknown Source)
    at java.util.Collections.sort(Unknown Source)
    at oJ.d(SourceFile:271)
    at oJ.(SourceFile:69)
    at nH.(SourceFile:58)
    at org.schema.game.server.controller.GameServerController.initializeServ
    erState(SourceFile:888)
    at org.schema.schine.network.server.ServerController.startServerAndListe
    n(SourceFile:412)
    at ln.run(SourceFile:963)
    at java.lang.Thread.run(Unknown Source)

    Thats what the .bat file said when I added \"PAUSE\" to the end of it, I dont know if that is what you meant though.
     
    Joined
    Jan 13, 2013
    Messages
    146
    Reaction score
    217
    • Community Content - Bronze 2
    • Purchased!
    • Legacy Citizen 3
    Apparently my blueprints folder was causing the problems, after moving the folder it works fine, no idea why though.