FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   UltraARC for Inno Setup (Conversion Tool) (https://fileforums.com/showthread.php?t=96619)

Simorq 15-07-2017 06:25

Quote:

Originally Posted by KaktoR (Post 460702)
Still same error, but other file.

:(
Try it with the builder.
Http://krinkels.org/resources/msc-me...-compressor.4/

senying 15-07-2017 15:07

hello guys, i'm kinda new here
and i have a question..
what if i don't have a lot of space in drive C:\ for the {tmp} when merging files, because when i change {tmp} in records.ini to {app}, so the merge file output will go to {app}, sometimes the AdvSplit.exe just stopped working..

the error message was "Exception EInOutError in module Advsplit.exe at 000D1869. I/O error 105

my records.ini looks like this :
[Records]
Precomp=0.38

[Record1]
Type=Split
Source={src}\Data1a.Bin
Output={app}\Data1.Bin
Disk=1

[Record2]
Type=Split
Source={src}\Data1b.Bin
Output={app}\Data1.Bin
Disk=1

[Record3]
Type=Split
Source={src}\Data1c.Bin
Output={app}\Data1.Bin
Disk=2

[Record4]
Type=Split
Source={src}\Data1d.Bin
Output={app}\Data1.Bin
Disk=2

[Record5]
Type=Split
Source={src}\Data1e.Bin
Output={app}\Data1.Bin
Disk=3

And so on till end of records.ini ( edited pakrat2k2, no need to post all of it )

pakrat2k2 15-07-2017 17:14

senying, If your using ultraarc to compress the game, no need to ever touch records.ini
it's auto generated by the program itself. It would be the conversion itself that is causing it to use temp rather then app. Goto request topic in main forum & put a request for the game in question ( make sure to add the url for the game in the request ). So the conversion maker will know exactly which conversion your talking about. It will have to be updated to latest CIUV2, which uses app rather then temp, this was changed quite some time ago, so it just needs to be updated.

sajmon83 18-07-2017 09:50

senying if you use CIUV2 {tmp} = {app} ;)
File is merged where you are installing the program or game

EDIT
Razor12911 I have a question.
Can I control in UltraARC how much RAM it needs to decompress ? If so how?
How can I check how much RAM I need to decompress for already built archive?
Because at first I only see compression 0b, decompression 0b
Quote:

FreeArc 0.67 (March 15 2014) using additional options: --logfile=_Compression.log
Creating archive: E:\REL\Data1.Bin using srep+lzma:a1:mfbt4:d256m:fb273:mc1000000000:lc8
Memory for compression 0b, decompression 0b, cache 16mb

EzzEldin16 22-07-2017 07:35

Anyone please give me correct lzop configuration for arc.ini because everytime i try compressing it gives genral (de)compression error
Quote:

External compressor:lzop]
;use for files compressed with lzo
header = 0
packcmd = lzop -9 -l --info $$arcpackedfile$$.tmp $$arcdatafile$$.lzo
unpackcmd = lzop -df $$arcpackedfile$$.lzo $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.lzo

Simorq 22-07-2017 08:09

Code:

[External compressor:lzop]
header = 0
packcmd = lzop -9 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = lzop -d -N -f -o$$arcdatafile$$.tmp $$arcpackedfile$$.tmp


Simorq 29-07-2017 11:33

.....Update Soon

senying 02-08-2017 23:15

how do i apply ZTool to UltraArc ?

i edit the config 0 in my method to this :
My Method:
tor = plz4+srep+delta+lzma

[External compressor:plz4,plzo]
header = 0
packcmd = ZTool e:{compressor}{:option} - -o - $$arcdatafile$$.tmp -o <stdout>
unpackcmd = ZTool d:{compressor}{:option} - -o - <stdin> <stdout>

it gives : "Failed to create Data1.Bin"

i already copy the ZTool.exe and all the .dll it needs to the Resources folder

Simorq 02-08-2017 23:42

Quote:

Originally Posted by senying (Post 461312)
how do i apply ZTool to UltraArc ?

i edit the config 0 in my method to this :
My Method:
tor = plz4+srep+delta+lzma

[External compressor:plz4,plzo]
header = 0
packcmd = ZTool e:{compressor}{:option} - -o - $$arcdatafile$$.tmp -o <stdout>
unpackcmd = ZTool d:{compressor}{:option} - -o - <stdin> <stdout>

it gives : "Failed to create Data1.Bin"

i already copy the ZTool.exe and all the .dll it needs to the Resources folder


packcmd = ZTool e:{compressor}{ption} - -o - $$arcdatafile$$.tmp -o <stdout>


[External compressor:pzlib,plz4,plzo,pzstd]
header = 0
packcmd = ZTool\ZTool e:{compressor}:t25p{:option} - - <stdin> <stdout>
unpackcmd = ZTool\ZTool d:{compressor}{:option}:t90p:f:cm256mb - - <stdin> <stdout>

Simorq 02-08-2017 23:52

Masked Compression Add UltraARC 2800 R3:D
http://uupload.ir/files/nlbf_ultraar...ompression.png

KaktoR 21-08-2017 04:47

LZMA / LZMA2 / 4x4:LZMA only

arc.exe has stopped working.

Simorq 21-08-2017 05:24

Quote:

Originally Posted by KaktoR (Post 461852)
LZMA / LZMA2 / 4x4:LZMA only

arc.exe has stopped working.


Do you sometimes or always?

KaktoR 21-08-2017 05:28

Only have test this on "Hellblade Senuas Sacrifice" yet.

Will test other games too in next days.

Will report back soon.

Simorq 21-08-2017 06:21

Well this is a problem for small files


This setting resolves the issue.

Config0.txt
Code:

[External compressor:rep,mm,delta,exe,exe2,4x4,lzma]
header = 0
packcmd  = FAZip64 -i0 compress:{compressor}{:option} $$arcdatafile$$.tmp - <stdout>
unpackcmd = FAZip64 -i0 decompress:{compressor}{:option} <stdin> <stdout>

[External compressor:lzma2,Lzma2,LZMA2,xz,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 -so $$arcdatafile$$.tmp <stdout>
unpackcmd = 7z x -txz -mmt=on -an -y -si -so <stdin> <stdout>


KaktoR 22-08-2017 09:03

Generell question:
Because UltraARC doesn't support zTool now.
If i compress a game with pZLib from UltraARC, can i decompress it with zTool.exe without any problems?

If so, i will delete pZLib from next CIU version.


All times are GMT -7. The time now is 04:45.

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