1. Welcome to the Starbound support forums. Please check the support FAQs before posting: http://playstarbound.com/support

Bug/Issue Cannot start server after changing config file (Solved)

Discussion in 'Starbound Support' started by LunaticDelusion, Jan 25, 2018.

  1. LunaticDelusion

    LunaticDelusion Space Hobo

    After changing serverOverrideAssetsDigest fron null to true or false server crashes during start up (Vanilla server,no mods)

    Fatal Exception caught: (JsonException) Cannot convert from bool to string
    [0] 13fa28ce3
    [1] 13fa27a6e
    [2] 13f9ce4f6
    [3] 13f9ca70e
    [4] 13feac3ac
    [5] 13f971a98
    [6] 13f9727fd
    [7] 140174665
    [8] 76f459cd BaseThreadInitThunk
    [9] 7707a561 RtlUserThreadStart
    Caught at:
    [0] 13fa28ce3
    [1] 13fa292a4
    [2] 1401771bf
    [3] 7feed40c220 _C_specific_handler
    [4] 7feed4029b2 _FrameUnwindFilter
    [5] 7709b681 RtlRestoreContext
    [6] 13f9727fd
    [7] 140174665
    [8] 76f459cd BaseThreadInitThunk
    [9] 7707a561 RtlUserThreadStart

    Other changes in config don't crash the game and work fine
    I've been trying to host a dedicated server for me and my friends,but it seems that even with the same mods downloaded they get assets mismatch (it seems that it depends on the order of the mods loaded,but i have no idea how to force mods to load in specific order)
     

    Attached Files:

  2. Geodeek

    Geodeek Pangalactic Porcupine

    serverOverrideAssetsDigest is used to specify a new asset digest that will be used instead of the one the server normally generates. If you want to use this setting, you'll have to use a string for the new value, not a boolean.
    That said, don't bother - just tell your friends to allow asset mismatch in their settings. Getting asset mismatch to work is a right pain in the ass. If you really see a need for it, an explanation on how to use it can be found here.
     
  3. LunaticDelusion

    LunaticDelusion Space Hobo

    Today i've tested it with my friend and he was able to connect,thanks a lot.
     

Share This Page