hotsapi / Hotsapi.Uploader

Uploads Heroes of the Storm replays to hotsapi.net
MIT License
26 stars 10 forks source link

Squirrel missed a mutex #32

Closed Kline- closed 7 years ago

Kline- commented 7 years ago

Received a very fast popup error about Squirrel missing a mutex when my install auto-updated from 1.6 to 1.7.

poma commented 7 years ago

Sucessfully reproduced. Will fix. Likely cause - UpdateManager is not disposed properly on restart.

poma commented 7 years ago

Turns out UpdateManager.RestartApp just calls Environment.Exit(0) and terminates process without any cleanup, may also lose settings since last run. Replaced it with proper function.