-
Notifications
You must be signed in to change notification settings - Fork 34
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
Cannot fetch proton games #127
Comments
After some testing, it doesn't seem to be verified as "installed". (SteamAppDAO::app_is_owned returns false). Potentially, we could use appmanifests to check for installed games in a more reliable way? |
Oh! Very interestingly, launching SamRewritten with "--app 753640 -p" (the number being the app id), even if the app is a proton app it works 100% fine! Good enough workaround for me, but gonna leave this open since... it's still true |
Hello, Thanks! |
Ah, good to know, thanks! |
@PaulCombal I am on Fedora Workstation 36, using the native Steam package from RPM Fusion, and the latest SamRewritten built from source. It lists 100% of my Steam games (as far as I can tell), even the ones that are windows only, not installed yet, etc. Works absolutely perfectly for me! But good to know that I can launch it with a direct appid if something is ever missing. Thank you so freaking much for creating this application. I love you. |
I can confirm that some proton only games don't show up (at least for me). In my case for example:
But then things like Horizon, Hellblade, Plague Tale, Nier Automata et al. show up fine which makes me think this is a game integration issue with steam, not a problem of SR. Again, as someone said earlier, running SR directly with the AppID works fine. Just my two cents. |
“Dagon” (1481400) is in the lists as far as what is being given to the app in Edit: Quick glance suggests |
Any games that are run only through proton (i.e. have a windows version only) cannot be fetched. They don't appear in the list at all. Interestingly, games that are forced to run through proton but have a linux version are just fine.
They do not appear in the commandline --list-apps either.
Tested on a master build on Pop!_OS 21.10 (ubuntu derivative).
The text was updated successfully, but these errors were encountered: