PDA

View Full Version : CIU 3.0.0.0.u3 (2019-03-28) - Diskspan Issues


mesut28
29-03-2019, 03:59
https://nsa40.casimages.com/img/2019/03/29/190329125240463539.png

[ExtractSettings]
ArcFile1=Data.001;DestDir:{app};Type:ARC;Disk:1;
ArcFile2=Data.002;DestDir:{app};Type:ARC;Disk:2;

result
https://nsa40.casimages.com/img/2019/03/29/190329011451817261.png

Simorq
29-03-2019, 04:18
check arc.ini
[External compressor:zstd,zst]
header = 0
unpackcmd = ZSTD -d {options} -f <stdin> <stdout>

check COMPRESSOR.ini
[Compressor]
#Define SrepInside "DUAL" ; SrepInside'N' ("x86" "x64" "DUAL") // SrepInside'O' ("O")

;; ------ Precompressors -------
//#Define ZTool "DUAL"
//#Define XTool "x86"
//#Define pZLib3 "DUAL"
//#Define pZr "x64"
//#Define AFR "019" ; 019, 020
//#Define UELR "DUAL"
//#Define ZOodle "Oodle5" ; Oodle4, Oodle5
//#Define OodleRec "Oodle7" ; Oodle4, Oodle5, Oodle6, Oodle7

;; ----- For Media Streams -----
//#Define MSCInside "TAK"
//#Define MPZSlimmer
//#Define OGGRE
//#Define BPK

;; ----- Final compressor ------
//#Define SevenZip "x64"
//#Define RAZOR
//#Define LOLZ "DUAL"
//#Define ROLZ "x64"
#Define ZSTD "DUAL"
//#Define DLZ

[ExtractSettings]
ArcFile1=Data.001;DestDir:{app};Type:ARC;Disk:1;
"Data.002" is not required.

mesut28
29-03-2019, 05:16
I tried the setup progressed but the smallInstaller did not work

Simorq
29-03-2019, 05:24
CIU 3.0.0.0.u3 (2019-03-28) (https://fileforums.com/showpost.php?p=478321&postcount=1)?

mesut28
29-03-2019, 06:05
yes I'm using the latest version the result fails, would you test the same method, probably the result will be the same

IgorKolesnik
29-03-2019, 06:39
yes I'm using the latest version the result fails, would you test the same method, probably the result will be the same

Collect the files you are using when packing in the archive, let's consider in detail.

mesut28
29-03-2019, 10:05
Problem 1= (Srep+zstd) method fails when loading files, but the files are fully loaded in the directory

Problem 2= (COMPRESSOR.ini) The pictures do not change when included in setup exe (SmallInstaller) and the upload percentage is the same

mesut28
29-03-2019, 10:19
i am using this application

KaktoR
29-03-2019, 11:39
is this only with zstd or with others too?

mesut28
29-03-2019, 11:51
other compression methods give the same result

mesut28
29-03-2019, 12:17
https://nsa40.casimages.com/img/2019/03/29/190329091301989186.png

https://nsa40.casimages.com/img/2019/03/29/190329091257888432.png

https://nsa40.casimages.com/img/2019/03/29/190329091307582465.png

mesut28
29-03-2019, 12:46
https://nsa40.casimages.com/img/2019/03/29/190329094429632820.png

KaktoR
29-03-2019, 14:03
Send me your Setup.ini please.

mesut28
29-03-2019, 14:27
Setup.ini

mesut28
29-03-2019, 17:25
The installation problem is almost solved

Sample: ArcFile1=Data.001;DestDir:{app};Type:ARC;Disk:1;
50GB file can be installed seamlessly as one piece

if multiple archives are done
Sample:
ArcFile1=Data.001;DestDir:{app};Type:ARC;Disk:1;
ArcFile2=Data.002;DestDir:{app};Type:ARC;Disk:2;
ArcFile3=Data.003;DestDir:{app};Type:ARC;Disk:3;
ArcFile4=Data.004;DestDir:{app};Type:ARC;Disk:4;
installation process expires with errors

KaktoR
29-03-2019, 23:57
For Diskspan archives you only have to set the first archive.

Delete:
ArcFile2=Data.002;DestDir:{app};Type:ARC;Disk:2;
ArcFile3=Data.003;DestDir:{app};Type:ARC;Disk:3;
ArcFile4=Data.004;DestDir:{app};Type:ARC;Disk:4;

Cesar82
30-03-2019, 01:54
The installation problem is almost solved

Sample: ArcFile1=Data.001;DestDir:{app};Type:ARC;Disk:1;
50GB file can be installed seamlessly as one piece

if multiple archives are done
Sample:
ArcFile1=Data.001;DestDir:{app};Type:ARC;Disk:1;
ArcFile2=Data.002;DestDir:{app};Type:ARC;Disk:2;
ArcFile3=Data.003;DestDir:{app};Type:ARC;Disk:3;
ArcFile4=Data.004;DestDir:{app};Type:ARC;Disk:4;
installation process expires with errors
For DiskSpan files the correct one is to only inform the first file (.001).
The others below will be extracted automatically.

If using ArcFile1=Data.001 and ArcFile2=Data.002, if it worked the whole game would be extracted in the key ArcFile1= and it would try to start from the middle of the file again until the last part with each new key.

To use manual splitting (Each part on an ArcFile#= key) with UltraArc splited only, but disk space is required on the same {app} drive to join all parts of the ARC before extracting.

mesut28
30-03-2019, 02:28
thank you I'll try this