1. When making a thread, please tag your thread accordingly using the menu to the left of the textfield where you name your thread where applicable. Server Advertisements and Mod Releases should be contained to their respective subforums.

Server Help Linux64 Fails to start

Discussion in 'Multiplayer' started by necrogami, Dec 4, 2013.

  1. necrogami

    necrogami Yeah, You!

    Upon starting of linux64 server (archlinux)

    [root@charlie linux64]# ./launch_starbound_server.sh
    ./starbound_server: /usr/lib/libcrypto.so.1.0.0: no version information available (required by ./starbound_server)
    Info: Creating Star::Root with 1 assets sources and config file: './starbound.config'
    Info: Loading Star::Assets from: '../assets'
    Info: Loading Star::Root...
    Info: Creating default Star::Configuration
    Error: Could not load /celestial/names.config asset, attempting to use default.
    AssetException: Could not read variant asset /celestial/names.config
    ./starbound_server(_ZN4Star13StarExceptionC1ERKSsRKSt9exception+0x126) [0xa586a6]
    ./starbound_server() [0x516755]
    ./starbound_server() [0x5167c4]
    ./starbound_server() [0x50ed1a]
    ./starbound_server() [0x50f1cf]
    ./starbound_server() [0x516be3]
    ./starbound_server() [0x517b85]
    ./starbound_server() [0x51a7fb]
    ./starbound_server() [0x51aeeb]
    ./starbound_server() [0x540e58]
    ./starbound_server() [0x557bef]
    ./starbound_server() [0x55a155]
    ./starbound_server() [0x5072f6]
    /usr/lib/libc.so.6(__libc_start_main+0xf5) [0x7f7cc358cbc5]
    ./starbound_server() [0x50b3ed]

    caused by: AssetException: No such asset '/celestial/names.config'
    ./starbound_server(_ZN4Star13StarExceptionC2ERKSs+0xfe) [0xa57f1e]
    ./starbound_server() [0x51c2a1]
    ./starbound_server() [0x50fef3]
    ./starbound_server() [0x50ff92]
    ./starbound_server() [0x516666]
    ./starbound_server() [0x5167c4]
    ./starbound_server() [0x50ed1a]
    ./starbound_server() [0x50f1cf]
    ./starbound_server() [0x516be3]
    ./starbound_server() [0x517b85]
    ./starbound_server() [0x51a7fb]
    ./starbound_server() [0x51aeeb]
    ./starbound_server() [0x540e58]
    ./starbound_server() [0x557bef]
    ./starbound_server() [0x55a155]
    ./starbound_server() [0x5072f6]
    /usr/lib/libc.so.6(__libc_start_main+0xf5) [0x7f7cc358cbc5]
    ./starbound_server() [0x50b3ed]

    Info: Shutting down Star::Root
    Error: Fatal Exception Caught: VariantException: Variant type not map for get("planetarySuffixes"), is of type null
    ./starbound_server(_ZN4Star13StarExceptionC2ERKSs+0xfe) [0xa57f1e]
    ./starbound_server() [0x70a231]
    ./starbound_server(_ZNK4Star7Variant3getERKNS_6StringE+0xa0) [0xa3a5c0]
    ./starbound_server() [0x540e9a]
    ./starbound_server() [0x557bef]
    ./starbound_server() [0x55a155]
    ./starbound_server() [0x5072f6]
    /usr/lib/libc.so.6(__libc_start_main+0xf5) [0x7f7cc358cbc5]
    ./starbound_server() [0x50b3ed]

    from the starbound folder /srv/Starbound/linux64 /srv/Starbound/assets exists as well as assets/celestial/names.config

    Also /usr/lib/libcrypto exists.

    Any idea whats going wrong?

    Latest Archlinux
     
  2. The Dark Wizard

    The Dark Wizard Void-Bound Voyager

    ./starbound_server: error while loading shared libraries: libvorbisfile.so.3: cannot open shared object file: No such file or directory


    I get this.

    Where did you get that file from?
     
  3. necrogami

    necrogami Yeah, You!

    Install libvorbis from your package management system same for libpng12
     
  4. The Dark Wizard

    The Dark Wizard Void-Bound Voyager

    What about for this error?

    error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or director
     
  5. 3ventic

    3ventic Space Hobo

    install libssl-1.0.0
     
  6. The Dark Wizard

    The Dark Wizard Void-Bound Voyager

    We're using CentOS, which uses openssl, not libssl.

    Any ideas?
     
  7. NiNi

    NiNi Big Damn Hero

    Same issue.. If i find a solution i'll link it here.
     
  8. The Dark Wizard

    The Dark Wizard Void-Bound Voyager

    Please do!
     
  9. NiNi

    NiNi Big Damn Hero

    I've dug around, looks like libssl isnt supported by Centos, only openssl is. We may not be able to use Centos without aid from the devs.
     
  10. Orthus

    Orthus Void-Bound Voyager

    No D:
     
  11. TheMap

    TheMap Scruffy Nerf-Herder

    Anyone get this to work, having the libssl-1.0.0 issue on Debian Squeeze.
     
  12. Flobu

    Flobu Void-Bound Voyager

    I have the same problem with libssl-1.0.0
    I cant install it through apt-get install

    Code:
    apt-get install libssl1.0.0
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package libssl1.0.0 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    
     
  13. Jansen

    Jansen Aquatic Astronaut

    You could copy the required libs from your linux client to your starbound server directory (if you have a linux client at home). The required libs are:
    Code:
    ~/.steam/steam/SteamApps/common/Starbound/linux64$ ldd starbound_server
            linux-vdso.so.1 =>  (0x00007fff805fe000)
            libvorbisfile.so.3 => /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3 (0x00007f9051d5c000)
            libvorbis.so.0 => /usr/lib/x86_64-linux-gnu/libvorbis.so.0 (0x00007f9051b2f000)
            libogg.so.0 => /usr/lib/x86_64-linux-gnu/libogg.so.0 (0x00007f9051925000)
            libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f90516c7000)
            libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f90512eb000)
            libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f9051048000)
            libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007f9050e22000)
            libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f9050c09000)
            libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f90509eb000)
            libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f90507e7000)
            libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f90504e3000)
            libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f90501de000)                                                           
            libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f904ffc8000)                                                   
            libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f904fc00000)                                                           
            /lib64/ld-linux-x86-64.so.2 (0x00007f9051f8c000)  
     
  14. Flobu

    Flobu Void-Bound Voyager

    Could you be so kind and upload the libssl.so.1.0.0 and libcrypto.so.1.0.0 for us anywhere?
     
  15. Jansen

    Jansen Aquatic Astronaut

  16. meggawatts

    meggawatts Intergalactic Tourist

    Under CentOS, no more libc++ erros, but instead this:

     
  17. Flobu

    Flobu Void-Bound Voyager

    hm :( seems not to work
    i think i need the libs from a debian installation
    btw i dont know what the error means

    Code:
     error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument
     
  18. Jansen

    Jansen Aquatic Astronaut

    Hmm, what happens if you move the one file from linux_loader-dont-know-if-you-need-this/ to the other .so files?
     
  19. meggawatts

    meggawatts Intergalactic Tourist

    Same thing, appears to be an issue with glibc from the quick googling I've done.
     
  20. Jansen

    Jansen Aquatic Astronaut

    Last edited: Dec 4, 2013

Share This Page