HintMachine / hintMachine

HintMachine is a program giving hints for your Archipelago games.
MIT License
9 stars 11 forks source link

911 Operator: Hint Machine doesn't detect the process is closed / killed #73

Closed nbrochu closed 8 months ago

nbrochu commented 8 months ago

HintMachine version: 1.2.0-rc1 Game: 911 Operator Game / Emulator version: Steam

Bug description

Easy repro: Launch game. Connect with Hint Machine. Alt-F4 game. Probably happening because the game connector is not using BinaryTarget (which automatically check for process presence) and is not doing explicit checks either, while wrapping the RAM reading in try/catch

Dinopony commented 8 months ago

Fixed in 03eacb9