View Single Post
  #20  
Old 05-08-2020, 12:35
Atakanbasturk Atakanbasturk is offline
Registered User
 
Join Date: Dec 2012
Location: istanbul
Posts: 7
Thanks: 4
Thanked 0 Times in 0 Posts
Atakanbasturk is on a distinguished road
I'm really sorry but I can't figure it out.

MASK=precomp+srep+7z/$binkpack=bpk/$mscsolid=msc+srep+7z (I tried 7z and 7Z it fails everyway)

msc works, srep works but 7z doesn't work. 7z options in config0.ini(I edited it)

[External compressor:7z,7Z]
header = 0
default = :d192m:fb273:lc4:mc1000000
packcmd = "7z\7z_x64" a -t7z -an -mcrc=0 -m0=lzma:d1536m:mf=bt4:fb=273:mc1000000000:lc8 -mx9 -myx=9 -si -so <stdin> <stdout>

It's not working. But;

4L3 = 4x4:b128mb:lzma:ultra:1536m:bt4:fb273:lc8:mc100000 0000(It uses FAZip)

Or (when I use lzma2)

[External compressor:lzma2,Lzma2]
header = 0
default = :d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0
packcmd = "7z\7z_x64" a -txz -an -mcrc=0 -m1=lzma2:d1536m:mf=bt4:fb=273:mc1000000 -mmt=off -mx9 -si -so <stdin> <stdout>

Working.

I want 7-zip with lzma method. What's wrong?

(UltraARC 2.9 R8)

NOTE: For your information, when I use these parameters (7z_x64 a -t7z -an -mcrc=0 -m0=lzma:d1536m:mf=bt4:fb=273:mc1000000000:lc8 -mx9 -myx=9) in cmd, it compress any file without any error.


I tried it with DiskSpan, it says Write error(disk full??). I have 160 gb empty space and my game files 5.33 GB.Whaaaatt???

Found the problem's source: It's not accepting -t7z command. Why? How can I use lzma compression method with 7zip in ultraarc?

Last edited by Atakanbasturk; 06-08-2020 at 10:31. Reason: Found real problem...
Reply With Quote