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

Linux Server Setup. Workshop Items / .pak

Discussion in 'Starbound Support' started by Tweak3r, Sep 7, 2017.

  1. Tweak3r

    Tweak3r Space Hobo

    Hey there,

    Just about to setup a Public Server and it´s been a long time since i used linux..
    I copied Frackin Universe with Instructions to the mods folder... server boots up and seems fine.
    But than i want to implement as well two workshop Item from Steam (.pak files copied from my Windows Client to the Linux server)
    I added some lines in the config and it looks like this atm:

    {
    "assetDirectories" : [
    "../assets/",
    "../mods/",
    "../workshop/211820/732894430",
    "../workshop/211820/734038255",

    ],

    "storageDirectory" : "../storage/"

    }


    Server boots with that error:

    Caught at:
    ./starbound_server(_ZN4Star14fatalExceptionERKSt9exceptionb+0x42) [0x9e9262]
    ./starbound_server(main+0x7ef) [0x8bd8ff]
    /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f4421bc1f45]
    ./starbound_server() [0x8c7cec]
    [Error] Fatal Exception caught: (StarException) Could not perform initial Root load
    ./starbound_server(_ZN4Star13StarExceptionC1EPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x66) [0x9e6f66]
    ./starbound_server(_ZN4Star13StarExceptionC1EPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt9exception+0x72) [0x9e7452]
    ./starbound_server(_ZN4Star13StarExceptionC1ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt9exception+0x4e) [0x9e7eee]
    ./starbound_server(_ZNK4Star10RootLoader22rootSettingsForOptionsERKNS_12OptionParser7OptionsE+0x192e) [0xeb5e0e]
    ./starbound_server(_ZN4Star10RootLoader17commandParseOrDieEiPPc+0x30) [0xeb6fb0]
    ./starbound_server(_ZN4Star10RootLoader16commandInitOrDieEiPPc+0x1f) [0xeb770f]
    ./starbound_server(main+0x126) [0x8bd236]
    /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f9012741f45]
    ./starbound_server() [0x8c7cec]
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 8 : 3
    ./starbound_server(_ZN4Star13StarExceptionC1EPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x66) [0x9e6f66]
    ./starbound_server(_ZN4Star20JsonParsingExceptionC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x52) [0x954b12]
    ./starbound_server(_ZN4Star14inputUtf32JsonINS_15U8ToU32IteratorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEDiEENS_17JsonBuilderStreamENS_4JsonEEET1_T_SH_b+0x3b7) [0x95ada7]
    ./starbound_server(_ZN4Star4Json9parseJsonERKNS_6StringE+0x3a) [0x95376a]
    ./starbound_server(_ZNK4Star10RootLoader22rootSettingsForOptionsERKNS_12OptionParser7OptionsE+0x1de) [0xeb46be]
    ./starbound_server(_ZN4Star10RootLoader17commandParseOrDieEiPPc+0x30) [0xeb6fb0]
    ./starbound_server(_ZN4Star10RootLoader16commandInitOrDieEiPPc+0x1f) [0xeb770f]
    ./starbound_server(main+0x126) [0x8bd236]
    /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f9012741f45]
    ./starbound_server() [0x8c7cec]


    What do i miss? Does c/p the .pak even work like this or do i need to unzip those .pak ?
    I saw some old Guides for unpacking but i got no clue if those are still up to date.

    Cheers for help!
     
  2. Tweak3r

    Tweak3r Space Hobo

    Dont know if i really fixed it.. I used the asset unpacker for the .pak and copied the unziped stuff into a dedicated folder in /mods/
    Rebooted the server and now it seems not to crash anymore with the basic config file and unzipped .pak
    But the Client shows the "Assests Mismatch" Error while connecting... Is that one solved just by seletcting the Option "Allow Mismatch" in the client?
     

Share This Page