Fuzion icon indicating copy to clipboard operation
Fuzion copied to clipboard

Cheat doesn't inject

Open zykren opened this issue 5 years ago • 3 comments

Hey guys, I am trying to use the cheat but the cheat doesn't work. I tried injecting but the cheat won't inject no matter what I do. I can't debug because it doesn't inject in the first place. Can someone help?

zykren avatar Dec 11 '20 20:12 zykren

  1. make sure you have installed all dependencies and got the latest version of g++ (how to)
  2. try to rebuild

what is your linux distribution ?

martiliones avatar Dec 12 '20 04:12 martiliones

Do sudo apt-get install cmake g++ gdb git libsdl2-dev zlib1g-dev patchelf libglfw3-dev if you have debian

tskxz avatar Dec 12 '20 13:12 tskxz

run ldd -r on the library and see if there are any undefined symbols

raspbianlike avatar Dec 12 '20 14:12 raspbianlike