-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Human-readable size bug? KB4471324 says 86.90 GB but actual only ` 799.0 MB #37
Comments
First thanks for all the work, and I apologize that this issue somehow got submitted as #21 -#37. I closed 21-36 leaving this one as #37. In 3 all versions I tested: 0.7a, 0.8a, and newest 0.9a, for KB4471324 wumgr says obviously way too big size of 86.90 GB. Googling " KB4471324 size" says actual size should be around 799.0 MB. I am guessing issue is in code snippet below from FileOps.cs
|
The FormatSize method in FileOps.cs is slightly incorrect; its size checks should use >= and not >, because otherwise e.g. 1024*1024 will return 1024,00 KB instead of 1,00 MB. But that can't be the reason for the KB4471324 size issue - I'm guessing it's caused by the Windows Update servers reporting an incorrect size? |
I have been facing this bug for a long time in WUMT. So it's likely connected with Microsoft update service. |
the >= will be fixed in the next build. about the totaly wrong size, yes its what windows reports no way to fix that imho |
No description provided.
The text was updated successfully, but these errors were encountered: