obaqueiro / theunarchiver

Automatically exported from code.google.com/p/theunarchiver
Other
0 stars 0 forks source link

unar NSIS file gives: Failed! (Unknown error) #678

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
unpacking an NSIS installer file gives an unknown error
but comparing the unpacked files sees no difference.
Every other files is unpacked without complain.

unar -t -e windows-1252 foobar2000_v1.2.8.exe
foobar2000_v1.2.8.exe: NSIS
[...]
themes/Pastel Green.fth... Failed! (Unknown error)

Zipped exe file is available here:

http://www.freecodecs.net/fc/foobar2000_v1.2.8.zip

Original issue reported on code.google.com by rob.til....@gmail.com on 22 Jun 2013 at 12:00

GoogleCodeExporter commented 8 years ago
On which OS?

Original comment by paracel...@gmail.com on 22 Jun 2013 at 9:51

GoogleCodeExporter commented 8 years ago
Pardon me - forgot the details.
ARCH Linux 32bit

Original comment by rob.til....@gmail.com on 22 Jun 2013 at 7:00

GoogleCodeExporter commented 8 years ago
Ok. It unpacks without errors on The Unarchiver on OS X, so it might be a 
platform-specific problem. I will look into it.

Original comment by paracel...@gmail.com on 22 Jun 2013 at 7:03

GoogleCodeExporter commented 8 years ago
Some more info - maybe related to the error
All file dates, regardless of using -t or not are set to 'Dec 13  1901'
Only directories and Pastel\ Green.fth is set to current date/time

Original comment by rob.til....@gmail.com on 23 Jun 2013 at 8:31

GoogleCodeExporter commented 8 years ago
It seems the problem was indeed the dates: They were being parsed wrong, and 
most of them were in the far future. Pastel Green had a date in the past, and 
that's why it failed (only setting the date after extracting was failing, 
though).

Should be fixed now.

Original comment by paracel...@gmail.com on 7 Sep 2013 at 4:41

GoogleCodeExporter commented 8 years ago

Original comment by paracel...@gmail.com on 7 Sep 2013 at 4:50

GoogleCodeExporter commented 8 years ago
Tried the patch - confirmed.
Thanks for the best of it's class - unar saved my day more than once!

Original comment by rob.til....@gmail.com on 11 Sep 2013 at 5:45