Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/.steam/debian-installation/steamapps/common/Starbound/linux$ gdb --args bash ./run-client.sh
- GNU gdb (Ubuntu 10.1-2ubuntu2) 10.1.90.20210411-git
- Copyright (C) 2021 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- Type "show copying" and "show warranty" for details.
- This GDB was configured as "x86_64-linux-gnu".
- Type "show configuration" for configuration details.
- For bug reporting instructions, please see:
- <https://www.gnu.org/software/gdb/bugs/>.
- Find the GDB manual and other documentation resources online at:
- <http://www.gnu.org/software/gdb/documentation/>.
- For help, type "help".
- Type "apropos word" to search for commands related to "word"...
- Reading symbols from bash...
- (No debugging symbols found in bash)
- (gdb) run
- Starting program: /usr/bin/bash ./run-client.sh
- [Detaching after fork from child process 1313702]
- [Detaching after fork from child process 1313703]
- [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 unnamed asset source at '../assets/user'
- [Info] Loading assets from: '../assets/packed.pak'
- [Info] Loading assets from: '../assets/user'
- [Info] Assets digest is 531f0b8469832a566d23a0b9870ed717c63291164883670d0ee17086a100d3cd
- [Info] Root: Loaded Assets in 1.01106 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)
- ./run-client.sh: line 5: 1313703 Aborted (core dumped) LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" ./starbound "$@"
- [Inferior 1 (process 1313698) exited with code 0206]
- (gdb) backtrace
- No stack.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement