View Single Post
  #30  
Old 12-08-2017, 03:20
kenzo34's Avatar
kenzo34 kenzo34 is offline
Registered User
 
Join Date: Oct 2014
Location: france
Posts: 92
Thanks: 425
Thanked 59 Times in 37 Posts
kenzo34 is on a distinguished road
hi alpha13 try this parameter in nz64 arc.ini:

[External compressor:nz64]
packcmd = nz64 a -r -v -cc -m2g -br512m -bw512m -p6 -t6 -nm $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
unpackcmd = nz64 x -m2g -p6 -t6 $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz

Set the number of threads according to your computer, (-p6 -t6) And ram to use. I have tested compression and decompression works perfectly.If it does not work for you Post your folder pack and unpack That we can correct the error.
good luck
Reply With Quote
The Following User Says Thank You to kenzo34 For This Useful Post:
alpha13 (12-08-2017)