Page 1 of 1

Springlobby 0.188 & 0.200 autoupdater broken

Posted: 15 Apr 2014, 22:18
by abma
the autoupdater of springlobby 0.188 is broken.

please manual update, download the current version:

http://springlobby.info/windows/latest.zip

and extract it to the existing dir where springlobby.exe is overwriting all files.

thanks & sorry for the trouble!


FYI:

Whats broken: It prompts "Would you like to update to the new version" and nothing happens when clicking Ok.

i call this bug of the day:

https://github.com/springlobby/springlo ... .cpp#L1058

MessageBox returns wxOK or wxCANCEL, check is for wxYES... ouch, always false :-|

in 0.200 the updater only fails when downloaded update files already exist -> springlobby 0.188 doesn't remove the existing files and uses then the old files to update :-|