Caution
Urgent fix for Windows users. If you are on v3.4.6 or any v3.4.6-beta and experiencing engine startup failures on Windows, please update immediately. This update can be received through the app's built-in updater.
What's Changed
This is a targeted hotfix for a critical Windows-only bug that prevented the aria2 download engine from starting, introduced in v3.4.6-beta.3.
🐛 Bug Fixes
- Fixed aria2c engine failing to start on Windows — Tauri's path API returns
\\?\-prefixed extended-length paths on Windows (tauri-apps/tauri#5850). The aria2c sidecar (MinGW-compiled) cannot parse this prefix, causing immediate exit with "Configuration file not found". Used the industry-standardduncecrate to normalize all paths passed to external processes.
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|