akorb / SteamShutdown

Automatic shutdown after Steam download(s) has finished.
MIT License
362 stars 28 forks source link

Doesn't shutdown when preloading games #17

Closed thegh0sts closed 3 years ago

thegh0sts commented 6 years ago

I've been preloading Wolfenstein The New Colossus and as soon as it finished the preload it changed to "In Queue" and steam did not shut down. I'm assuming the app still think that the download is still not complete and hence does not shut down.

Is there a way to detect the "In Queue" status to make it shut down instead of sitting idle?

akorb commented 6 years ago

That's a tough question. I doubt there's an own StateFlag for this case. But let's try it.

Can you check the "StateFlags" value in your appmanifest_.acf file? It's in "..\Steam\steampps"?

For me it's the ID 650500. But I live in Germany and I only see the cut version. If you don't find this ID, try 612880.

akorb commented 3 years ago

Probably fixed with https://github.com/akorb/SteamShutdown/commit/aafab99498bf7cf7822527937f62b316cbc77057 Feel free to reopen this issue if this problem persists