Open imonthecleanup opened 4 years ago
duplicate of #537, #540 and #538. Wait for fix.
It already got fixed for the latest game update though: https://github.com/LWSS/Fuzion/commit/61c18e0f1eb83056dc81a539e93b78a26de1685d So it's probably something on his end? Not really sure though.
Uhh... then update your files i guess?
duplicate of #537, #540 and #538. Wait for fix.
This has nothing to do with the game update from last night. It is an issue with the distro.
seems like is fixed now, try to clone again the fuzion
When I build and inject on Arch (EndeavourOS) it is smooth sailing, but with Solus, I successfuly build, however, when I inject the game crashes and terminal says "Successfully injected!" I ran ./debug and this is what I got:
GNU gdb (GDB) 9.1
Copyright (C) 2020 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-solus-linux". Type "show configuration" for configuration details. For bug reporting instructions, please see: http://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". Attaching to process 12905 [New LWP 12909] [New LWP 12910] [New LWP 12911] [New LWP 12912] [New LWP 12914] [New LWP 12932] [New LWP 12933] [New LWP 12934] [New LWP 12936] [New LWP 12937] [New LWP 12938] [New LWP 12939] [New LWP 12941] [New LWP 12942] [New LWP 12943] [New LWP 12944] [New LWP 12945] [New LWP 12946] [New LWP 12948] [New LWP 12949] [New LWP 12950] [New LWP 12951] [New LWP 12952] [New LWP 12953] [New LWP 12954] [New LWP 12955] [New LWP 12960] [New LWP 12961] [New LWP 12962] [New LWP 12963] [New LWP 12964] [New LWP 12969] [New LWP 12971] [New LWP 12972]
warning: Could not load shared library symbols for bin/linux64/launcher_client.so. Do you need "set solib-search-path" or "set sysroot"?
warning: File "/usr/lib64/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". --Type for more, q to quit, c to continue without paging--To enable execution of this file add
add-auto-load-safe-path /usr/lib64/libthread_db-1.0.so
line to your configuration file "/root/.gdbinit".
To completely disable this security protection add
set auto-load safe-path /
line to your configuration file "/root/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
info "(gdb)Auto-loading safe path"
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
warning: File "/usr/lib64/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. 0x00007fedd0887331 in clock_nanosleep () from /usr/lib/haswell/libc.so.6 (gdb) (gdb) [New LWP 13005] $1 = (void ) 0x24582a00 (gdb) $2 = (void ) 0x24582a00 (gdb)
I must be missing a dependency or something? Or maybe there is an issue with the distro.