View Single Post
  #30  
Old 30-12-2013, 08:57
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by napalmguy View Post
Hi Peter1999. Welcome back.
sorry it took me a while to respond. I had to recreate the error with original arc.exe, precomp and srep EXEs which you provided in your conversion so I deleted existing archives and started from scratch. I even UNINSTALLED FreeArc to make sure the commands are called from the conversion directory and not from FreeArc PF path

here is some more details.

available free memory: 2.8GB of 4GB
no Antivirus programs are installed
x64 OS installed (Windows 7 and Windows 8.1, tried both)

Extracting Data3.bin ...

Current file:

Elapsed: 19 mins Remaining: --

error message:

(!)ISDone.dll

An error occured when unpacking!
Unarc.dll returned an error code: -1
ERORR: archive data corrupted (decompression fails)


(Not a single file of Data3.bin has been unpacked, starting with TombRaider.exe which returns 0kb size)

Hope you can fix it for anyone else having this issue. I know it won't be me.

cheers and a happy new year
The error message is clear: the archive is corrupted.

Try to test the archive integrity with arc.exe itself, type from conversion folder:

Code:
arc t TR\Disk2\Data3.bin
and then re-create the archive if it still corrupted.

The image below shows the result of archive integrity of my Data3.bin:

Data3.jpg

You can also remove Precomp from compression chain (remove the letters & symbols in red) , modifying the batch as follow:

Code:
arc a -ep -w.\ -lc- -s; -mprecomp:t-jnf+srep+exe2+delta+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8 -dp"%choice1%" [email protected] .\TR\Disk2\%arc%
Happy new year to you too

Last edited by peterf1999; 30-12-2013 at 09:04.
Reply With Quote