Motrix
Motrix copied to clipboard
[BUG]: Error 17 (file I/O error) when changing default download path while downloading a file >4GB.
Description of the bug
Error 17 (File I/O Error) occurs when attempting to change the default download path while downloading a file larger than 4GB.
Motrix Version
Version 1.8.19 Engine Version 1.36.0
Environment
Windows 11 64Bits - Latest Update
Steps To Reproduce
Steps to reproduce:
- Change the default download path to a location on an NTFS drive.
- Download a large file (>4GB) to the default location.
- While the file is still downloading, change the default path in the settings to a FAT32 drive (e.g., a flash drive). This unexpectedly also changes the download location for the ongoing download.
- ERROR 17 occurs because the app attempts to move the file to the new path while it is still downloading. Files over 4GB cannot fit on FAT32, causing Error 17.
Additional Information
No response
Validations
- [x] Follow our Code of Conduct
- [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [x] The provided reproduction is a minimal reproducible of the bug.