View Single Post
  #363  
Old 23-08-2016, 23:21
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Thumbs down

ERROR : precomp injecting code in process was not completed
HELP

precomp V0.43

Arc.ini
..............

[External compressor:srep]
header = 0
packcmd = srep {options} -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep {options} -d -s - - <stdin> <stdout>

[External compressorrecomp]
header = 0
packcmd = precomp -intense0 -cn- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:brute]
header = 0
packcmd = brute -brute0 -v -f -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = brute -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:msc]
header = 0
packcmd = msc c -v -wav=1 -raw=1 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:reflate]
header = 0
packcmd = reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = reflate -restore - - <stdin> <stdout>

Reply With Quote