View Single Post
  #10  
Old 16-08-2021, 14:32
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Talking Hi bro

Quote:
Originally Posted by Cesar82 View Post
Sorry for that, it was a mistake on my part when assembling the code.
I will have to fix this in all scripts supported by DiskSpan GUI (Including DSG Extraction Tool).

FIX: Change in script the variable name from "StrLine" to "TmpStr" in line 4029.

It should look like this after changing it.
Code:
Delete(TmpStr, 1, Pos(Separator, TmpStr));
I didn't do tests to check if it is extracting the selected files correctly.
Please report it if it is not working properly.
Hi Cesar82, There is no need to apologize indeed I always thank you for all the work you do!

However, the change you just proposed worked great and I can confirm that everything is now 100% working.

1 - There is no longer the problem of sudden crush or freeze installer.
2 - Now the installer extracts what I select.
3 - In the "Record.ini" file you released there is the wording:

Code:
[Record1]
Type = FreeArc_Original
Source = {src} \ Changelog.arc
Output = {app} \
Disk = 1.2
Size = 32.11 GB

in

Type = Freearc_Original
Source = {src} \ Changelog.arc
Output = {app} \
Disk = 1.2
Size = 32.11 GB
Where "Type = FreeArc_Original" is wrong for it to work I had to change to: "Type = Freearc_Original".

4 - In the "Settings.ini" file that you released there is the wording:

Code:
[TasksSettings]
Enable = 0
FlatPageMode = 0
ShowTaskSize = 1

Task1.Name = Language
Task1.ItemType = GROUP
Task1.Size = 0
Task1.Level = 0
Task1.Checked = 1
Task1.Enabled = 1

Task2.Name = cm: EN
Task2.ItemType = RADIO
Task2.Size = 500 mb
Task2.Level = 1
Task2.Checked = 1
Task2.Enabled = 1
The Italian Task is missing and the words "Task2.File = 1" under Task2.ItemType = RADIO / CHECK example:

Code:
Task2.Name = cm: EN
Task2.ItemType = RADIO
Task2.File = 1
Task2.Size = 500 mb
Task2.Level = 1
Task2.Checked = 1
Task2.Enabled = 1
For everything else I think it's all right, I hope I have been of help! and thanks again for all the work you do guys, and sorry for the time I stole from you! good summer to you too.
Attached Images
File Type: png Screenshot_1.png (128.5 KB, 245 views)
File Type: png Screenshot_2.png (299.8 KB, 213 views)
File Type: png Screenshot_3.png (92.8 KB, 244 views)
Reply With Quote
The Following User Says Thank You to XxAZAxX For This Useful Post:
Gehrman (22-08-2021)