CLS doesnt work,still the same error. :/
the file was compressed using this method : (FreeArc 0.67 ,March 15 2014)
arc.exe a -mzstd c:\x\chunk0.arc d:\chunk0.dat
arc.ini :
[External compressor:zstd]
header = 0
packcmd = zstd --ultra -v -22 $$arcdatafile$$.tmp -o $arcpackedfile$$.tmp
Tried with this ,too :
packcmd = zstd --ultra -v -22 <stdin> <stdout>
My script :
zstd.rar (This is the basic ISDone script)
oh ,before i forget : i have the same issue with pzlib.....
maybe im failed at compression procedure... ?