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)

Droppo 19-12-2016 09:00

Quote:

Originally Posted by pakrat2k2 (Post 454617)
Tested using MSC on new conversion working on, & compresses ok, but every time I go to start the install process it caused the program has stopped responding. Redoing compression without msc & see if it was the issue.

same problem here... tested without msc and works... looks like there is an issue when using msc (reflate)

pakrat2k2 19-12-2016 09:44

Quote:

Originally Posted by Droppo (Post 454619)
same problem here... tested without msc and works... looks like there is an issue when using msc (reflate)

tested on 2 separate conversions & definitely issue when using MSC-reflate.
works fine as usual when not choosing msc.

Razor12911 19-12-2016 10:49

guys, did you add files in include folder and script? Those must be included.

Droppo 19-12-2016 11:42

Quote:

Originally Posted by Razor12911 (Post 454623)
guys, did you add files in include folder and script? Those must be included.

Well looks like I missed one file, added to UltraArc.iss and seems to be working now (I'm using "Rina_Installer_FreeArc" on tests)

elbubi 19-12-2016 17:29

Quote:

Originally Posted by Razor12911 (Post 454618)
click on start button, search for 'power options', change preferred plan to high performance to prevent pc from sleeping.

Thanks for your fast and kind reply.

I misexplained myself. What I intended to ask is not how to prevent pc form sleeping at all, but how to configure UltraARC to tell the system that it is working and it must not go onto sleep mode until it finishes and inactivity time has passed.

What I usually do is leave other app which does prevent sleeping (i.e: uTorrent) running in background ir order to let UltraArc working all night long (my sleep schedule is 1 hour), but sometimes I forget to leave another app running just to find in the morning that pc worked only 1 hour and compression job still must be done.

Cheers and thanks once again for your support!

Droppo 19-12-2016 21:09

Well I did some tests...
Game: Age of Empires II HD The African Kingdoms
Size: 4.45GB
Reflate+SREP+DELTA+LMZA size: 1.66GB (My bad here, i forgot to leave reflate+lmza only)

everything looks promising till there... when i test the installation, starts installing without problems and suddenly it gets stuck and it's been like 8 hours since it started the program is still running (no crashes) but still doesn't finish the installation...

pakrat2k2 20-12-2016 11:34

1 Attachment(s)
I as well did some further tests & it creates an error, used reflate+lzma
Tested twice more on other conversions & same unpacking error.

Gupta 20-12-2016 21:04

Replace reflate in UA with reflate_std.exe from here
http://nishi.dreamhosters.com/u/rawfilt_v1l1.rar
also rename it to reflate

Note : This one is Compiled with GCC so amd users can use it.

Also Razor if u have some time can u make dll for inno which can show progress with this
http://nishi.dreamhosters.com/u/7zdll_vE5.rar
this one has inbuilt shelwein's rep, reflate, zstd ,zstd_mt and much more and also split** function for multi-tasking and also it is regularly updating
i can use ISDONE's ISEXEC2, but it not looks promising and also ISDONE's Unpack 7 zip feature only support 7z format and this one has its own format "PaFiLe"
Thanks in advance

pakrat2k2 21-12-2016 12:13

^^ What good would that do to use reflate NOT in the package update Razor' supplied, everyone would have to add it as well to be able to prevent the errors above mentioned.

pakrat2k2 22-12-2016 11:40

UA 2.5 still has errors, compresses fine, but refuses to extract. 1 of 2 errors:

1- Setup.exe has encountered an error & stops installation.
2- Starts extraction process but stalls at X%, & sits there forever.

Ive checked 3x that the files from the update are in the correct folders, but the mentioned issues are still the result.

Wouldn't the ISS script need to be updated as well ?? as that seems to be an issue with the resulting Setup.exe
cannot extract the files if MSC,lzma is chosen compression method, works fine otherwise ( anything else without msc )

KaktoR 22-12-2016 14:41

Same here. I don't know much about such things, but Setup.exe really knows how to unpack "reflated" archives, when no function for reflate is in InstallerScript.iss? I can't believe that only add two files in "Include" folder and script make wonders :D

pakrat2k2 22-12-2016 20:11

1 Attachment(s)
Quote:

Originally Posted by KaktoR (Post 454736)
Same here. I don't know much about such things, but Setup.exe really knows how to unpack "reflated" archives, when no function for reflate is in InstallerScript.iss? I can't believe that only add two files in "Include" folder and script make wonders :D

Testing right now, edited ISS script and replaced MSC.exe with Reflate.exe
added the 2 other missing files cls-msc.dll & cls-msc.ini, in all needed locations BUT still error. Always fails CRC check error message, so something
else I'm missing within ISS script.

pakrat2k2 03-01-2017 08:32

which version of what script are you using ?

Simorq 03-01-2017 13:29

Quote:

Originally Posted by Perseekos (Post 454973)

//PrecompVer=inside To PrecompVer=inside

omdj 03-01-2017 15:09

Quote:

Originally Posted by Simorq (Post 454988)
//PrecompVer=inside To PrecompVer=inside

Have you tested reflate by enabling PrecompVer?

Simorq 03-01-2017 15:23

Quote:

Originally Posted by omdj (Post 454991)
Have you tested reflate by enabling PrecompVer?

reflate No Test
pZLib Yes:D

Sebazz 05-01-2017 17:53

1 Attachment(s)
Hi. Sorry for this question, what is the reflate version executable or where to find of this cls and parameters in arc.ini ?. Thanks

[External compressor:reflate]
header = 0
unpackcmd = reflate -r2 -t75p -p5 -ht1 -ht2 -b2m - -o - <stdin> <stdout>

pakrat2k2 05-01-2017 18:02

does NOT work in the current version of Ultraarc, Setup.exe issues when trying to extract files when using reflate option.
NOT in arc.ini, but within ultrarc.ini file itself. File that has reflate update in the name is the file your looking for.

Sebazz 05-01-2017 18:13

Quote:

Originally Posted by pakrat2k2 (Post 455048)
does NOT work in the current version of Ultraarc, Setup.exe issues when trying to extract files when using reflate option.
NOT in arc.ini, but within ultrarc.ini file itself. File that has reflate update in the name is the file your looking for.

Alright thanks. Where find the updated reflate executable ?.I only has the cls dll file and i need the executable for testing.

pakrat2k2 05-01-2017 19:56

Quote:

Originally Posted by Sebazz (Post 455050)
Alright thanks. Where find the updated reflate executable ?.I only has the cls dll file and i need the executable for testing.

within the latest UltraARC Resources subfolder.

Stor31 06-01-2017 08:36

thx razor :)
but It is possible to add pZLib v3 (Final release)
To UltraARC ....
thanks again

Meireles Silva 09-01-2017 08:47

Friend how do I create a black box with interface. With script I found it very complicated. Would you have another way?

pakrat2k2 09-01-2017 20:40

^ go ask in black box topic.

Razor12911 10-01-2017 19:49

Quote:

Originally Posted by Stor31 (Post 455058)
thx razor :)
but It is possible to add pZLib v3 (Final release)
To UltraARC ....
thanks again

It is possible.

@Everyone

Will be posting CI8574 - CIU2038 updated scripts soon

pakrat2k2 16-01-2017 21:11

CIU Versions CI8574, 1006, 1014, 2030, 2035, 2036, 2037, 2038 have now been updated January 17, 2017.

USE NEW CIU2038-Jan17.2017_Fixed.rar

See Post #2 for files. :cool: :D

Simorq 17-01-2017 04:20

CIU2038-Jan17.2017
---------------------------
Compiler Error
---------------------------
Line 5287:

Column 19:

Unknown identifier 'SplitPct'
---------------------------
OK
---------------------------

http://uupload.ir/files/9mb_error.jpg

omdj 17-01-2017 04:59

Quote:

Originally Posted by Simorq (Post 455270)
CIU2038-Jan17.2017
---------------------------
Compiler Error
---------------------------
Line 5287:

Column 19:

Unknown identifier 'SplitPct'
---------------------------
OK
---------------------------

Same error here

Razor12911 17-01-2017 10:09

Yea well I wasn't given all resources, scripts were not compilable meaning they were not tested.

pakrat2k2 17-01-2017 12:16

Fixed the script error, was just missing a couple things, use NEW CIU2038-Jan17.2017_Fixed.rar in topic #2

houcine80 21-01-2017 02:44

Hi
I tested version (UA 3030) it remains blocked and when I close program it comes with this error
http://nsa37.casimages.com/img/2017/...0344724252.png
tested in ( windows 10 )
Sorry google translation

KaktoR 25-01-2017 05:44

reflate works now as intended, or not?

KaktoR 25-01-2017 14:25

Btw: Website function in UA2038 is broken.

houcine80 26-01-2017 03:58

Quote:

Originally Posted by KaktoR (Post 455416)
reflate works now as intended, or not?

hi
I do not know

houcine80 26-01-2017 04:04

Quote:

Originally Posted by KaktoR (Post 455473)
Btw: Website function in UA2038 is broken.

Hi Bro
Walked well for me I tested both ( Website and Website2 )

pakrat2k2 26-01-2017 13:32

Quote:

Originally Posted by KaktoR (Post 455416)
reflate works now as intended, or not?

no it's still not working.

Razor12911 26-01-2017 15:02

Ok, can you guys tell me how you're using reflate with UA?

KaktoR 26-01-2017 15:58

Well, don't tested it yet, but if i would bet, i would choose reflate+srep+lzma

Razor12911 26-01-2017 16:00

:D I need an explanation on how you guys use this, like seriously step by step. Because when I made script changed also with the program, it worked on first attempt. I then uploaded attachments and then you guys started saying it isn't working.

KaktoR 27-01-2017 06:02

Now i understand :D

Personaly i would think as always. Run UA, choose source/output, choose compression and then go ahead.

But, when this worked for you, can you post your steps, then we could see if we do something wrong.

Razor12911 27-01-2017 06:10

Well I did say that the script has to be modified because the standard script is being updated all the time, but the standard script supports msc instead of reflate. What I said was the script had to be edited, kick out msc and replace it with reflate.


All times are GMT -7. The time now is 10:52.

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