Auto update to 2.5.0 causes "Bad Image" error
Closed this issue · 4 comments
After launching the game I got a message saying that a new version was available and that it could be auto updated should I want to. It said that the auto update was successful and to restart the game. Upon which I got this Bad Image
error.
The faulty dll: https://drive.google.com/file/d/1jSY0dQtft5QIcBRNo4_POuoytZZemO7C/view
Updated from version 2.4.0 to 2.5.0.
Windows 10 Home Edition version 19041.1052
Same here.
Workaround is downloading the version from the releases manually.
Yes, please update manually, for some reason the autoupdate feature broke :(
First look at it: The downloaded file is slightly bigger than the correct file.
github file: 1397 kB
broken file: 1403 kB
File seems to have duplicated bytes.
ofstream has to be opened with std::ios::binary
!
Fixed in next version (has to manually updated obviously)