Fuzion icon indicating copy to clipboard operation
Fuzion copied to clipboard

(Pop-OS) Game crashes upon inject.

Open Arcane-Cube opened this issue 3 years ago • 5 comments

The game crashes whenever I inject, this only happened after updating.

Arcane-Cube avatar Jul 10 '21 23:07 Arcane-Cube

possibly https://github.com/LWSS/Fuzion/issues/621 if not, https://github.com/LWSS/Fuzion/issues/645#issuecomment-875081169

acuifex avatar Jul 10 '21 23:07 acuifex

@acuifex Those fixes are for Arch Linux, no? Would those even work for Pop?

Arcane-Cube avatar Jul 11 '21 18:07 Arcane-Cube

They probably will. the issue there is with bugged gdb version

acuifex avatar Jul 11 '21 23:07 acuifex

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"

ArcaneGit avatar Jul 13 '21 03:07 ArcaneGit

It doesn't work.

ArcaneGit avatar Jul 13 '21 03:07 ArcaneGit