Quote:
Originally Posted by rafikhan
i was trying to compress mass effect 3 game files about 9.0gb & i did compress those file with freearc ( -mx -maxsrep -maxprecomp )
the size of the arc became 4.1GB Perfect size but when i was trying to unpack it freearc says ''Arcextract.hs.154.24.36 non exhaustive patterns in lambda error'' that was very heartless sentense to me. I spend 4 hour to compress those files.
someone help me to fix this bug.
|
Hi @rafikhan
__________________________________
arc and srep itīs not the problem.
This is a common mistake from users,
Precomp has a weight limitation on files to compress.
Precomp only decompress files less than 1.99GB.
Pack-JPG.dll (By Matthias Stirner) have this limitation.
EXAMPLE:
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::
if you have a file with 9GB precomp compress all 9GB
BUT, only decompress 1.99GB and PIPE decompression will stop with errors.
and all this error for the limitation of file size.
:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::
If you use precomp create folders to compress less than 1.99GB
:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::
Last edited by pakrat2k2; 19-07-2014 at 10:18.
|