Fuzion
Fuzion copied to clipboard
(Pop-OS) Game crashes upon inject.
The game crashes whenever I inject, this only happened after updating.
possibly https://github.com/LWSS/Fuzion/issues/621 if not, https://github.com/LWSS/Fuzion/issues/645#issuecomment-875081169
@acuifex Those fixes are for Arch Linux, no? Would those even work for Pop?
They probably will. the issue there is with bugged gdb version
So run this?
mkdir -p "$HOME/.local/bin"
curl https://nullworks.gitlab.io/cathook/cathook/gdb -o "$HOME/.local/bin/gdb"
chmod +x "$HOME/.local/bin/gdb"
export PATH="$HOME/.local/bin:$PATH"
It doesn't work.