We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Normally executing dua.exe starts analyzing the current folder.
dua.exe
On windows server 2022 (without "Desktop Experience", thus without "explorer.exe"), it seems that the binary does not start.
dua.exe --help and dua.exe --version do not print anything.
dua.exe --help
dua.exe --version
On Windows 10 (non-server) dua works correctly.
tested version is current release: dua 2.29.0
dua 2.29.0
The text was updated successfully, but these errors were encountered:
I've analyzed the dependencies with dependency walker.
It seems that dua depends on vcruntime140.dll which is missing.
Would it be possible to make a portable executable that does not depend on such dll?
Sorry, something went wrong.
That would certainly be possible given someone investing the time it takes to set it up, including a respective CI build.
It seems other projects applied successfully whats written here
rust-lang/rust#100874
Unfortunately I do not have a rust environment right now, so I'm not able to test it.
No branches or pull requests
Normally executing
dua.exe
starts analyzing the current folder.On windows server 2022 (without "Desktop Experience", thus without "explorer.exe"), it seems that the binary does not start.
dua.exe --help
anddua.exe --version
do not print anything.On Windows 10 (non-server) dua works correctly.
tested version is current release:
dua 2.29.0
The text was updated successfully, but these errors were encountered: