Package Details: protonhax-git 1.0.5-1

Git Clone URL: https://aur.archlinux.org/protonhax-git.git (read-only, click to copy)
Package Base: protonhax-git
Description: Program to help executing outside programs in proton
Upstream URL: https://github.com/jcnils/protonhax
Licenses: BSD
Submitter: JcNils
Maintainer: JcNils
Last Packager: JcNils
Votes: 3
Popularity: 0.002272
First Submitted: 2022-03-22 17:34 (UTC)
Last Updated: 2024-04-11 00:41 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

Xaryphon commented on 2020-11-30 20:59 (UTC)

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 (UTC)

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 (UTC) (edited on 2020-11-30 05:22 (UTC) by JcNils)

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 version

JcNils commented on 2020-11-29 21:59 (UTC)

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.