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.