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

Latest Steam Beta Update causes script to fail #117

Closed
JetstreamLarry opened this issue Jun 29, 2024 · 2 comments
Closed

Latest Steam Beta Update causes script to fail #117

JetstreamLarry opened this issue Jun 29, 2024 · 2 comments

Comments

@JetstreamLarry
Copy link

When using the Steam client Beta Update, the script errors out after the Getting Steam AppInfo for GMod... line, with the following message:

Traceback (most recent call last):
  File "GModCEFCodecFix.py", line 448, in <module>
  File "steam/utils/appcache.py", line 73, in parse_appinfo
SyntaxError: Invalid magic, got b')DV\x07'
[24599] Failed to execute script 'GModCEFCodecFix' due to unhandled exception!
Press Enter to continue...

Opting out of the Steam Beta Update allows the script to complete successfully.
According to this, it's due to changes to the format of the appinfo.vdf file in the latest beta.

@WinterPhoenix
Copy link
Collaborator

WinterPhoenix commented Jun 29, 2024

It’s gotta be fixed in the package we use for parsing appinfo.vdf for it to be fixed here.

Workaround is opt out of the Steam Client Beta.

See ValvePython/steam#462

@WinterPhoenix
Copy link
Collaborator

This has been fixed as of the latest release

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