OS: Windows 7 x64
Install-type: Windows Installer
Skin (if applicable): smpl Version: 1.3
Firewall Software: [none]
Are you using IPV6? no
Is the issue reproducible? yes
SABnzbd encountered the following failure today:
Code: Select all
2011-01-04 10:37:15,282::WARNING::[newsunpack:557] Missing expected file: xxxxxxxxxxxxxxxxxx/CD 2/xx - xxxxxx _ xxxxxxxx => unrar error?
The root cause of the problem is that the filename inside the RAR archive contains two different dash characters. The first one is OK, with a hex value of 2D where the the second one has hex value 96. Unrar extracted the archive without any issues and the filename is exactly as it is stored in the archive, containing the two different dashes. Seems like newsunpack converts the longer dash (0x96) into an underscore and thus fails to find it in the extract location.
Options set (if relevant):
Enable built-in unrar functionality.
Replace illegal characters in folder names by equivalents (otherwise remove).