Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #751  
Old 19-03-2020, 06:01
jenning jenning is offline
Registered User
 
Join Date: Mar 2020
Location: Germany
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
jenning is on a distinguished road
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

Last edited by jenning; 19-03-2020 at 06:16.
Reply With Quote
Sponsored Links
  #752  
Old 19-03-2020, 08:07
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,362
Thanks: 1,076
Thanked 6,961 Times in 2,632 Posts
KaktoR is on a distinguished road
srep_x64 is unknown by ASIS. Add it to Arc.ini or CLS.ini with its associated files.

Also check Compressors.ini
__________________
Haters gonna hate
Reply With Quote
  #753  
Old 19-03-2020, 09:06
jenning jenning is offline
Registered User
 
Join Date: Mar 2020
Location: Germany
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
jenning is on a distinguished road
Now I get this error:



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.

Last edited by jenning; 21-03-2020 at 00:33.
Reply With Quote
  #754  
Old 20-03-2020, 01:17
jenning jenning is offline
Registered User
 
Join Date: Mar 2020
Location: Germany
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
jenning is on a distinguished road
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.

Last edited by jenning; 21-03-2020 at 00:38.
Reply With Quote
  #755  
Old 23-03-2020, 12:22
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by jenning View Post
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.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
jenning (24-03-2020)
  #756  
Old 24-03-2020, 03:08
jenning jenning is offline
Registered User
 
Join Date: Mar 2020
Location: Germany
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
jenning is on a distinguished road
lolz and srep still not showing progress, I am attaching my setup.

Thank you for response my friend!
Attached Files
File Type: rar Setup_TEST1.rar (15.71 MB, 53 views)
Reply With Quote
  #757  
Old 25-03-2020, 01:35
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by jenning View Post
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.
Reply With Quote
  #758  
Old 25-03-2020, 02:23
jenning jenning is offline
Registered User
 
Join Date: Mar 2020
Location: Germany
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
jenning is on a distinguished road
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.
Reply With Quote
  #759  
Old 25-03-2020, 03:48
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
@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.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
KaktoR (28-03-2020)
  #760  
Old 29-03-2020, 08:05
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,362
Thanks: 1,076
Thanked 6,961 Times in 2,632 Posts
KaktoR is on a distinguished road
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
__________________
Haters gonna hate
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
Gehrman (29-03-2020), Masquerade (29-03-2020), mausschieber (29-03-2020)
  #761  
Old 03-04-2020, 07:58
pincoball pincoball is offline
Registered User
 
Join Date: Mar 2020
Location: Italy
Posts: 29
Thanks: 20
Thanked 10 Times in 8 Posts
pincoball is on a distinguished road
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?

Last edited by pincoball; 06-04-2020 at 02:54.
Reply With Quote
  #762  
Old 03-04-2020, 08:08
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,362
Thanks: 1,076
Thanked 6,961 Times in 2,632 Posts
KaktoR is on a distinguished road
Did you have Records.ini file? And set it right? UltraArc should create one automatically.
__________________
Haters gonna hate
Reply With Quote
  #763  
Old 03-04-2020, 08:20
pincoball pincoball is offline
Registered User
 
Join Date: Mar 2020
Location: Italy
Posts: 29
Thanks: 20
Thanked 10 Times in 8 Posts
pincoball is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
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

Last edited by pincoball; 06-04-2020 at 05:57.
Reply With Quote
  #764  
Old 07-04-2020, 02:47
pincoball pincoball is offline
Registered User
 
Join Date: Mar 2020
Location: Italy
Posts: 29
Thanks: 20
Thanked 10 Times in 8 Posts
pincoball is on a distinguished road
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?
Reply With Quote
  #765  
Old 07-04-2020, 03:05
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,362
Thanks: 1,076
Thanked 6,961 Times in 2,632 Posts
KaktoR is on a distinguished road
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.
__________________
Haters gonna hate
Reply With Quote
Reply

Thread Tools
Display Modes

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
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 02:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 00:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 15:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 16:31



All times are GMT -7. The time now is 07:20.


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