Skip to content
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

Storage check fails if HDD size is in TB #4

Closed
torum opened this issue Jul 1, 2021 · 2 comments
Closed

Storage check fails if HDD size is in TB #4

torum opened this issue Jul 1, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@torum
Copy link

torum commented Jul 1, 2021

Hello! Thank you for the nice tool.

My system has 1.8 TB of hard disk.

In the MainWindow.cs, GetTotalFreeSpace(systemdrive) returns something like 1986661847040, and FormatBytes(systemfreespace) returns 1.8.

So,
if (systemspacedouble >= 64)
fails for TB. I think...

2021-07-01 223345

@Belim
Copy link
Member

Belim commented Jul 1, 2021

can you please check latest release
https://github.com/builtbybel/ReadySunValley/releases/tag/0.11.6

@torum
Copy link
Author

torum commented Jul 1, 2021

yes, it looks OK now.

@torum torum closed this as completed Jul 1, 2021
@Belim Belim added the bug Something isn't working label Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants