#1
|
|||
|
|||
Lzma Bug/Problem
There's a problem when compressing with Lzma.
When the compression starts, lzma says that my disk is full. Even though I still have 300+ GB of space. How can I fix this Bug/Problem? Thanks. |
Sponsored Links |
#2
|
|||
|
|||
Please show me your configuration for LZMA in arc.ini, there must be something wrong.
It should look like this : Code:
[External compressor:rep,mm,exe,exe2,4x4,lzma] header = 0 packcmd = "FAZip" -i0 compress:{compressor}{:option} <stdin> <stdout> Last edited by :( Sad8669; 27-05-2021 at 22:05. |
#3
|
|||
|
|||
Quote:
Code:
[External compressor:lzma2] header = 0 default = :d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 packcmd = 7z.exe a -txz -an -mcrc=0 -m1=lzma2{:option}:mf=bt4 -mmt=on -mx9 -si -so <stdin> <stdout> |
#4
|
|||
|
|||
This is LZMA2, it uses 7zip. it is also known as XZ.
Side Notes : I have some work to do, use either a different compressor for now or wait till someone helps or i return. Edit : I am back, so you see the default section up there? just remove it. Like this : Code:
[External compressor:lzma2] header = 0 packcmd = 7z.exe a -txz -an -mcrc=0 -m1=lzma2{:option}:mf=bt4 -mmt=on -mx9 -si -so <stdin> <stdout> Last edited by :( Sad8669; 28-05-2021 at 02:03. |
The Following 2 Users Say Thank You to :( Sad8669 For This Useful Post: | ||
GaMEr_2077 (29-05-2021), Peeping_John (28-05-2021) |
#5
|
||||
|
||||
[External compressor:lzma2]
header = 0 packcmd = "lz\xz" a -txz -an -m0=lzma2{ption}:fb=273:mf=bt4:mc=100000000:lc=4: lp=0 -mx9 -si -so <stdin> <stdout> unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout> there you are
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
The Following 2 Users Say Thank You to panker1992 For This Useful Post: | ||
GaMEr_2077 (29-05-2021), Peeping_John (28-05-2021) |
#6
|
|||
|
|||
So i also tried adding LZMA2 to my compressor, but it still gives me the same DiskFull Error. When i ues this :
Code:
7z19 a -t7z -an -m0=lzma2:fb=273:mf=bt4:mc=100000000 -mx9 -mmt=4 -si -so <stdin> <stdout> But when i use this it gives me "System ERROR: Not Implemented" Code:
7z19 a -t7z -an -m0=lzma2:fb=273:mf=bt4:mc=100000000 -mx9 -mmt=4 -si<stdin> -so <stdout> When running the command without "-si,so,(stdin><stdout>" in command line i can compress files just fine.
__________________
Who's Got Time To Play Games? Huh?? |
#7
|
|||
|
|||
Code:
[External compressor:lzma2] header = 0 packcmd = 7z.exe a -txz -an -mcrc=0 -m1=lzma2{:option}:mf=bt4 -mmt=on -mx9 -si -so <stdin> <stdout> |
The Following User Says Thank You to :( Sad8669 For This Useful Post: | ||
Prince4 (08-06-2021) |
#8
|
|||
|
|||
The problem was -txz, dunno why it didn't work before when i HAD -txz in the first place. :\
Thanks tho.
__________________
Who's Got Time To Play Games? Huh?? |
Tags |
compression, conversion, inno, lzma, setup |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
New Fox Kompressor 1.01c Ultimate | felice2011 | Conversion Tutorials | 31 | 07-06-2023 14:58 |
xnLZ - parallel lzma with entropy scan intended as 64bit 4x4:lzma replacement | elit | Conversion Tutorials | 7 | 16-04-2018 15:11 |
plzip_modded - parallel 64bit lzma (de)compressor and a direct 4x4:lzma replacement | elit | Conversion Tutorials | 17 | 26-03-2018 07:08 |
Internal Arc LZMA vs external LZMA2 | danswano | Conversion Tutorials | 12 | 02-08-2017 01:42 |
Lzma | -XCX- | PC Games | 5 | 17-02-2017 21:08 |