Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proton-cachyos not detected #46

Open
ArikRahman opened this issue Jul 15, 2024 · 5 comments
Open

Proton-cachyos not detected #46

ArikRahman opened this issue Jul 15, 2024 · 5 comments

Comments

@ArikRahman
Copy link

Changing PROTON_VERSION="-cachyos" in setup.sh does not work:

Screenshot_20240715_021006

There is no easy way to go about this, not sure where proton-cachyos is saved exactly.

@ArikRahman
Copy link
Author

Here's what I did for reference:
if ! find-app "proton$PROTON_VERSION"; then
echo "Could not find proton$PROTON_VERSION." >&2
echo "Please run the game from Steam at least once with the selected Proton version." >&2
exit 1
fi
PROTON_PATH="$rv"

I should like to use the native proton if possible:
Screenshot_20240715_021343

@iczero
Copy link
Member

iczero commented Jul 15, 2024

I'm not entirely sure how the distro packaged proton works. Can you try BYPASS_STEAM=1 GAME_PATH=/path/to/scfa WINE_PATH=/path/to/proton ./setup.sh? This will avoid the Steam search logic.

@ArikRahman
Copy link
Author

Dp I put that verbaitm? I'm not sure where proton is located on my system myself

@iczero
Copy link
Member

iczero commented Jul 15, 2024

Are you fine with using Steam's version of Proton Experimental? I don't know where CachyOS puts Proton either.

@ArikRahman
Copy link
Author

Well I installed it in the hopes of using the optimization techniques of cachyos, so I'm interesting in figuring out a way to make it work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants