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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25-04-2024, 10:26
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Tigru View Post
I have tried to use this method " precomp_mtx+srep_new:393b+LOLZ_ULTRA " with DiskSpan v2.0.2.0 to compress a game but it gives the following error:

Code:
------------------------------------------------------------------------------------------
------------------------------- CONVERSION DATE 2024/04/25 -------------------------------
------------------------------------------------------------------------------------------
 19:07:24 - You have chosen the custom type for the output size.
 19:07:24 - ISO images will not be created when conversion is complete.
 19:07:24 - The computer will remain on when the conversion is complete.
 19:07:24 - Selected ARC/DS method for ar-01.bin was: precomp_mtx+srep_new:393b+lolz:dtb1:d103:mtt1:mt8:mc1023
------------------------------------------------------------------------------------------
 19:07:25 - Compression initialized in 25/04/2024 at 19:07:25.
 19:07:25 - Starting ar-01.bin archive creation.
 19:07:58 - Archive ar-01.bin creation error.
With DiskSpan v2.0.1.9 the method works completely fine with no errors.
Try using the same method, but remove "+srep_new:393b" from the command line to find out if it's something with srep.
If it works, try removing " -hash-" from the SREP section of DSG_Arc.ini (in the folder of the corresponding Win32 or Win64 version you are using
) and if it works, let me know.
It was the only thing that changed regarding srep between v2.0.1.9 and 2.0.2.0.
Let me know the results.
Reply With Quote
Sponsored Links
  #2  
Old 26-04-2024, 08:52
Tigru Tigru is offline
Registered User
 
Join Date: Mar 2022
Location: NA
Posts: 12
Thanks: 16
Thanked 1 Time in 1 Post
Tigru is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Try using the same method, but remove "+srep_new:393b" from the command line to find out if it's something with srep.
If it works, try removing " -hash-" from the SREP section of DSG_Arc.ini (in the folder of the corresponding Win32 or Win64 version you are using
) and if it works, let me know.
It was the only thing that changed regarding srep between v2.0.1.9 and 2.0.2.0.
Let me know the results.
So I did some tests, I used the same method with "+srep_new:393b" removed and the compression worked with no errors.

Then I removed "-hash-" from "Resources\Win64\DSG_Arc.ini" and tried the same method with srep included. I still got the same error as before.
Reply With Quote
  #3  
Old 27-04-2024, 09:37
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Tigru View Post
So I did some tests, I used the same method with "+srep_new:393b" removed and the compression worked with no errors.

Then I removed "-hash-" from "Resources\Win64\DSG_Arc.ini" and tried the same method with srep included. I still got the same error as before.
Firstly, thanks to @mausschieber for the tests.
@Tigru, ould you test the hotfix and let me know if it resolved your errors?

Apparently the problem was in the function that saves the "fake parameter" settings.
P.S: "Fake parameters" are additional parameters that the "DiskSpan GUI" uses to know which file to use, these "fake parameters" are removed from the command line before compression.

In version 2.0.2.0+ of DiskSpan GUI, when closing DiskSpan GUI on the first run it saves several files in the "Resource\SETTINGS" folder (these lists take time to be created when starting DiskSpan GUI), so when running these lists again they will be re -created and the DiskSpan GUI will run faster.

The list of "fake parameters" uses Inno Setup's native "SaveStringsToFile" function to save an "array of string" that contains fake parameter information to a text file in the settings folder (Specifically the "02020000.dsg" file in x64 mode or "00020000.dsg" in x32 mode).

For some reason, or due to low administrative rights, this list saving is saving an empty file on some systems.
All the other 21 lists are stored in an object of the "TStringList" class and are saved using the "TStringList" class function itself and apparently in these lists there was no error when saving (For me, all lists are saved normally, including the one with fake parameters ).

If it still fails, you can test it by changing the value of the key SaveSettings=1 in the [SETTINGS] section of the "DSG_Methods.ini" file in the "Resource > Win32 or Win64" folder to the value "0", this way it will not be saved settings, and all lists will be created each time you launch the DiskSpan GUI.

Let me know if you solved the problem, and if everything is ok and I will re-upload it in the first post with the correction already included.

EDIT:
Removed attachment hotfix 1...
Re-uploaded DiskSpan GUI 2.0.2.0 with last hotfix in first post.
- Added "_CONSOLE (x86).bat" in separate versions of DSG (32-bits).

Last edited by Cesar82; 28-04-2024 at 09:19. Reason: e-uploaded DiskSpan GUI 2.0.2.0 with last hotfix in first post
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
mausschieber (28-04-2024), Tigru (28-04-2024)
  #4  
Old 28-04-2024, 05:30
Tigru Tigru is offline
Registered User
 
Join Date: Mar 2022
Location: NA
Posts: 12
Thanks: 16
Thanked 1 Time in 1 Post
Tigru is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Firstly, thanks to @mausschieber for the tests.
@Tigru, ould you test the hotfix and let me know if it resolved your errors?

Apparently the problem was in the function that saves the "fake parameter" settings.
P.S: "Fake parameters" are additional parameters that the "DiskSpan GUI" uses to know which file to use, these "fake parameters" are removed from the command line before compression.

In version 2.0.2.0+ of DiskSpan GUI, when closing DiskSpan GUI on the first run it saves several files in the "Resource\SETTINGS" folder (these lists take time to be created when starting DiskSpan GUI), so when running these lists again they will be re -created and the DiskSpan GUI will run faster.

The list of "fake parameters" uses Inno Setup's native "SaveStringsToFile" function to save an "array of string" that contains fake parameter information to a text file in the settings folder (Specifically the "02020000.dsg" file in x64 mode or "00020000.dsg" in x32 mode).

For some reason, or due to low administrative rights, this list saving is saving an empty file on some systems.
All the other 21 lists are stored in an object of the "TStringList" class and are saved using the "TStringList" class function itself and apparently in these lists there was no error when saving (For me, all lists are saved normally, including the one with fake parameters ).

If it still fails, you can test it by changing the value of the key SaveSettings=1 in the [SETTINGS] section of the "DSG_Methods.ini" file in the "Resource > Win32 or Win64" folder to the value "0", this way it will not be saved settings, and all lists will be created each time you launch the DiskSpan GUI.

Let me know if you solved the problem, and if everything is ok and I will re-upload it in the first post with the correction already included.
Just finished testing, it worked with no errors, and I did not have to modify the "SaveSettings" value.
Reply With Quote
The Following User Says Thank You to Tigru For This Useful Post:
Cesar82 (28-04-2024)
Reply

Tags
cls-diskspan, compressor, diskspan, diskspan_gui

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
How to use diskspan bat mausschieber Conversion Tutorials 13 14-01-2026 19:20
DiskSpan on Linux hydefromt70s Conversion Tutorials 1 15-10-2020 07:12
DiskSpan FreeArc returns an error Titeuf Conversion Tutorials 2 18-07-2020 01:46
CIU 3.0.0.0.u3 (2019-03-28) - Diskspan Issues mesut28 Conversion Tutorials 17 30-03-2019 02:28
R.G. Gamers DiskSpan Simorq Conversion Tutorials 1 28-10-2017 08:22



All times are GMT -7. The time now is 14:39.


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