SteamGridDB / SGDBoop

A program used for applying custom artwork to Steam, using SteamGridDB. Supports both Windows and Linux, written completely in C.
https://www.steamgriddb.com/boop
zlib License
269 stars 10 forks source link

Could not find any non-Steam apps error #49

Closed crispyricepc closed 1 year ago

crispyricepc commented 1 year ago

I have non-steam apps installed. I'm using the AUR version of SGDBoop.

image

The log gives the following error:

Fri Jan 27 14:47:08 2023
Could not find "SourceModInstallPath (either in regedit or registry.vdf) [97]

Fri Jan 27 14:47:08 2023
Could not find "ModInstallPath (either in regedit or registry.vdf) [97]

Fri Jan 27 14:47:16 2023
Could not find any non-Steam apps in the according file. [91]

~/.steam/registry.vdf does contain "SourceModInstallPath" for reference:

$ grep -e ModInstallPath ~/.steam/registry.vdf
                    "SourceModInstallPath"      "/home/crispyrice/.local/share/Steam/steamapps\\sourcemods
doZennn commented 1 year ago

Fixed in v1.2.8. If it's still not working, please re-open the issue.

Doldak commented 1 year ago

not fixed!

Gianlucas94 commented 11 months ago

Same for me

JerryDELUXE commented 10 months ago

I still have this issue. (I'm using the flatpak version btw)

potens1 commented 9 months ago

If someone encounter the same problem, check you did not installed steam with flatpak, uninstalled it and then switched to distrib's one. I had to manually delete ~/.var/app/com.valvesoftware.Steam otherwise it was not working. Hope it helps !

janekmal commented 8 months ago

If someone encounter the same problem, check you did not installed steam with flatpak, uninstalled it and then switched to distrib's one. I had to manually delete ~/.var/app/com.valvesoftware.Steam otherwise it was not working. Hope it helps !

For me just deleting ~/.var/app/com.valvesoftware.Steam worked and I'm using the flatpak version on Linux Mint so that's probably not the issue.