Search Criteria
Package Details: protonhax 1.0.2-2
Git Clone URL: | https://aur.archlinux.org/protonhax.git (read-only, click to copy) |
---|---|
Package Base: | protonhax |
Description: | Program to help executing outside programs in proton |
Upstream URL: | https://github.com/jcnils/protonhax |
Keywords: | cheat cheatengine engine proton steam |
Licenses: | |
Submitter: | Xaryphon |
Maintainer: | JcNils |
Last Packager: | JcNils |
Votes: | 2 |
Popularity: | 0.063710 |
First Submitted: | 2018-11-24 20:58 |
Last Updated: | 2020-12-01 00:32 |
Latest Comments
JcNils commented on 2020-11-30 21:44
@Xaryphon
Thank you very much!
I imported the repo to https://github.com/jcnils/protonhax and fixed the line.
I just need to learn how to maintain the package. =D
Xaryphon commented on 2020-11-30 20:59
Unfortunately I didn't have time to maintain it and since it was broken I just set the repo to private. I have now abandoned the package if you (or someone else) wants to take up where I left off.
I've also made the repo public just so the source is public feel free to fork it.
:)
JcNils commented on 2020-11-30 20:30
It can be fixed to work with all protons for now, by changing the line 29 to
printf "%s" "${@: -3:1}" > $phd/$SteamAppId/exe
JcNils commented on 2020-11-30 05:18
I need to debug some more, but the problem is that when we run 5.13 the run call is something like
/usr/bin/envload /run/user/7890/protonhax/12345/env /home/you/SteamLibrary/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point run /home/you/Program.exe
instead of
/usr/bin/envload /run/user/7890/protonhax/12345/env /home/you/SteamLibrary/steamapps/common/Proton\ 5.13/proton run /home/you/Program.exe
I need to figure out why it is getting
SteamLinuxRuntime_soldier/_v2-entry-point
instead of Proton versionJcNils commented on 2020-11-29 21:59
It is not working for Proton 5.13 (Works fine for 5.0-10)
This is the error message when I run on 5.13 "Failed to execute child process "run" (No such file or directory)"
I guess something changed on how Proton 5.13 sees the directory structure.