[GH-ISSUE #395] Version 0.41 can't run on Win2008R2 server #210

Closed
opened 2026-04-08 16:51:11 +03:00 by zhus · 3 comments
Owner

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.

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.
zhus closed this issue 2026-04-08 16:51:11 +03:00
Author
Owner

@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

Two new targets have been added with Windows 7 as their baseline: x86_64-win7-windows-msvc and i686-win7-windows-msvc. They are starting as Tier 3 targets, meaning that the Rust codebase has support for them but we don't build or test them automatically. Once these targets reach Tier 2 status, they will be available to use via rustup.

When *-win7-windows-msvc reaches Tier 2 status, we may build dufs-*-win7-windows-msvc to support Windows 7.

<!-- gh-comment-id:2156184447 --> @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 > Two new targets have been added with Windows 7 as their baseline: x86_64-win7-windows-msvc and i686-win7-windows-msvc. They are starting as Tier 3 targets, meaning that the Rust codebase has support for them but we don't build or test them automatically. Once these targets reach Tier 2 status, they will be available to use via rustup. When `*-win7-windows-msvc` reaches Tier 2 status, we may build `dufs-*-win7-windows-msvc` to support Windows 7.
Author
Owner

@coflery commented on GitHub (Jun 10, 2024):

The same situation,
Version 0.41 work bad on Windows7x64:

image

<!-- gh-comment-id:2158502396 --> @coflery commented on GitHub (Jun 10, 2024): The same situation, Version 0.41 work bad on Windows7x64: ![image](https://github.com/sigoden/dufs/assets/13827813/c2b35bc3-e86c-4867-ad8c-f5b1faa9076d)
Author
Owner

@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.

<!-- gh-comment-id:2211567855 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#210