Opened 10 years ago
Closed 10 years ago
#2681 closed bug (Fixed)
[Win32] Error: "The parameter is incorrect"
Reported by: | sylinen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.11 |
Component: | Core | Version: | 1.3.10 |
Keywords: | Cc: |
Description
Torrents of folders containing more than one file return the error "The parameter is incorrect: SomeDirectory\SomeFilename.xyz" (placeholder names used here) when the storage path of those torrents is a Storage Spaces drive. Torrents of folders with exactly one file in them work correctly, as do single file torrents of any size. Forcing a re-check does not resolve the error. The particular Storage Spaces drive in question is a 9.4TB simple space, running on 4x3TB drives. The same torrents that cause errors work correctly when downloaded to a hardware RAID0 array.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Component: | other/unknown → libtorrent |
---|---|
Summary: | Errors with multi-file torrents on Windows Storage Spaces drives → [Win32] Error: "The parameter is incorrect" |
This is a known issue in libtorrent 0.16. Forum post: http://forum.deluge-torrent.org/viewtopic.php?f=12&t=47807
I am trying to build lt 1.0 for users to test but it is not working currently.
comment:3 by , 10 years ago
Component: | libtorrent → Core |
---|---|
Milestone: | 1.3.x → 1.3.11 |
Resolution: | → Fixed |
Status: | new → closed |
I think this is now fixed by not disabling the OS cache with lt 0.16 [75dca80ac]
The drive causing errors is formatted NTFS, not ReFS.