Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #1  
Old 27-05-2021, 17:26
Peeping_John Peeping_John is offline
Registered User
 
Join Date: May 2021
Location: NaN
Posts: 13
Thanks: 8
Thanked 0 Times in 0 Posts
Peeping_John is on a distinguished road
Exclamation 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.
Reply With Quote
Sponsored Links
  #2  
Old 27-05-2021, 21:55
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 187 Times in 101 Posts
:( Sad8669 is on a distinguished road
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.
Reply With Quote
  #3  
Old 27-05-2021, 23:05
Peeping_John Peeping_John is offline
Registered User
 
Join Date: May 2021
Location: NaN
Posts: 13
Thanks: 8
Thanked 0 Times in 0 Posts
Peeping_John is on a distinguished road
Quote:
Originally Posted by :( Sad8669 View Post
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>
I have this:

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>
Reply With Quote
  #4  
Old 28-05-2021, 00:50
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 187 Times in 101 Posts
:( Sad8669 is on a distinguished road
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.
Reply With Quote
The Following 2 Users Say Thank You to :( Sad8669 For This Useful Post:
GaMEr_2077 (29-05-2021), Peeping_John (28-05-2021)
  #5  
Old 28-05-2021, 11:21
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
[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.
Reply With Quote
The Following 2 Users Say Thank You to panker1992 For This Useful Post:
GaMEr_2077 (29-05-2021), Peeping_John (28-05-2021)
  #6  
Old 08-06-2021, 08:40
Prince4 Prince4 is offline
Registered User
 
Join Date: Mar 2015
Location: India->Delhi->Rohini
Posts: 121
Thanks: 109
Thanked 19 Times in 15 Posts
Prince4 is on a distinguished road
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??
Reply With Quote
  #7  
Old 08-06-2021, 10:10
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 187 Times in 101 Posts
:( Sad8669 is on a distinguished road
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>
Reply With Quote
The Following User Says Thank You to :( Sad8669 For This Useful Post:
Prince4 (08-06-2021)
  #8  
Old 08-06-2021, 12:00
Prince4 Prince4 is offline
Registered User
 
Join Date: Mar 2015
Location: India->Delhi->Rohini
Posts: 121
Thanks: 109
Thanked 19 Times in 15 Posts
Prince4 is on a distinguished road
Quote:
Originally Posted by :( Sad8669 View Post
...
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??
Reply With Quote
Reply

Tags
compression, conversion, inno, lzma, setup

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 17:51.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com