Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 22-02-2016, 08:23
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by Prieest View Post
Thanks Amsal for a comment, but I am using only 244MB of input files.
Then I think reflate is currently not supportable on 32bit system
Reply With Quote
Sponsored Links
  #2  
Old 22-02-2016, 07:48
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 566
Thanks: 116
Thanked 889 Times in 321 Posts
panker1992 is on a distinguished road
now that i am here lets fix this once and for all

xz error is because of ram problem

how much ram you have i cant test this one x86 because i am on x64

go into arc.ini and where you see d25 change it to d75m on xz
__________________
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 User Says Thank You to panker1992 For This Useful Post:
Prieest (22-02-2016)
  #3  
Old 22-02-2016, 08:05
Prieest Prieest is offline
Registered User
 
Join Date: Feb 2016
Location: Unknown Place
Posts: 9
Thanks: 8
Thanked 2 Times in 2 Posts
Prieest is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
now that i am here lets fix this once and for all

xz error is because of ram problem

how much ram you have i cant test this one x86 because i am on x64

go into arc.ini and where you see d25 change it to d75m on xz
I am using Core i5-2450M, 2.50Ghz
4GB ram (3GB usable).

*Edit*
still getting the same error.

for deflate do I have to install any software? if there is any please let me know because I had not installed any specific softwares because I dont know.

Last edited by Prieest; 22-02-2016 at 08:11. Reason: after teat
Reply With Quote
  #4  
Old 22-02-2016, 08:17
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 566
Thanks: 116
Thanked 889 Times in 321 Posts
panker1992 is on a distinguished road
alright lets break it to pieces

you got full 3 GB of ram, then try this

go to arc.ini

find the line xz

replace with this one:

packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d15:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=on -mx9 -si -so <stdin> <stdout>
__________________
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 User Says Thank You to panker1992 For This Useful Post:
Prieest (22-02-2016)
  #5  
Old 22-02-2016, 08:30
Prieest Prieest is offline
Registered User
 
Join Date: Feb 2016
Location: Unknown Place
Posts: 9
Thanks: 8
Thanked 2 Times in 2 Posts
Prieest is on a distinguished road
Thumbs up got working

Quote:
Originally Posted by panker1992 View Post
alright lets break it to pieces

you got full 3 GB of ram, then try this

go to arc.ini

find the line xz

replace with this one:

packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d15:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=on -mx9 -si -so <stdin> <stdout>
well, it's getting to work.... for optimal.. compression from 244MB to 186MB, but I see it's still giving the same error(image 2) for ultra, placebo and deflate.
Reply With Quote
  #6  
Old 22-02-2016, 08:36
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 566
Thanks: 116
Thanked 889 Times in 321 Posts
panker1992 is on a distinguished road
that reflate was made before i help Razor
Unfortunately I dont have a clue to what state it is but probably 1 or 2 GB limitation, please dont think bad at us ... reflate is troublesome program.

let me check again why those errors, as I have told you i aint having a machine to test x86 if it works or if it aint :/



[External compressor:xz]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=on -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>


replace with this and you are fine my bad ....
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.

Last edited by panker1992; 22-02-2016 at 08:48.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
Prieest (22-02-2016)
  #7  
Old 22-02-2016, 08:51
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 566
Thanks: 116
Thanked 889 Times in 321 Posts
panker1992 is on a distinguished road
there is the fix i had the name of 7z.exe to xz.exe :P copy and paste this


[External compressor:xz]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=on -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

it took 3 edits to fix :P
__________________
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 User Says Thank You to panker1992 For This Useful Post:
Prieest (22-02-2016)
  #8  
Old 22-02-2016, 09:03
Prieest Prieest is offline
Registered User
 
Join Date: Feb 2016
Location: Unknown Place
Posts: 9
Thanks: 8
Thanked 2 Times in 2 Posts
Prieest is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
there is the fix i had the name of 7z.exe to xz.exe :P copy and paste this


[External compressor:xz]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=on -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

it took 3 edits to fix :P
so this is the first fix?(or all 3) and I am making changes in arc.ini file which is in folder maskeddata compression x86. not making any changes in Inno_Luciel.
**EDIT**
Still getting the same error..

Last edited by Prieest; 22-02-2016 at 09:11.
Reply With Quote
  #9  
Old 22-02-2016, 09:12
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 566
Thanks: 116
Thanked 889 Times in 321 Posts
panker1992 is on a distinguished road
i am reuploading masked data compression for x86 with fixes
__________________
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
  #10  
Old 22-02-2016, 09:19
Prieest Prieest is offline
Registered User
 
Join Date: Feb 2016
Location: Unknown Place
Posts: 9
Thanks: 8
Thanked 2 Times in 2 Posts
Prieest is on a distinguished road
Thumbs up Thanks

Hey buddy, no need to hurry. you can take your time.
Reply With Quote
  #11  
Old 22-02-2016, 09:17
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Bro, what is the best algorithm for .bio and.bk2 files for compressing LOSSLES. Again I say, I want to know the algo, and bro if you know then post it with its files libraries and with arc.INI support
Reply With Quote
  #12  
Old 22-02-2016, 09:23
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 566
Thanks: 116
Thanked 889 Times in 321 Posts
panker1992 is on a distinguished road
alright updated masked compression for x86, xz now works flawlessly

bik and bk2 files ?? best compression is srep only, they are uncompressible even if you run lzma or nanozip on them they yield no compression, they stay 100% ratio

i already have them in void masks so no need to worry ( its lossless )
__________________
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 User Says Thank You to panker1992 For This Useful Post:
Prieest (22-02-2016)
  #13  
Old 22-02-2016, 09:37
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 566
Thanks: 116
Thanked 889 Times in 321 Posts
panker1992 is on a distinguished road
new X86 is up,

with the exception of 2 or 3 mispell bugs i always try to bring out the tools to work out of the box,

Due to different machines and Architecture there can be errors, i will try to make a full Document on how everyone can interact with commands and troubleshoot on their own !!!

I decided to do this because people do not read what other people have said and i find myself answering the same question over and over and over again :/
__________________
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
  #14  
Old 22-02-2016, 09:58
Prieest Prieest is offline
Registered User
 
Join Date: Feb 2016
Location: Unknown Place
Posts: 9
Thanks: 8
Thanked 2 Times in 2 Posts
Prieest is on a distinguished road
I am getting this error in new update. (working for optimal and sonido) (not working for ultra, placedo and deflate).
Thanks.
Attached Images
File Type: jpg Deflate, ultra.jpg (200.6 KB, 131 views)
Reply With Quote
  #15  
Old 22-02-2016, 10:14
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 566
Thanks: 116
Thanked 889 Times in 321 Posts
panker1992 is on a distinguished road
remove reflate entirely, dont use it at all test precomp and report back


Manual Added everything will be there
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.

Last edited by panker1992; 22-02-2016 at 17:17.
Reply With Quote
Reply


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
Best Compression Format DRAGoN.X Chit Chat 11 07-09-2017 23:13
Dragon Age: Origins Ultimate Edition 3xDVD5 [CIU 2.0.2] NamelessOne PC Games - CD/DVD Conversions 16 03-03-2017 11:38
compression -msrep+rep+delta+nzip Danik1B9 Conversion Tutorials 11 21-12-2014 08:13
Borderlands 2: Ultimate Vault Hunter Edition - 3xDVD5 [ALL DLCs + CIU V2] REV0 PC Games - CD/DVD Conversions 7 06-07-2013 03:14
Fallout New Vegas Ultimate Edition 3xDVD9 to 2xDVD5 1LANGUAGE senseman PC Games - CD/DVD Conversions 29 04-06-2013 10:36



All times are GMT -7. The time now is 09:05.


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