Skip to content

Game running not detected #2

Description

@Xinnony

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions