StarGate01 / AmongUs-Mumble

Mumble VoIP Plugin and mod for the popular game "Among Us" to enable Proximity Voice Chat.
GNU General Public License v3.0
108 stars 13 forks source link

Non-graceful process exit #86

Open StarGate01 opened 3 years ago

StarGate01 commented 3 years ago

It appears the game does not exit cleanly with the mod installed. DLL_PROCESS_DETACH is never called, which in turn never releases the main mutex which blocks the main thread.