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

Game running not detected #2

Open
Xinnony opened this issue Jun 20, 2020 · 0 comments
Open

Game running not detected #2

Xinnony opened this issue Jun 20, 2020 · 0 comments

Comments

@Xinnony
Copy link

Xinnony commented Jun 20, 2020

Hi, i found a problem with the game "Empire Apart" (free).

When you launch, you have EmpireApart launcher, the reg \Valve\Steam\Apps\530630\Running have 1 value.
But if you launch game with the launcher, the ref have 0 value.

Steam show correctly EmpireApart is running.
If i read the reg \Valve\Steam\RunningAppID a value is 530630 int.
When the game is stopped, this value return to 0.

Can you add a function GetGameRunning and return the int AppID ?

For this moment, i check game running with :
foreach (var r in SteamAPI.SteamApps) { if (r.IsRunning) { ... } }

Thanks.

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

1 participant