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

Bug/Issue Starbound Crash on Startup (Linux)

Discussion in 'Starbound Support' started by Rocketman173, Jan 1, 2022.

Tags:
  1. Rocketman173

    Rocketman173 Space Hobo

    I just wanted to report a crash I experience when playing the game on Linux.


    Launching the game through Proton (so using the Win32 version) does not have this issue (but isn't a solution for me for various reasons).


    Attached is a log of output when running the game from the command line. This crash only occurs when running the game with SteamAPI enabled, either with steam_appid.txt, or by running with Steam.


    When I run without Steam the game works just fine.


    I ran it with GDB and it seems to be a SteamAPI problem, attached also is a gdb backtrace.


    System Info:

    Linux briggs-pc 5.15.11-xanmod1 #0~git20211222.96a4b9e SMP Wed Dec 22 18:01:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

    Distributor ID: Pop
    Description: Pop!_OS 21.04
    Release: 21.04
    Codename: hirsute


    Steam and Starbound have both been verified and are up to date.

    sb.log:
    Code:
    [Info] Application: Initializing SDL
    [Info] Application: startup...
    [Info] Root: Preparing Root...
    [Info] Root: Done preparing Root.
    [Info] Client Version 1.4.4 (linux x86_64) Source ID: 8cbe6faf22282659828a194e06a08999f213769e Protocol: 747
    [Info] Root: Scanning for asset sources in directory '../assets/'
    [Info] Root: Scanning for asset sources in directory '../mods/'
    [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [Info] Root: Detected asset source named 'base' at '../assets/packed.pak'
    [Info] Root: Detected asset source named 'FrackinUniverse' at '../mods/729480149.pak'
    [Info] Root: Detected asset source named 'Disabled drop for Survival Mode' at '../mods/729746228.pak'
    [Info] Root: Detected unnamed asset source at '../assets/user'
    [Info] Loading assets from: '../assets/packed.pak'
    [Info] Loading assets from: '../mods/729480149.pak'
    [Info] Loading assets from: '../mods/729746228.pak'
    [Info] Loading assets from: '../assets/user'
    [Info] Assets digest is d883fb2e47f0257101fcc1b3314300f1e51d8dd793513830600710fc1f530f9f
    [Info] Root: Loaded Assets in 1.7757 seconds
    [Info] Application: Initializing SDL Video
    [Info] Application: Initializing SDL Joystick
    [Info] Application: Initializing SDL Sound
    Setting breakpad minidump AppID = 211820
    malloc(): invalid size (unsorted)
    Aborted (core dumped)
    sbgdb.log:
    Code:
    Thread 1 "starbound" received signal SIGABRT, Aborted.
    __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:49
    49    ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
    (gdb) bt
    #0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:49
    #1  0x00007ffff7786864 in __GI_abort () at abort.c:79
    #2  0x00007ffff77e9736 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7ffff790eb9c "%s\n") at ../sysdeps/posix/libc_fatal.c:155
    #3  0x00007ffff77f208c in malloc_printerr (str=str@entry=0x7ffff7911570 "malloc(): invalid size (unsorted)") at malloc.c:5628
    #4  0x00007ffff77f513c in _int_malloc (av=av@entry=0x7ffff7940ba0 <main_arena>, bytes=bytes@entry=32816) at malloc.c:3961
    #5  0x00007ffff77f72f1 in __GI___libc_malloc (bytes=bytes@entry=32816) at malloc.c:3237
    #6  0x00007ffff78391f2 in __alloc_dir (statp=0x7fffffffb730, flags=0, close_fd=true, fd=29) at ../sysdeps/unix/sysv/linux/opendir.c:114
    #7  opendir_tail (fd=29) at ../sysdeps/unix/sysv/linux/opendir.c:63
    #8  __opendir (name=<optimized out>) at ../sysdeps/unix/sysv/linux/opendir.c:86
    #9  0x00007ffff7ae421b in ?? () from libsteam_api.so
    #10 0x00007ffff7ae3f76 in ?? () from libsteam_api.so
    #11 0x00007ffff7ae5055 in ?? () from libsteam_api.so
    #12 0x00007ffff7ae716d in ?? () from libsteam_api.so
    #13 0x00007ffff7ae7da3 in ?? () from libsteam_api.so
    #14 0x00007ffff7ae8a9b in SteamAPI_Init () from libsteam_api.so
    #15 0x000000000138c546 in Star::PcPlatformServicesState::PcPlatformServicesState() ()
    #16 0x000000000138c65f in Star::PcPlatformServices::create(Star::String const&, Star::StringList) ()
    #17 0x0000000001382670 in Star::SdlPlatform::SdlPlatform(std::unique_ptr<Star::Application, std::default_delete<Star::Application> >, Star::StringList) ()
    #18 0x0000000001380716 in Star::runMainApplication(std::unique_ptr<Star::Application, std::default_delete<Star::Application> >, Star::StringList) ()
    #19 0x0000000000965af3 in main ()
     

Share This Page