JosefNemec / PlayniteExtensions

Extensions for Playnite game launcher and manager.
MIT License
161 stars 39 forks source link

Warhammer 40,000: Darktide (Game Pass version) does not track game exit properly #394

Open K900 opened 2 months ago

K900 commented 2 months ago

Describe the bug When starting, then exiting Darktide, Playnite continue to report the game as "running", even though it's not. This seems to be specific to how Darktide does things, as other Windows Store games are tracked correctly.

Diagnostics ID 2a16e4ab-4bb5-4ca7-ac1a-d7176db1e9d1

JosefNemec commented 2 months ago

Don't own the game so can't debug and fix this.

The game most likely launches some other processes from its install folder and doesn't close them down properly after the game itself exits. Xbox plugin would then detect game as still running because Xbox plugin detects game as running as long as some exe from game's install folder is running (this is the most reliable way of doing it for UWP/GamePass games).

K900 commented 2 months ago

I don't think it does, but I will double check. The game is on Game Pass if you have that, or I'd be happy to poke around myself.