winnitron / WinnitronLauncher

The official Winnitron launcher! The meat and potatoes of the Winnitron.
winnitron.com
MIT License
34 stars 7 forks source link

Launcher won't reactivate itself after a game quit until idle timeout #39

Closed Ludonaut closed 7 years ago

Ludonaut commented 7 years ago

When quitting a game, the launcher won't respond until after the idle timeout has passed (10 seconds by default). It seems like the launcher doesn't register anymore if a game has quit itself.

notresponding

This happens with both legacy and non-legacy games, and sometimes it is possible to shorten the ten seconds by holding Back/Quit (the three second force-kill). Not really critical due to the incredible usefulness of the new idle timeout, but definitely a bug.

Can't find anything interesting in the log, but for completion's sake: output_log.txt

mrmwiebe commented 7 years ago

Ohhhh, I think I know what's going on here. Yep the new AHK script isn't checking to see if the process has quit on its own.

mrmwiebe commented 7 years ago

This is related to #42 and should be fixed when the AHK community gets back to me.

mrmwiebe commented 7 years ago

This should be fixed with commit 278a153