
27-04-2019, 06:50
|
 |
Registered User
|
|
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 596
Thanks: 599
Thanked 659 Times in 234 Posts
|
|
Quote:
Originally Posted by Andu21
Code:
Compressing 5,760,193,037 bytes with ooz -z -f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
100.0%
Errorlevel=3
ERROR: general (de)compression error in ooz
Nope, same problem. I think there's a file size limit, don't think it's a problem of the precompressor otherwise panker's result couldn't be achieved. Also, what the bold error means?
|
i think u forgot this
Code:
[External compressor:ooz]
header = 0
packcmd = ooz -z -f -2 --hydra $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = ooz -d --dll $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
|