hashdir icon indicating copy to clipboard operation
hashdir copied to clipboard

80 MB of blackness

Open sergeevabc opened this issue 11 months ago • 4 comments

OS Windows 7 x64, hashdir 1.4.0.

$ busybox du -h hashdir.exe
79.6M   hashdir.exe

$ hashdir.exe

Nothing at all. Not even an error message. Just blackness.

Image

sergeevabc avatar Mar 26 '25 01:03 sergeevabc

@sergeevabc, do you have the dotnet 8.0 runtime?

You can download the latest version (.NET Runtime 8.0.17) for whatever platform you are on from the official website: https://dotnet.microsoft.com/en-us/download/dotnet/8.0

ultimateanu avatar Jun 15 '25 20:06 ultimateanu

Re: @ultimateanu

Microsoft says .NET 8 is not with Windows 7 (see the original post), However, I have .NET 6.0.25 installed.

sergeevabc avatar Jun 15 '25 21:06 sergeevabc

I didn't realize MS does not support .NET 8 on Windows 7. That is the issue, so unfortunately this cli won't work for Windows 7 or earlier.

ultimateanu avatar Jun 15 '25 21:06 ultimateanu

Re: @ultimateanu

Wait a sec. I have found a way to install NET Desktop Runtime 8.0.17 on Windows 7.

$ dotnet --list-runtimes
Microsoft.NETCore.App 6.0.25 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.17 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 6.0.25 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.17 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

However, I see no changes about hashdir output, still nothing at all.

sergeevabc avatar Jun 15 '25 22:06 sergeevabc