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 ARCHLINUX!!!! Linux64 Fails to start

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

  1. necrogami

    necrogami Yeah, You!

    Please DO NOT Derail this with Ubuntu, Debian, Centos or others my last 2 threads were completely derailed by other distributions not having the problems i am.


    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. necrogami

    necrogami Yeah, You!

    [​IMG]

    This is after updating to the latest build..
     
  3. Jansen

    Jansen Aquatic Astronaut

    Hi, i perhaps the file celestial/names.config is broken. Could you let steam verify your download?

    my md5 sum of this file
    Code:
    $ md5sum assets/celestial/names.config
    59dc1b151339d25e9e79061a212d701d  assets/celestial/names.config
    
     
    Last edited: Dec 5, 2013
  4. necrogami

    necrogami Yeah, You!

    Code:
    [root@charlie Starbound]# md5sum assets/celestial/names.config
    59dc1b151339d25e9e79061a212d701d  assets/celestial/names.config
    [root@charlie Starbound]#
    
    The md5 from my server matches yours.
     
  5. Jansen

    Jansen Aquatic Astronaut

    Hm, damn.
    On my arch machine it's working flawless. Did you let steam verify your content?
     
  6. AmpegV4

    AmpegV4 Space Hobo

    I'm also stuck with the exact same error as the opening post, not to derail but I'm attempting to run the x86 version on slackware.

    Error: Could not load /celestial/names.config asset, attempting to use default.
    AssetException: Could not read variant asset /celestial/names.config
     
  7. necrogami

    necrogami Yeah, You!

    I have tried the steam cmd version and just uploading it from my windows client. Neither work.
     
  8. Jansen

    Jansen Aquatic Astronaut

  9. necrogami

    necrogami Yeah, You!

    Without Patching:
    Code:
    [root@charlie linux64]# curl http://www.fabrik17.de/files/starbound-server-x64-libdeps.tar.gz | tar zxf -
      % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
                                    Dload  Upload  Total  Spent    Left  Speed
    100 3400k  100 3400k    0    0  883k      0  0:00:03  0:00:03 --:--:--  883k
    [root@charlie linux64]# ./launch_starbound_server.sh
    Info: Creating Star::Root with 1 assets sources and config file: './starbound.config'
    Info: Loading Star::Assets from: '../assets'
    Error: Segfault Encountered!
    Error: Stack Trace...
    
    And after running bspatch

    Code:
    [root@charlie linux64]# cp linux_loader-dont-know-if-you-need-this/ld-linux-x86-64.so.2 /tmp
    [root@charlie linux64]# chmod 755 /tmp/ld-linux-x86-64.so.2
    [root@charlie linux64]# ./launch_starbound_server.sh
    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) [0xa585b6]
    ./starbound_server() [0x5164e5]
    ./starbound_server() [0x516554]
    ./starbound_server() [0x50eaaa]
    ./starbound_server() [0x50ef5f]
    ./starbound_server() [0x516973]
    ./starbound_server() [0x517915]
    ./starbound_server() [0x51a58b]
    ./starbound_server() [0x51ac7b]
    ./starbound_server() [0x540be8]
    ./starbound_server() [0x55797f]
    ./starbound_server() [0x559ee5]
    ./starbound_server() [0x507086]
    ./libc.so.6(__libc_start_main+0xf5) [0x7fc617241de5]
    ./starbound_server() [0x50b17d]
    
    caused by: AssetException: No such asset '/celestial/names.config'
    ./starbound_server(_ZN4Star13StarExceptionC2ERKSs+0xfe) [0xa57e2e]
    ./starbound_server() [0x51c031]
    ./starbound_server() [0x50fc83]
    ./starbound_server() [0x50fd22]
    ./starbound_server() [0x5163f6]
    ./starbound_server() [0x516554]
    ./starbound_server() [0x50eaaa]
    ./starbound_server() [0x50ef5f]
    ./starbound_server() [0x516973]
    ./starbound_server() [0x517915]
    ./starbound_server() [0x51a58b]
    ./starbound_server() [0x51ac7b]
    ./starbound_server() [0x540be8]
    ./starbound_server() [0x55797f]
    ./starbound_server() [0x559ee5]
    ./starbound_server() [0x507086]
    ./libc.so.6(__libc_start_main+0xf5) [0x7fc617241de5]
    ./starbound_server() [0x50b17d]
    
    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) [0xa57e2e]
    ./starbound_server() [0x709ce1]
    ./starbound_server(_ZNK4Star7Variant3getERKNS_6StringE+0xa0) [0xa3a4d0]
    ./starbound_server() [0x540c2a]
    ./starbound_server() [0x55797f]
    ./starbound_server() [0x559ee5]
    ./starbound_server() [0x507086]
    ./libc.so.6(__libc_start_main+0xf5) [0x7fc617241de5]
    ./starbound_server() [0x50b17d]
    
    
     
  10. necrogami

    necrogami Yeah, You!

    And to stave off it doesn't exist messages:

    Code:
    [root@charlie Starbound]# ls -lha
    total 37K
    drwxr-xr-x 11 necrogami necrogami  360 Dec  5 18:51 .
    drwxrwxrwx 25 root      root       720 Dec  4 14:03 ..
    drwxr-xr-x  3 necrogami necrogami   72 Dec  4 14:07 Starbound.app
    drwxr-xr-x  3 necrogami necrogami   72 Dec  4 14:11 _CommonRedist
    drwxr-xr-x 36 necrogami necrogami 2.0K Dec  4 14:15 assets
    drwxr-xr-x  2 necrogami necrogami  296 Dec  4 14:03 linux32
    drwxr-xr-x  3 necrogami necrogami 1.1K Dec  5 18:55 linux64
    drwxr-xr-x  2 root      root       712 Dec  5 18:51 linux64.old
    drwxr-xr-x  2 necrogami necrogami  232 Dec  4 14:05 player
    -rw-r--r--  1 necrogami necrogami  125 Dec  5 14:37 starbound.config
    -rw-r--r--  1 root      root       28K Dec  5 14:37 starbound_server.log
    drwxr-xr-x  2 necrogami necrogami  312 Dec  4 14:05 universe
    drwxr-xr-x  3 necrogami necrogami 1.7K Dec  4 14:07 win32
    [root@charlie Starbound]# ls -lha assets/
    total 395K
    drwxr-xr-x  36 necrogami necrogami 2.0K Dec  4 14:15 .
    drwxr-xr-x  11 necrogami necrogami  360 Dec  5 18:51 ..
    drwxr-xr-x  41 necrogami necrogami 1.2K Dec  4 14:12 animations
    -rw-r--r--   1 necrogami necrogami  310 Dec  5 14:37 assetmissing.png
    -rw-r--r--   1 necrogami necrogami 149K Dec  5 14:37 assetmissing.wav
    -rw-r--r--   1 necrogami necrogami  573 Dec  5 14:37 assets.config
    drwxr-xr-x   2 necrogami necrogami  976 Dec  4 14:06 augments
    drwxr-xr-x   7 necrogami necrogami  288 Dec  4 14:12 biomes
    -rw-r--r--   1 necrogami necrogami  106 Dec  5 14:37 blueprint.config
    drwxr-xr-x   5 necrogami necrogami  152 Dec  4 14:07 celestial
    -rw-r--r--   1 necrogami necrogami  13K Dec  5 14:37 celestial.config
    drwxr-xr-x   9 necrogami necrogami  320 Dec  4 14:07 cinematics
    -rw-r--r--   1 necrogami necrogami 2.2K Dec  5 14:37 client.config
    drwxr-xr-x   4 necrogami necrogami  136 Dec  4 14:09 codex
    drwxr-xr-x   3 necrogami necrogami  872 Dec  4 14:09 damage
    -rw-r--r--   1 necrogami necrogami 1.6K Dec  5 14:37 default_actor_movement.config
    -rw-r--r--   1 necrogami necrogami 1.9K Dec  5 14:37 default_configuration.config
    -rw-r--r--   1 necrogami necrogami  806 Dec  5 14:37 default_movement.config
    drwxr-xr-x  10 necrogami necrogami  256 Dec  4 14:12 dungeons
    drwxr-xr-x   2 necrogami necrogami 1.5K Dec  4 14:06 effects
    -rw-r--r--   1 necrogami necrogami  315 Dec  5 14:37 emotes.config
    -rw-r--r--   1 necrogami necrogami  20K Dec  5 14:37 hobo.ttf
    drwxr-xr-x   9 necrogami necrogami  568 Dec  4 14:09 humanoid
    -rw-r--r--   1 necrogami necrogami 6.6K Dec  5 14:37 humanoid.config
    -rw-r--r--   1 necrogami necrogami  721 Dec  5 14:37 hunger.config
    drwxr-xr-x  33 necrogami necrogami 3.0K Dec  4 14:09 interface
    -rw-r--r--   1 necrogami necrogami  13K Dec  5 14:37 interface.config
    drwxr-xr-x  12 necrogami necrogami  352 Dec  4 14:13 items
    -rw-r--r--   1 necrogami necrogami 3.3K Dec  5 14:37 lavanotex.png
    -rw-r--r--   1 necrogami necrogami  24K Dec  5 14:37 lavatex.png
    drwxr-xr-x   2 necrogami necrogami  400 Dec  4 14:06 leveling
    -rw-r--r--   1 necrogami necrogami 1.8K Dec  5 14:37 lighting.config
    -rw-r--r--   1 necrogami necrogami 4.2K Dec  5 14:37 liquids.config
    -rw-r--r--   1 necrogami necrogami   23 Dec  5 14:37 merchant.config
    drwxr-xr-x   6 necrogami necrogami  400 Dec  4 14:13 monsters
    drwxr-xr-x   2 necrogami necrogami 2.1K Dec  4 14:07 music
    drwxr-xr-x   4 necrogami necrogami 2.2K Dec  4 14:10 npcs
    drwxr-xr-x  18 necrogami necrogami  504 Dec  4 14:18 objects
    drwxr-xr-x 114 necrogami necrogami 3.2K Dec  4 14:16 parallax
    drwxr-xr-x  12 necrogami necrogami 2.7K Dec  4 14:10 particles
    -rw-r--r--   1 necrogami necrogami 2.6K Dec  5 14:37 perf.config
    -rw-r--r--   1 necrogami necrogami 9.3K Dec  5 14:37 planetgen.config
    drwxr-xr-x   5 necrogami necrogami  240 Dec  4 14:20 plants
    -rw-r--r--   1 necrogami necrogami 9.1K Dec  5 14:37 player.config
    drwxr-xr-x  25 necrogami necrogami  832 Dec  4 14:16 projectiles
    drwxr-xr-x   3 necrogami necrogami  104 Dec  4 14:10 quests
    drwxr-xr-x  19 necrogami necrogami  472 Dec  4 14:19 recipes
    -rw-r--r--   1 necrogami necrogami  878 Dec  5 14:37 renderer.config
    -rw-r--r--   1 necrogami necrogami  929 Dec  5 14:37 server.config
    drwxr-xr-x  16 necrogami necrogami  488 Dec  4 14:16 sfx
    -rw-r--r--   1 necrogami necrogami  312 Dec  5 14:37 sfx.config
    drwxr-xr-x   8 necrogami necrogami  192 Dec  4 14:11 ships
    drwxr-xr-x   5 necrogami necrogami  120 Dec  4 14:11 sky
    -rw-r--r--   1 necrogami necrogami 2.7K Dec  5 14:37 sky.config
    drwxr-xr-x   2 necrogami necrogami   80 Dec  4 14:07 songs
    -rw-r--r--   1 necrogami necrogami  583 Dec  5 14:37 spawning.config
    drwxr-xr-x   2 necrogami necrogami  512 Dec  4 14:07 species
    drwxr-xr-x   2 necrogami necrogami 2.5K Dec  4 14:07 statuseffects
    -rw-r--r--   1 necrogami necrogami  301 Dec  5 14:37 streamingvideo.config
    -rw-r--r--   1 necrogami necrogami 4.1K Dec  5 14:37 tartex.png
    drwxr-xr-x  10 necrogami necrogami  752 Dec  4 14:11 tech
    -rw-r--r--   1 necrogami necrogami 6.8K Dec  5 14:37 tentacletex.png
    drwxr-xr-x   5 necrogami necrogami  120 Dec  4 14:11 terrain
    drwxr-xr-x   5 necrogami necrogami  328 Dec  4 14:11 tiles
    drwxr-xr-x   2 necrogami necrogami  728 Dec  4 14:07 treasure
    -rw-r--r--   1 necrogami necrogami  614 Dec  5 14:37 universe_server.config
    -rw-r--r--   1 necrogami necrogami 6.2K Dec  5 14:37 watertex.png
    drwxr-xr-x   4 necrogami necrogami   96 Dec  4 14:11 weather
    [root@charlie Starbound]# ls -lha assets/celestial
    total 33K
    drwxr-xr-x  5 necrogami necrogami  152 Dec  4 14:07 .
    drwxr-xr-x 36 necrogami necrogami 2.0K Dec  4 14:15 ..
    -rw-r--r--  1 necrogami necrogami  26K Dec  5 14:37 names.config
    drwxr-xr-x  2 necrogami necrogami  336 Dec  4 14:07 sector
    drwxr-xr-x  3 necrogami necrogami 3.7K Dec  4 14:12 stars
    drwxr-xr-x  6 necrogami necrogami  296 Dec  4 14:16 system
    
    
     
  11. Jansen

    Jansen Aquatic Astronaut

    Sorry, im out of ideas.

    We use the same .so files and the same server binary. The only big difference could be the filesystem or files on the filesystem and the kernel... If you need some output to compare yours with, dont hesitate to ask.
     
  12. fyrabanks

    fyrabanks Big Damn Hero

    No promises that I'll remember this thread later, but if I do, I can help you out if you run an strace and copy the output to pastebin. (This would also be useful for anybody else.)
     
  13. AmpegV4

    AmpegV4 Space Hobo

    Ergh still battling with this error, I ran the strace on "starbound_server" and received the following output. My scenario is slightly different to the OP, running the 32 bit server on UnRaid but the error is the same.

    Code:
    root@UnRaid:/mnt/cache/.Starbound/linux32# strace starbound_server
    execve("./starbound_server", ["starbound_server"], [/* 26 vars */]) = 0
    brk(0)                                  = 0x898a000
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40020000
    access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
    open("/etc/ld.so.cache", O_RDONLY)      = 3
    fstat64(3, {st_mode=S_IFREG|0644, st_size=18893, ...}) = 0
    mmap2(NULL, 18893, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40021000
    close(3)                                = 0
    open("/usr/lib/libfreetype.so.6", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260y\0\0004\0\0\0p"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=572544, ...}) = 0
    mmap2(NULL, 575384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40026000
    mmap2(0x400af000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x88) = 0x400af000
    close(3)                                = 0
    open("/usr/lib/libpng12.so.0", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2005\0\0004\0\0\0\274"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=168396, ...}) = 0
    mmap2(NULL, 171236, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x400b3000
    mmap2(0x400dc000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28) = 0x400dc000
    close(3)                                = 0
    open("/usr/lib/libz.so.1", O_RDONLY)    = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\26\0\0004\0\0\0\220"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=76744, ...}) = 0
    mmap2(NULL, 79532, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x400dd000
    mmap2(0x400f0000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12) = 0x400f0000
    close(3)                                = 0
    open("/lib/libpthread.so.0", O_RDONLY)  = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@I\0\0004\0\0\0\334"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=116867, ...}) = 0
    mmap2(NULL, 98784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x400f1000
    mmap2(0x40106000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0x40106000
    mmap2(0x40108000, 4576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40108000
    close(3)                                = 0
    open("/lib/libdl.so.2", O_RDONLY)      = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \n\0\0004\0\0\0L"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=13147, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4010a000
    mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4010b000
    mmap2(0x4010d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0x4010d000
    close(3)                                = 0
    open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360V\4\0004\0\0\0\4"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=917900, ...}) = 0
    mmap2(NULL, 947712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4010f000
    mprotect(0x401ea000, 4096, PROT_NONE)  = 0
    mmap2(0x401eb000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdb) = 0x401eb000
    mmap2(0x401f0000, 26112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401f0000
    close(3)                                = 0
    open("/lib/libm.so.6", O_RDONLY)        = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@4\0\0004\0\0\0\\"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=175870, ...}) = 0
    mmap2(NULL, 151680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401f7000
    mmap2(0x4021b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23) = 0x4021b000
    close(3)                                = 0
    open("/usr/lib/libgcc_s.so.1", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\36\0\0004\0\0\0\24"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=115236, ...}) = 0
    mmap2(NULL, 118376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4021d000
    mmap2(0x40239000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b) = 0x40239000
    close(3)                                = 0
    open("/lib/libc.so.6", O_RDONLY)        = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340l\1\0004\0\0\0<"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=1649149, ...}) = 0
    mmap2(NULL, 1452296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4023a000
    mprotect(0x40396000, 4096, PROT_NONE)  = 0
    mmap2(0x40397000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15c) = 0x40397000
    mmap2(0x4039a000, 10504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4039a000
    close(3)                                = 0
    open("/lib/libbz2.so.1", O_RDONLY)      = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\17\0\0004\0\0\0\244"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=70540, ...}) = 0
    mmap2(NULL, 69156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4039d000
    mmap2(0x403ad000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10) = 0x403ad000
    close(3)                                = 0
    open("/usr/lib/libpng14.so.14", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0202\0\0004\0\0\0\220"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=170400, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x403ae000
    mmap2(NULL, 173240, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x403af000
    mmap2(0x403d9000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29) = 0x403d9000
    close(3)                                = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x403da000
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x403db000
    set_thread_area({entry_number:-1 -> 6, base_addr:0x403dabf0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
    mprotect(0x40397000, 8192, PROT_READ)  = 0
    mprotect(0x4021b000, 4096, PROT_READ)  = 0
    mprotect(0x401eb000, 16384, PROT_READ)  = 0
    mprotect(0x4010d000, 4096, PROT_READ)  = 0
    mprotect(0x40106000, 4096, PROT_READ)  = 0
    mprotect(0x4001d000, 4096, PROT_READ)  = 0
    munmap(0x40021000, 18893)              = 0
    set_tid_address(0x403dac58)            = 9618
    set_robust_list(0x403dac60, 0xc)        = 0
    futex(0xbfa27e20, FUTEX_WAKE_PRIVATE, 1) = 0
    futex(0xbfa27e20, 0x189 /* FUTEX_??? */, 1, NULL, bfa27e30) = -1 EAGAIN (Resource temporarily unavailable)
    rt_sigaction(SIGRTMIN, {0x400f5390, [], SA_SIGINFO}, NULL, 8) = 0
    rt_sigaction(SIGRT_1, {0x400f5820, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
    rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
    getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0
    uname({sys="Linux", node="UnRaid", ...}) = 0
    futex(0x401f5294, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    futex(0x401f529c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    brk(0)                                  = 0x898a000
    brk(0x89ab000)                          = 0x89ab000
    rt_sigaction(SIGSEGV, {0x8682a00, [SEGV], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
    rt_sigaction(SIGILL, {0x8682a00, [ILL], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
    rt_sigaction(SIGFPE, {0x8682a00, [FPE], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
    rt_sigaction(SIGBUS, {0x8682a00, [BUS], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
    readlink("/proc/self/exe", "/mnt/cache/.Starbound/linux32/starbound_server"..., 4095) = 46
    chdir("/mnt/cache/.Starbound/linux32")  = 0
    open("./bootstrap.config", O_RDONLY)    = 3
    fstat64(3, {st_mode=S_IFREG|0777, st_size=73, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40021000
    read(3, "{\n  \"assetSources\" : [\n    \"../as"..., 4096) = 73
    read(3, ""..., 4096)                    = 0
    close(3)                                = 0
    munmap(0x40021000, 4096)                = 0
    stat64(".", {st_mode=S_IFDIR|0777, st_size=336, ...}) = 0
    fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40021000
    write(1, "Info: Creating Star::Root with 1 "..., 86Info: Creating Star::Root with 1 assets sources and config file: './starbound.config'
    ) = 86
    write(1, "Info: Loading Star::Assets from: "..., 45Info: Loading Star::Assets from: '../assets'
    ) = 45
    stat64("../assets", {st_mode=S_IFDIR|0777, st_size=1992, ...}) = 0
    mmap2(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x403dc000
    mprotect(0x403dc000, 4096, PROT_NONE)  = 0
    clone(child_stack=0x405db484, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x405dbbd8, {entry_number:6, base_addr:0x405dbb70, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}, child_tidptr=0x405dbbd8) = 9619
    futex(0x898a008, FUTEX_WAKE_PRIVATE, 1) = 1
    open("./starbound_server.log", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
    open("/dev/urandom", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 4
    fstat64(4, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
    poll([{fd=4, events=POLLIN}], 1, 10)    = 1 ([{fd=4, revents=POLLIN}])
    read(4, "r\275/\302Sg\275\207\322c\26\30\224\250\31st\307P\246I\356H\375\327$Z<\314\323\10\30"..., 32) = 32
    close(4)                                = 0
    getuid32()                              = 0
    time(NULL)                              = 1386326522
    write(1, "Info: Loading Star::Root...\n"..., 28Info: Loading Star::Root...
    ) = 28
    write(3, "Info: Loading Star::Root...\n"..., 28) = 28
    open("../assets/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4
    fcntl64(4, F_GETFD)                    = 0x1 (flags FD_CLOEXEC)
    getdents(4, /* 68 entries */, 32768)    = 1644
    getdents(4, /* 0 entries */, 32768)    = 0
    close(4)                                = 0
    open("../assets/assets.config", O_RDONLY) = 4
    fstat64(4, {st_mode=S_IFREG|0777, st_size=573, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40022000
    _llseek(4, 0, [0], SEEK_CUR)            = 0
    fstat64(4, {st_mode=S_IFREG|0777, st_size=573, ...}) = 0
    _llseek(4, 0, [0], SEEK_SET)            = 0
    read(4, "{\n  // In milliseconds\n  \"assetCl"..., 573) = 573
    _llseek(4, 573, [573], SEEK_SET)        = 0
    close(4)                                = 0
    munmap(0x40022000, 4096)                = 0
    mmap2(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x405dc000
    mprotect(0x405dc000, 4096, PROT_NONE)  = 0
    clone(child_stack=0x407db484, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x407dbbd8, {entry_number:6, base_addr:0x407dbb70, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}, child_tidptr=0x407dbbd8) = 9620
    mmap2(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x407dc000
    mprotect(0x407dc000, 4096, PROT_NONE)  = 0
    clone(child_stack=0x409db484, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x409dbbd8, {entry_number:6, base_addr:0x409dbb70, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}, child_tidptr=0x409dbbd8) = 9621
    gettimeofday({1386326522, 605811}, NULL) = 0
    gettimeofday({1386326522, 605892}, NULL) = 0
    open("../assets/default_configuration.config", O_RDONLY) = 4
    fstat64(4, {st_mode=S_IFREG|0777, st_size=1951, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40022000
    _llseek(4, 0, [0], SEEK_CUR)            = 0
    fstat64(4, {st_mode=S_IFREG|0777, st_size=1951, ...}) = 0
    _llseek(4, 0, [0], SEEK_SET)            = 0
    read(4, "{\n  \"rootKey\" : \"MIICCgKCAgEAuuxH"..., 1951) = 1951
    _llseek(4, 1951, [1951], SEEK_SET)      = 0
    close(4)                                = 0
    munmap(0x40022000, 4096)                = 0
    gettimeofday({1386326522, 607362}, NULL) = 0
    gettimeofday({1386326522, 607459}, NULL) = 0
    time(NULL)                              = 1386326522
    gettimeofday({1386326522, 607613}, NULL) = 0
    gettimeofday({1386326522, 607707}, NULL) = 0
    gettimeofday({1386326522, 607786}, NULL) = 0
    stat64("./starbound.config", {st_mode=S_IFREG|0777, st_size=1936, ...}) = 0
    write(1, "Info: Loading Star::Configuration"..., 60Info: Loading Star::Configuration from './starbound.config'
    ) = 60
    write(3, "Info: Loading Star::Configuration"..., 60) = 60
    open("./starbound.config", O_RDONLY)    = 4
    fstat64(4, {st_mode=S_IFREG|0777, st_size=1936, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40022000
    read(4, "{\n  \"audioChannelSeparation\" : [ "..., 4096) = 1936
    read(4, ""..., 4096)                    = 0
    close(4)                                = 0
    munmap(0x40022000, 4096)                = 0
    gettimeofday({1386326522, 612348}, NULL) = 0
    gettimeofday({1386326522, 612428}, NULL) = 0
    open("../assets/celestial.config", O_RDONLY) = 4
    fstat64(4, {st_mode=S_IFREG|0777, st_size=12299, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40022000
    _llseek(4, 0, [0], SEEK_CUR)            = 0
    fstat64(4, {st_mode=S_IFREG|0777, st_size=12299, ...}) = 0
    _llseek(4, 12288, [12288], SEEK_SET)    = 0
    read(4, "  }\n  }\n}\n"..., 11)        = 11
    _llseek(4, 0, [0], SEEK_SET)            = 0
    brk(0x89cd000)                          = 0x89cd000
    read(4, "{\n  \"chunkSize\" : 50,\n  \"chunkCac"..., 12288) = 12288
    read(4, "  }\n  }\n}\n"..., 4096)      = 11
    close(4)                                = 0
    munmap(0x40022000, 4096)                = 0
    brk(0x89ee000)                          = 0x89ee000
    gettimeofday({1386326522, 617279}, NULL) = 0
    gettimeofday({1386326522, 617373}, NULL) = 0
    gettimeofday({1386326522, 617455}, NULL) = 0
    gettimeofday({1386326522, 617536}, NULL) = 0
    gettimeofday({1386326522, 617913}, NULL) = 0
    gettimeofday({1386326522, 618005}, NULL) = 0
    futex(0x4039bd34, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    futex(0x40239d28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    gettimeofday({1386326522, 623535}, NULL) = 0
    write(1, "Error: Could not load /celestial/"..., 1024Error: Could not load /celestial/names.config asset, attempting to use default.
    AssetException: Could not read variant asset /celestial/names.config
    starbound_server(_ZN4Star13StarExceptionC1ERKSsRKSt9exception+0x113) [0x867e443]
    starbound_server() [0x825a926]
    starbound_server() [0x825a9c6]
    starbound_server() [0x824eb4a]
    starbound_server() [0x824f020]
    starbound_server() [0x8258b8e]
    starbound_server() [0x8259af8]
    starbound_server() [0x8259e19]
    starbound_server() [0x825a502]
    starbound_server() [0x816aa6a]
    starbound_server() [0x818604a]
    starbound_server() [0x8188375]
    starbound_server() [0x815e216]
    /lib/libc.so.6(__libc_start_main+0xe6) [0x40250b86]
    starbound_server() [0x8162f2d]
    
    caused by: AssetException: No such asset '/celestial/names.config'
    starbound_server(_ZN4Star13StarExceptionC2ERKSs+0xe7) [0x867dd47]
    starbound_server() [0x825b459]
    starbound_server() [0x824fdd4]
    starbound_server() [0x824fe8e]
    starbound_server() [0x825a828]
    starbound_server() [0x825a9c6]
    starbound_server() [0x824eb4a]
    starbound_server() ) = 1024
    write(1, "[0x824f020]\n"..., 12[0x824f020]
    )        = 12
    write(1, "starbound_server() [0x8258b8e]\n"..., 31starbound_server() [0x8258b8e]
    ) = 31
    write(1, "starbound_server() [0x8259af8]\n"..., 31starbound_server() [0x8259af8]
    ) = 31
    write(1, "starbound_server() [0x8259e19]\n"..., 31starbound_server() [0x8259e19]
    ) = 31
    write(1, "starbound_server() [0x825a502]\n"..., 31starbound_server() [0x825a502]
    ) = 31
    write(1, "starbound_server() [0x816aa6a]\n"..., 31starbound_server() [0x816aa6a]
    ) = 31
    write(1, "starbound_server() [0x818604a]\n"..., 31starbound_server() [0x818604a]
    ) = 31
    write(1, "starbound_server() [0x8188375]\n"..., 31starbound_server() [0x8188375]
    ) = 31
    write(1, "starbound_server() [0x815e216]\n"..., 31starbound_server() [0x815e216]
    ) = 31
    write(1, "/lib/libc.so.6(__libc_start_main+"..., 52/lib/libc.so.6(__libc_start_main+0xe6) [0x40250b86]
    ) = 52
    write(1, "starbound_server() [0x8162f2d]\n"..., 31starbound_server() [0x8162f2d]
    ) = 31
    write(1, "\n"..., 1
    )                    = 1
    writev(3, [{"Error: "..., 7}, {"Could not load /celestial/names.c"..., 1360}], 2) = 1367
    write(3, "\n"..., 1)                    = 1
    gettimeofday({1386326522, 629294}, NULL) = 0
    gettimeofday({1386326522, 629378}, NULL) = 0
    gettimeofday({1386326522, 629461}, NULL) = 0
    write(1, "Info: Shutting down Star::Root\n"..., 31Info: Shutting down Star::Root
    ) = 31
    write(3, "Info: Shutting down Star::Root\n"..., 31) = 31
    futex(0x898a02c, FUTEX_CMP_REQUEUE_PRIVATE, 1, 2147483647, 0x898a008, 2) = 1
    futex(0x899148c, FUTEX_CMP_REQUEUE_PRIVATE, 1, 2147483647, 0x8991468, 4) = 2
    write(1, "Error: Fatal Exception Caught: Va"..., 492Error: Fatal Exception Caught: VariantException: Variant type not map for get("planetarySuffixes"), is of type null
    starbound_server(_ZN4Star13StarExceptionC2ERKSs+0xe7) [0x867dd47]
    starbound_server() [0x834bc29]
    starbound_server(_ZNK4Star7Variant3getERKNS_6StringE+0xc0) [0x8660e00]
    starbound_server() [0x816aaba]
    starbound_server() [0x818604a]
    starbound_server() [0x8188375]
    starbound_server() [0x815e216]
    /lib/libc.so.6(__libc_start_main+0xe6) [0x40250b86]
    starbound_server() [0x8162f2d]
    
    ) = 492
    write(1, "\n"..., 1
    )                    = 1
    write(3, "Error: Fatal Exception Caught: Va"..., 493) = 493
    exit_group(1)                          = ?
    
     
  14. Jansen

    Jansen Aquatic Astronaut

    cavelurker likes this.

Share This Page