-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fails to locate game on secondary drive #37
Comments
Can you reproduce on the |
Aight, I'll try to push out a build with that version of the library over the next day or so and get them to test it to see if it solves it ^^ |
Ok, didn't get to push out a build yet but talking to the affect person again, it turns out they still had leftover files from a Flatpak install of Steam and Still trying to find out more about this... |
Yeah, so to confirm, removing the leftover Flatpak Steam files, fixed the issue for the affected person. |
Ah, forgot that was a thing. Looks like I'll have to dig into better determining if an installation is still active |
Maybe this is useful in some way. These seem to be the installation directories of Steam on various Linux distros: |
My application uses
steamlocate-rs
to find the install directory of Titanfall2 (1237970
).A user of my application on Fedora 38 noticed however that it was unable to locate their install of Titanfall2.
On their setup they installed Steam via the native Fedora package.
As such their library folders are located in
which (partially anonymised) looks like:
Unfortunately I have not yet been able to figure out where the game detection fails (reading
libraryfolders.vdf
, accessing secondary drive, ...)For detection I'm using the newest release of steamlocate, i.e.
1.2.1
The text was updated successfully, but these errors were encountered: