-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Failing to Acquire Game List From Steam #431
Comments
You may need to run I also run from the main branch, and hit the same issue you are reporting, which is why I suspect a The latest Steam Client Beta changed the The issue you're describing is most likely because the dependency that you have installed is the older version that needs updated to use the newer one with the patch to parse the new The reason Non-Steam Games are displayed is because they are parsed differently from |
@sonic2kk Ah, thanks for that! That seemed to do the trick. I would have never thought to do that, but I'll definitely keep this in mind for the future. Thanks for the clarification, as well. That all makes total sense. |
I entirely missed it as well and almost opened a bug report for this yesterday, but it dawned on me that I should try updating the dependencies first. I think this is something you're probably supposed to do in general, but I'm silly and never do it when I pull 😅 |
Describe the bug
ProtonUp-Qt is failing to acquire a list of installed games under Steam.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The game list should be populated with installed Steam games. Oddly enough, non-Steam games are listed.
Desktop (please complete the following information):
Additional context
It was working fine before I ran a
git pull
on it today, so a recent commit may have broken something. That, or this is just coincidence, and Valve just very recently changed something.The text was updated successfully, but these errors were encountered: