FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   ASIS: Advanced Simple Installer Script (https://fileforums.com/showthread.php?t=99481)

jenning 19-03-2020 06:01

Progress bar is not working for me when setup is using lolz, my repack command:

Code:

arc a -ep1 -ed -r -w.\ Data\Setup-1.bin -mxprecomp+srep_x64:m3f+lolz:d256m:mtb256:mc1023:mtt1:mt8
After a while when lolz finishes i get this error: https://i.imgur.com/RGFqaBk.jpg

KaktoR 19-03-2020 08:07

srep_x64 is unknown by ASIS. Add it to Arc.ini or CLS.ini with its associated files.

Also check Compressors.ini

jenning 19-03-2020 09:06

Now I get this error:

https://i.imgur.com/Q2s62Kk.jpg

I have attached my compression tools, how to get them to work with ASIS or any other setup ?

Thank you for your time.

Attaching my script that installs but doesn't show the progress.

jenning 20-03-2020 01:17

I have added my setup that currently is installing but doesn't show the progress.

@edit: got back to my old tools for now, if someone figures out setup with working progress bar for xtool+srep+lolz please post it here or message me, attach compression tools as well.

Thank you in advance, been repacking games for years now but can't figure it out. Before I had setup+compression tools from Kurutucu and it was compatible with each other, just ready to use.

Masquerade 23-03-2020 12:22

Quote:

Originally Posted by jenning (Post 484859)
I have added my setup that currently is installing but doesn't show the progress.

@edit: got back to my old tools for now, if someone figures out setup with working progress bar for xtool+srep+lolz please post it here or message me, attach compression tools as well.

Thank you in advance, been repacking games for years now but can't figure it out. Before I had setup+compression tools from Kurutucu and it was compatible with each other, just ready to use.

My XTool+SREP+LOLZ setup is working fine for me. Make sure you have your titles of external compressors in the Arc.ini of your compressor set correctly. This might not be the fix, but it works for me.

I'll explain:

In Arc.ini, you could have it set as:
Code:

[External compressor:XTool]
packcmd =

This could cause the progress bar to stop working, since the installer doesn't know what the string "XTool" means. Instead, use the titles listed in the Arc.ini that came with the installer e.g.:

Code:

[External compressor:xZlib]
packcmd =

This should fix your issue. The only other issue I can think of from using other compressor titles is that the install time appears as "Eternity". However, this is not an issue as the progress bar still works.

Also, if you have a VSF style applied, try running without the style in case that could be casuing issues.

Try using this example compressor I wrote for you and see if it changes anything.

jenning 24-03-2020 03:08

1 Attachment(s)
lolz and srep still not showing progress, I am attaching my setup.

Thank you for response my friend!

Masquerade 25-03-2020 01:35

Quote:

Originally Posted by jenning (Post 484896)
lolz and srep still not showing progress, I am attaching my setup.

Thank you for response my friend!

I've compiled the setup you sent and tested it with some of my compressed data, and your progress bar works just fine:

https://filesupload.org/99a0749db23cdeb0 <---- here's a little video showing it.

Obviously it's a bit short because I only tested with 80mb of compressed data (13mb compressed), packed using XZLIB+SREP+LOLZ

I don't know if the installer is saving the install location and install preferences because after on the second time installing for further test (the one shown in the video)the choices for install location and icon preferences didn't show up. The first time install didn't show the welcome screen either.

To be honest, I'm not sure what's going on.

jenning 25-03-2020 02:23

The srep and lolz still not working, it just goes super fast with that small test file and goes quickly to xtool/xzlib which shows progress.
If you try that with big files the setup will be stuck for a long while before it goes to the last step with xtool.

Masquerade 25-03-2020 03:48

@KaktoR

I fixed the BPK issue I was having:

If you take CLS-BPK_D.DLL and FAZIP32 from Ultra Arc and put them into the BPK folder of ASIS in the Decompressors folder then add the following string to Arc.ini in the FreeARC folder:

Code:

[External compressor:bpk]
header = 0
unpackcmd = "FAZip32" -i0 decompress:bpk_d <stdin> <stdout>

Then compress using CLS-BPK_C.DLL and FAZIP32:

Code:

[External compressor:bpk]
header = 0
packcmd = "FAZip32" -i0 compress:bpk_c <stdin> <stdout>

Everything works perfectly.

KaktoR 29-03-2020 08:05

Code:

v7.1.5
_____________________________________________________
- Changed BPK decompressor (thanks to Masquerade)
- Added PMT
  > Atm only for RAZOR Archiver
- Added Oodle8 support
- Fixed doubled installation display size (thanks to Cesar82)
- Removed DLZ


pincoball 03-04-2020 07:58

Hello, I'm trying to create an installer with some sample files.
In particular what I have done is compression with UltraARC and this method set as MASK:
Code:

xZLib+srep:m1f:l512+4x4:b128mb:lzma:a1:mfbt4:64m:fb273:mc1000000:lc8
Then if I compress in a single file everything is ok, but if I split in multiple files when using UltraARC the installer will finish the process without error and unpacking nothing but the uninstallation files.

N.B.: for decompression I uncommented XTOOL in the compression.ini file

What would be the more likely problem?

KaktoR 03-04-2020 08:08

Did you have Records.ini file? And set it right? UltraArc should create one automatically.

pincoball 03-04-2020 08:20

Quote:

Originally Posted by KaktoR (Post 485119)
Did you have Records.ini file? And set it right? UltraArc should create one automatically.

Yes, this one, divided in 10MB each

Edit: I also encounter the same problem using CIU v3. Am I the only one having this problem?

Edit 2: Tried different method for compression with UltraARC and having same problem as well

@KaktoR have you been able the reproduce the problem? I would like to test some old version of ASIS to see if the problem still occour

Code:

[Record1]
Type=Split
Source={src}\data1a.arc
Output={app}\data1.arc
Disk=1
[Record2]
Type=Split
Source={src}\data1b.arc
Output={app}\data1.arc
Disk=2
[Record3]
Type=Split
Source={src}\data1c.arc
Output={app}\data1.arc
Disk=3
[Record4]
Type=Split
Source={src}\data1d.arc
Output={app}\data1.arc
Disk=4
[Record5]
Type=Split
Source={src}\data1e.arc
Output={app}\data1.arc
Disk=5
[Record6]
Type=Split
Source={src}\data1f.arc
Output={app}\data1.arc
Disk=6
[Record7]
Type=Split
Source={src}\data1g.arc
Output={app}\data1.arc
Disk=7
[Record8]
Type=Split
Source={src}\data1h.arc
Output={app}\data1.arc
Disk=8
[Record9]
Type=Split
Source={src}\data1i.arc
Output={app}\data1.arc
Disk=9
[Record10]
Type=Freearc_Split
Source={app}\data1.arc
Output={app}
Disk=9


pincoball 07-04-2020 02:47

Since the splitting feature of UltraARC doesn't seem to work on both ASIS and CIU I was trying to use DiskSpan (the .bat script provided with UltraARC) which seems to be working.

But I have this problem: when the installer extracts the first slice then a message box asks for the second disk containing the next slice:

Quote:

Please Insert Disk With Data1.bin.002
If I select the requested file everything goes fine, so how can I make it select the file automatically?

KaktoR 07-04-2020 03:05

Yeah UltraArc merge is broken on both scripts.

I think it is already the case that the installer automatically take the next slice, but only if it's in same place as first archive/setup.exe.


All times are GMT -7. The time now is 12:34.

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