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

[BUG] Steam thinks game is still running when suspended #22

Closed
EliasGagnef opened this issue Nov 22, 2020 · 3 comments
Closed

[BUG] Steam thinks game is still running when suspended #22

EliasGagnef opened this issue Nov 22, 2020 · 3 comments
Assignees

Comments

@EliasGagnef
Copy link

When suspending a game Steam still thinks it is running and therefore logs hours played, I am unsure if this is possible to fix, if it isn't please close this issue.

@Merrit
Copy link
Owner

Merrit commented Nov 22, 2020

Hey, thanks for the report!

Unfortunately this is not possible to fix.

Steam watches the process of the game, and says "Yep, it is still alive." Doesn't care if it is suspended or not. The only point at which it stops tracking the time played is when that process ends (which closes the game).

I'd love if someone proved me wrong, because this one annoys me as well. Until then I'll close this issue, but again thanks for contributing :)

@Merrit Merrit closed this as completed Nov 22, 2020
@JpTiger
Copy link

JpTiger commented Jul 9, 2023

Since this is gaming we're talking about, I'm guessing there's a good chance most users will also suspend their system. Regular sleep mode won't help with this, but what about hibernation?

@Merrit
Copy link
Owner

Merrit commented Jul 11, 2023

what about hibernation?

I would expect using the sleep or hibernate feature could cause unexpected behaviour, maybe crashes. It would definitely vary depending on the game.

One thing that could be done regarding Steam's time played is to send feedback to Valve, ask them if the timer can account for whether the process is actually running or not instead of just alive. I sort of doubt they'd make such a change, because it would require more work to keep checking the status of the process but you could ask. 😄

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

3 participants