View Single Post
  #355  
Old 29-09-2018, 08:18
Jawahir95 Jawahir95 is offline
Registered User
 
Join Date: Jul 2016
Location: Iraq
Posts: 6
Thanks: 18
Thanked 1 Time in 1 Post
Jawahir95 is on a distinguished road
Hi Mr (s), thanks for every thinks, just i have a problem with the method (xZLib+srep+lolz), i'm using:
* UltraARC 2900 R5 Stable Release
* ASIS.v7.0.8
The error is: Unsupported compress method (xZLib+srep+lolz)!
Please if any one help me, i'm tired to solve this 0_0.

I'm using the following ini(s):

Compressor.ini:
Quote:
[External Compressor]
#Define SrepInside "N" ;O, N

// Precompressors //
#Define ReflateDLL "x64"
//#Define pZLib3 "x64"
//#Define ZTool "x64"
#Define XTool "x86"
//#Define pOodle
//#Define AFR "019" ;019, 020
//#Define UELR

// For Media Streams //
//#Define MSCInside "TAK"
//#Define MPZSlimmer
//#Define OGGRE
//#Define BPK

// Final compressor //
//#Define SevenZip "x64"
//#Define RAZOR
#Define LOLZ
//#Define ZSTD "x64"
//#Define DLZ

//#Define Facompress
//#Define Rar
//#Define OggDec
//#Define XDelta
CLS.ini:
Quote:
[Srep]
Bufsize=24m
transfer_ReadBufSize=512k
transfer_WriteBufSize=512k
Memory=50%-512m
TempPath=.\

[Precomp]
Memory=128
TempPath=.\

[Lolz]
Bufsize=512k
transfer_ReadBufSize=512k
transfer_WriteBufSize=512k
MaxThreadsUsage=100%
MaxMemoryUsage=75%-10m

[AFR]
Threads=Auto

[uelr]
Bufsize=16m
transfer_ReadBufSize=2048k
transfer_WriteBufSize=4096k
ARC.ini:
Quote:
[External compressorzlib,plz4,plzo,pzstd]

header = 0
unpackcmd = ZTool d:{compressor}{ption}:t100p:cm0mb - - <stdin> <stdout>

[External compressorZLib3]
header = 0
unpackcmd = pZLib3 d {options} -t100p - -o - <stdin> <stdout>

[External compressor:zstd,zst]
header = 0
unpackcmd = ZSTD -d {options} -f <stdin> <stdout>

[External compressor:Lzma2,lzma2,xz,XZ]
header = 0
unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout>

[External compressor:lz4,LZ4]

header = 0
unpackcmd = LZ4 -d - -c <stdin> <stdout>



[External compressor:lz5,LZ5,lizard,Lizard]

header = 0

unpackcmd = Lizard -d - -c <stdin> <stdout>

[External compressor:mpz]
header = 0
unpackcmd = MPZ d <stdin> <stdout>

[External compressor:razor,rz]
header = 0
solid = 0
unpackcmd = RZ x Output Input
datafile = Input
packedfile = Output

[External compressor:afr]
header = 0
unpackcmd = AFR_x64.exe d #in #out <stdin> <stdout>

[External compressor:xprecomp]
header = 0
unpackcmd = xtool.exe drecomp:t75p - - <stdin> <stdout>

[External compressor:xZLib,xOodle,xLZ4,xLZO,xZSTD]
header = 0
unpackcmd = xtool.exe drecomp:t75p - - <stdin> <stdout>

[External compressor:xCriLayla]
header = 0
unpackcmd = xtool.exe drecomp:t50p - - <stdin> <stdout>
Reply With Quote