KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
23 stars 10 forks source link

Mod Decompression percentage seems to get stuck at 99% despite being done #81

Closed JohnAFernandez closed 8 months ago

JohnAFernandez commented 8 months ago

Mod Decompression percentage seems to get stuck at 99% despite being done. This was reported once on discord and I just saw it on my computer myself. This is a UI only issue. And only happens sometimes.

JohnAFernandez commented 8 months ago

After updating my master branch and installing Bem Cavalgar, I did not see this bug occur. I will try again with a larger mod.

Shivansps commented 8 months ago

Its probably just random, probably missing to catch the last read on ProgressStream for some reason.

Generally when i know i completed the progress bar thing i usually set currentprogress = maxprogress just to be sure, maybe i missed one somewhere.