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

Steam Location Fails if a Universe Missing #5

Closed
Noggog opened this issue Apr 20, 2021 · 1 comment
Closed

Steam Location Fails if a Universe Missing #5

Noggog opened this issue Apr 20, 2021 · 1 comment

Comments

@Noggog
Copy link

Noggog commented Apr 20, 2021

Synthesis just swapped to using GameFinder as it's backing logic (Mutagen itself swapped a while back, but Synthesis hadn't had a new version that included it until a few days ago). There have been a few users that have complained that it can't find the Skyrim data folder for them anymore.

I spent some time with Accelerando, who ran GameFinder's demo app, which helped a ton in narrowing down the problem.

Essentially, he had a vestigial steam universe listed
image

C:\Steam was listed, but apparently didn't actually have steamapps subfolder because they moved all the games to another universe. This caused a SteamUniverseNotFoundException, to throw. Skyrim was in the other universes, but those never got around to processing, as the current loop just stops in this situation.

I'd love if the patterns were adjusted so it's not an all or nothing affair? If 1/3 universes have an issue, I'd love to be able to try to query anyway and cross my fingers that the game I was looking for was in one of the others.

@erri120
Copy link
Owner

erri120 commented Jun 6, 2021

Should be resolved with #7

@erri120 erri120 closed this as completed Jun 6, 2021
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