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 locate Steam destination directory. [83] #48

Closed xarathos517 closed 1 year ago

xarathos517 commented 1 year ago

See title. I try and boop any of my games, and that's the error that appears in the log. I've tried the troubleshooting steps on the website but so far no luck. Does anybody have any ideas what else I could try?

EDIT: nevermind. Turns out it was unrelated. In case anyone else runs into an issue like this, as an extra troubleshooting check, it turns out SGDBoop broke for me after I uninstalled Miniconda. And my entire command prompt was broken, exiting with status code 1 anytime I attempted to launch it. To fix it I had to run:

C:\Windows\System32\reg.exe DELETE "HKCU\Software\Microsoft\Command Processor" /v AutoRun /f

in powershell. After that the command prompt worked again, I could run batch files as normal, and SGDBoop's functionality was restored. Feel free to mark this as closed.