Closed jcnils closed 2 months ago
@ggsimao
The messages you are getting seemed pretty normal. But there are a few things we can do to troubleshoot.
Start steam from a terminal and check the messages. When you start your program, something like this should appear:
Adding process 44444 for gameID 15100
Adding process 44445 for gameID 15100
Then, can you please try to:
protonhax cmd 15100
/home/USER/CE/cheatengine-x86_64.exe
and run protonhax run 15100 /home/USER/CE/cheatengine-x86_64.exe
- save the cheat engine files somewhere else in your linux distro, not inside the wine prefix. Full path and preferable without spaces, e.g.
/home/USER/CE/cheatengine-x86_64.exe
and runprotonhax run 15100 /home/USER/CE/cheatengine-x86_64.exe
I think this worked. Still can't run the script I wanted to but apparently that's a problem with the mod itself. Thank you.
Speaking of which, I think
exec
is not escaping special characters properly.The debug files looks something like this (I'm assuming the first is for the game and the second for the
run
command:The same thing happens using the previous release.
Originally posted by @ggsimao in https://github.com/jcnils/protonhax/issues/15#issuecomment-2305273616