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

[BUG] Unknown entry type 133 appinfo #244

Open
Subtixx opened this issue Feb 25, 2023 · 9 comments
Open

[BUG] Unknown entry type 133 appinfo #244

Subtixx opened this issue Feb 25, 2023 · 9 comments

Comments

@Subtixx
Copy link

Subtixx commented Feb 25, 2023

Describe the bug
The error pops up:

02/25/2023 15:18:45 Error | Exception when auto-updating DB from AppInfo.
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: Unknown entry type '133'
at Depressurizer.Core.Helpers.AppInfoReader.ReadEntries () [0x0008a] in <9e6beb5fb4954c378008181f28ff217f>:0
at Depressurizer.Core.Helpers.AppInfoReader..ctor (System.String path) [0x000a1] in <9e6beb5fb4954c378008181f28ff217f>:0
at Depressurizer.Core.Models.AppInfo.LoadApps (System.String path) [0x00018] in <9e6beb5fb4954c378008181f28ff217f>:0
at Depressurizer.Database.UpdateFromAppInfo (System.String path) [0x00002] in :0
at Depressurizer.FormMain.UpdateDatabaseFromAppInfo () [0x0001e] in :0

To Reproduce
Steps to reproduce the behavior:
Probably just have an app with app entry type 133

Expected behavior
No errors

Desktop (please complete the following information):

  • OS: Arch Linux
  • Version 6.1.12-arch1-1
  • .NET Version 4.7
@mescaline007
Copy link

Same issue, Win11

@mescaline007
Copy link

image

@LearnTheNext
Copy link

Also the same error. Worth noting, once it appears, this error occurs when trying to update any app's info. I don't believe I have any new items in my library with this yet-identified flag, unless it was retroactively added to existing titles. I've tried updating many old apps and they all have the same error, indicating that it's a flag either applied almost universally (IE: something like "Windows compatible") or simply having a database entry that includes 133 breaks it.

@mescaline007
Copy link

Thats some Steams update broke

@y0LAs
Copy link

y0LAs commented Mar 16, 2023

Same error here - Win10 x64.
New games don't show anymore in the app

@mvegter
Copy link
Member

mvegter commented Mar 19, 2023

Should be fixed with the latest release, Depressurizer v5.3.0

@LearnTheNext
Copy link

Confirmed on my end. No more popup and it's able to update App info again. Thank you!

@Tythesly
Copy link

Tythesly commented Mar 23, 2023

Should be fixed with the latest release, Depressurizer v5.3.0

@mvegter Thank you so much for coming back!!!!
Do you know if there is a way to fix the issue when it comes to adult games behind an age gate. The app can't pull data from those kinds of games.

@LearnTheNext
Copy link

@mvegter Thank you so much for coming back!!!! Do you know if there is a way to fix the issue when it comes to adult games behind an age gate. The app can't pull data from those kinds of games.

I believe the premium API ($5/month) does provide that info. The alternative is to set up your own scraping outside of the app or pull the data by API. In either case, you have to reintroduce the data into the database, so it's a bit of work. The $5 per month is likely a better bet unless you're looking for a project.

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

No branches or pull requests

6 participants