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
  #181  
Old 15-01-2016, 06:36
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
Not enough ram amsal

this is error related to not enough ram to allocate

let me see if i can lower a bit more ram allocation will post in few minutes

edit

[External compressor:lzt]
;x64 version ;fast: -32 ;max:-p1 -49 -b200
packcmd = lzt -32 -b200 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzt -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

@Amsal

lzt doesnt have a direct memory allocation limitation
try this here

and wish for success
__________________
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; 15-01-2016 at 06:43.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
Amsal (15-01-2016)
Sponsored Links
  #182  
Old 15-01-2016, 06:56
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 panker1992 View Post
Not enough ram amsal

this is error related to not enough ram to allocate

let me see if i can lower a bit more ram allocation will post in few minutes

edit

[External compressor:lzt]
;x64 version ;fast: -32 ;max:-p1 -49 -b200
packcmd = lzt -32 -b200 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzt -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

@Amsal

lzt doesnt have a direct memory allocation limitation
try this here

and wish for success
Bro, thanks a lot, it works now THANKS THANKS!! bro, also change this update to the 6G arc.ini, which you uploaded on first page
Reply With Quote
  #183  
Old 15-01-2016, 07:15
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
i will try to test this, a bit more before i post it on 6G ram

lzt is hard program to control, due to not having direct memory allocation control like lzma and lzma2 and nanozip
__________________
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
  #184  
Old 15-01-2016, 07:17
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 357
Thanked 1,158 Times in 390 Posts
felice2011 is on a distinguished road
Hey Panker, as always it is discriminated those under of 4GB of RAM...
If you want to test your masks quickly and work with white gloves, I can send you in private, something useful preview, still under development, I need some consulting on your part before you finish the job..
I also intend to to give the possibility of choosing quickly in choosing the quantity of RAM to be used during compression (4,8,12,16 and 32gb) instead of modifying the ini file manually.
Something like this..



But you need a few days to finish the demo.
Reply With Quote
  #185  
Old 15-01-2016, 07:27
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
i always try to optimize for all ram systems, problem is that some programs refuse to work especially the closed source x64 bit lzturbo


Send me the review I like the colour already

i will help you as best as i can

rep:512m is obsolete, no need to be used razor kindly explained why

zpaq is replaced by nanozip due to better handling on text files, i can always recompile zpaq to test it of course also nanozip uses less ram, 4G ram users can compress with nanozip easily
__________________
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; 15-01-2016 at 07:38.
Reply With Quote
  #186  
Old 15-01-2016, 07:38
hans314 hans314 is offline
Registered User
 
Join Date: Dec 2015
Location: Germany
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
hans314 is on a distinguished road
@Panker, thanks for your feedback, I will wait and hope that there will be a multithreaded precomp (would be really great!).

@Felice: Your creating tool looks quite cool, a lot of possible options integrated

Please both keep up your good work!
Reply With Quote
  #187  
Old 15-01-2016, 07:41
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
precomp 0.45 is on the way


trying to figure it and optimize this

it brings packmp3 to the table lossless audio on a very low API


i optimized packmp3.exe quite some time ago it was 13% faster than the original

lets see time will tell
Attached Images
File Type: png Screenshot (22).png (575.7 KB, 150 views)
__________________
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:
felice2011 (15-01-2016)
  #188  
Old 15-01-2016, 07:47
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 357
Thanked 1,158 Times in 390 Posts
felice2011 is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
i always try to optimize for all ram systems, problem is that some programs refuse to work especially the closed source x64 bit lzturbo


Send me the review I like the colour already

i will help you as best as i can

rep:512m is obsolete, no need to be used razor kindly explained why

zpaq is replaced by nanozip due to better handling on text files, i can always recompile zpaq to test it of course also nanozip uses less ram, 4G ram users can compress with nanozip easily
Ok when it's finished you can to test the preview, you tell me if you remove, add or change something.
Reply With Quote
  #189  
Old 15-01-2016, 07:50
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
dont worry

You will get a log fully detailed

also you will get
packjpg.exe my new optimized x64 bit version
zstd new optimized version
precomp 0.44 alpha and if i manage precomp 0.45 beta with low api mp3 recompression
__________________
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
  #190  
Old 15-01-2016, 08:59
Rahmani1811 Rahmani1811 is offline
Registered User
 
Join Date: Oct 2015
Location: India
Posts: 20
Thanks: 4
Thanked 2 Times in 2 Posts
Rahmani1811 is on a distinguished road
panker bro how to solve this
Reply With Quote
  #191  
Old 15-01-2016, 09:03
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
[External compressor:xz]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d27: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>

used value instead of memory allocation || and changed multithread to automatic

test and feedback please
__________________
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
  #192  
Old 15-01-2016, 09:12
coveiro coveiro is offline
Registered User
 
Join Date: Dec 2014
Location: EUA
Posts: 77
Thanks: 90
Thanked 52 Times in 32 Posts
coveiro is on a distinguished road
this configuration still get the same error that always xz,
Reply With Quote
  #193  
Old 15-01-2016, 09:23
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
this is ram related problem :/

what version of 7z.exe and 7z.dll you use ??




edit) added a 7z.exe reduced that will do the job

feedback if tha tsolved it
__________________
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; 17-01-2016 at 14:55.
Reply With Quote
The Following 2 Users Say Thank You to panker1992 For This Useful Post:
coveiro (15-01-2016), lolaya (15-01-2016)
  #194  
Old 15-01-2016, 09:36
coveiro coveiro is offline
Registered User
 
Join Date: Dec 2014
Location: EUA
Posts: 77
Thanks: 90
Thanked 52 Times in 32 Posts
coveiro is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
this is ram related problem :/

what version of 7z.exe and 7z.dll you use ??




edit) added a 7z.exe reduced that will do the job

feedback if tha tsolved it

Worked here, thank you
Reply With Quote
  #195  
Old 15-01-2016, 09:38
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
so the 7z.exe 15.14 version was causing the fuss :/

ok so now i know the problem, i will either post 15.12 or replace with this reduced format i gave you

will see how this behaves
__________________
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:
lolaya (15-01-2016)
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 04:10.


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