mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #395] Version 0.41 can't run on Win2008R2 server #210
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fimmspin on GitHub (Jun 7, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/395
Version 0.40 worked ok (dufs-v0.40.0-i686-pc-windows-msvc.zip), but the new version 0.41 can't start.
Has something changed about requirements, different compile options or different minimum VCC version?
Tried both i686 version (that I always used, until 0.40) and also the x86_64 version, but with no success.
@sigoden commented on GitHub (Jun 9, 2024):
dufs v0.41 built with rust v1.78.0, see https://github.com/sigoden/dufs/actions/runs/9184886300/job/25257924693#step:4:146
but ruts v1.78.0 dropped support for Windows 7, see https://blog.rust-lang.org/2024/02/26/Windows-7.html
When
*-win7-windows-msvcreaches Tier 2 status, we may builddufs-*-win7-windows-msvcto support Windows 7.@coflery commented on GitHub (Jun 10, 2024):
The same situation,
Version 0.41 work bad on Windows7x64:
@sigoden commented on GitHub (Jul 6, 2024):
Sorry, dufs cannot run on Windows 7. There's no solution for this issue in the short term. I'll continue to look into it and hopefully find a solution.