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

Reply
 
Thread Tools Search this Thread Display Modes
  #436  
Old 29-12-2024, 06:19
Anonymous0000 Anonymous0000 is offline
Registered User
 
Join Date: Feb 2022
Location: Mars
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Anonymous0000 is on a distinguished road
---------------------------
DiskSpan GUI™
---------------------------
The file available for download cannot be downloaded.

Do you want to try again now?
---------------------------
Yes No
---------------------------

I got this error when trying to compress with Witcher 3 preset. The error appears to be happening when attempting to download quickBMS, what is that?
Reply With Quote
Sponsored Links
  #437  
Old 29-12-2024, 11:30
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,042
Thanks: 1,755
Thanked 2,242 Times in 764 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Anonymous0000 View Post
---------------------------
DiskSpan GUI™
---------------------------
The file available for download cannot be downloaded.

Do you want to try again now?
---------------------------
Yes No
---------------------------

I got this error when trying to compress with Witcher 3 preset. The error appears to be happening when attempting to download quickBMS, what is that?
Please use the hotfix attached to this post.
Attached Files
File Type: 7z DiskSpan_GUI v2.0.2.2 (HF1).7z (2.16 MB, 52 views)
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
mausschieber (29-12-2024), sajmon83 (29-12-2024)
  #438  
Old 01-01-2025, 08:34
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,042
Thanks: 1,755
Thanked 2,242 Times in 764 Posts
Cesar82 is on a distinguished road
DiskSpan GUI v2.0.2.2 (HF2)

Replace files inside DSG 2.0.2.2 folder and accept the replacement of the DSG_Methods.ini file on the first run.
Code:
- Changed the database updates from Google Drive to Dropbox because Google Drive reports a false positive for a virus and if you add a password the download cannot be done directly.
NOTES:
Previous versions of DSG no longer support database updates because the system has changed, and the url has changed.
Attached Files
File Type: 7z DiskSpan_GUI v2.0.2.2 (HF2).7z (2.16 MB, 95 views)
Reply With Quote
The Following 5 Users Say Thank You to Cesar82 For This Useful Post:
GTX590 (05-04-2025), mausschieber (01-01-2025), pcblizzard (03-01-2025), sajmon83 (03-01-2025), ScOOt3r (03-01-2025)
  #439  
Old 12-01-2025, 07:19
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 193
Thanks: 371
Thanked 61 Times in 54 Posts
fabrieunko is on a distinguished road
Hello, I have a question about the use of: uninstall files list
what is the best option to choose?

Don't Create list
export Data list
create single list
create complete list
create list on install

thx
Reply With Quote
  #440  
Old 12-01-2025, 08:24
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,042
Thanks: 1,755
Thanked 2,242 Times in 764 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
Hello, I have a question about the use of: uninstall files list
what is the best option to choose?

Don't Create list
export Data list
create single list
create complete list
create list on install

thx
export Data list:
Exports the list of files from already compressed ARC/ZIP/RAR archives. Names containing non-ANSI characters will not be listed correctly (Example, if there is a file named with Cyrillic characters)

create single list:
Scans the selected folder for compression, using the same file inclusion and exclusion masks to compile the list. This takes some extra time after compressing each Data#.bin file, but has full support for non-ANSI characters.

create complete list:
It scans similarly to the "create single list" option, but includes the file size in bytes and the file hash (separated by the "|" character) before the file name like example below.
This option is only recommended if your modified installer version needs to use the hash or file size for some additional functionality. To get the name you will need to trim the string until after the last "|" character (DSG_Module.iss does this).
Code:
[Record1]
              0|00000000|{app}\CallBefore CallAfter (Maker)
           4144|e8031e4c|{app}\CallAfter.bat
          22486|5ee47c06|{app}\CallBefore CallAfter (Maker)\52355204.ico
          15858|2ba26292|{app}\CallBefore CallAfter (Maker)\CallBefore or CallAfter.iss
        1624854|40932285|{app}\CallBefore CallAfter (Maker)\CallBefore.exe
             84|12855359|{app}\CallBefore CallAfter (Maker)\desktop.ini
         323072|b7ea8669|{app}\CallBefore CallAfter (Maker)\dsgcall.dll
         124928|d1dd843d|{app}\CallBefore CallAfter (Maker)\dsgcall_upx.dll
          22486|5ee47c06|{app}\CallBefore CallAfter (Maker)\Icon.ico
        1510684|0cc2ab45|{app}\CallBefore CallAfter (Maker)\TMemoWindow.exe
           4160|b8a58512|{app}\CallBefore.bat
         637721|87009166|{app}\CallBefore.exe
             34|97ab8d5f|{app}\Exclude1.txt
              1|dbbbc9d6|{app}\Include1.txt
              5|39eb65ce|{app}\Include2.txt
create list on install:
This option tells the compatible installer that it should generate the list of file and directory names. Then, the compatible installer (which uses DSG_Module.iss), before starting the installation, will generate a list of each installation folder (also for unpacking Data#bin in optional folders) to store the existing files. After the installation, the installer will generate a new list of these same folders, but omitting the files that already existed before the installation.

CONCLUSION:
- The "create list on install" option is less recommended because you will lose some extra time each time you install, because the list will not be ready before installing. The other options include the list in the Setup_DLL file during compression.
- For use only to uninstall the game, the "create single list" option is more recommended because it is faster to generate, is ready every time you install, and also includes support for all file name
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
fabrieunko (12-01-2025), mausschieber (13-01-2025), ScOOt3r (12-01-2025)
  #441  
Old 26-01-2025, 07:18
coolmohit000001 coolmohit000001 is offline
Registered User
 
Join Date: Jun 2023
Location: India
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
coolmohit000001 is on a distinguished road
When using licenced WinRAR (7.01 version) it gives error like

- Method ARC/DS to Data1a-01.bin file: ERROR (-m5-md32g-s method is not supported)
Reply With Quote
  #442  
Old 26-01-2025, 07:20
coolmohit000001 coolmohit000001 is offline
Registered User
 
Join Date: Jun 2023
Location: India
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
coolmohit000001 is on a distinguished road
WinRAR is not working and gives error like below:

GENERAL INFO:
- Clear output folder before conversion: NO
- Create ISO images after finish: NO
- Shutdown system after finish: NO
- Test files after compression: NO

OUTPUT INFO:
- Selected media type: UNLIMITED
- Output directory: Conversion_Output

GAME DIRECTORY:
- Directory to Unknown 1: D:\GTA 5 Add-on Carpack Part 2

SELECTED METHOD:
- Method ARC/DS to Data1a-01.bin file: ERROR (-m5-md32g-s method is not supported)
Reply With Quote
  #443  
Old 27-01-2025, 08:36
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,042
Thanks: 1,755
Thanked 2,242 Times in 764 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by coolmohit000001 View Post
WinRAR is not working and gives error like below:

GENERAL INFO:
- Clear output folder before conversion: NO
- Create ISO images after finish: NO
- Shutdown system after finish: NO
- Test files after compression: NO

OUTPUT INFO:
- Selected media type: UNLIMITED
- Output directory: Conversion_Output

GAME DIRECTORY:
- Directory to Unknown 1: D:\GTA 5 Add-on Carpack Part 2

SELECTED METHOD:
- Method ARC/DS to Data1a-01.bin file: ERROR (-m5-md32g-s method is not supported)
Is this the latest version of DSG (2.0.2.2 HF2)?
It works for me here.
Reply With Quote
  #444  
Old 12-02-2025, 08:44
user123456 user123456 is offline
Registered User
 
Join Date: Dec 2016
Location: Egypt
Posts: 14
Thanks: 5
Thanked 0 Times in 0 Posts
user123456 is on a distinguished road
I want to ask how i can use my compressed files with DiskSpan to add them to my Installer: WPI 1801

Like Diskspan add Setup.dll with the compressed file

How my installer will extract that file

Do i just put CLS files?
Reply With Quote
  #445  
Old 02-04-2025, 07:26
LILU LILU is offline
Registered User
 
Join Date: Dec 2022
Location: Nederlands
Posts: 51
Thanks: 28
Thanked 54 Times in 42 Posts
LILU is on a distinguished road
Good afternoon. Will there be an update or is the project already abandoned?
Reply With Quote
  #446  
Old 02-04-2025, 07:33
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,452
Thanks: 1,082
Thanked 7,067 Times in 2,678 Posts
KaktoR is on a distinguished road
Why "already"?? DSG was in delevopement since years! And I can tell you it is finished, not abandoned. There is nothing left to add.
__________________
Haters gonna hate
Reply With Quote
  #447  
Old 10-04-2025, 23:05
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,042
Thanks: 1,755
Thanked 2,242 Times in 764 Posts
Cesar82 is on a distinguished road
DiskSpan GUI v2.0.2.3

Updated DiskSpan GUI to v2.0.2.3 in the first post.
Code:
- Updated the default XTool codec libraries for compatibility with more games.
- Updated UnRAR.exe/UnRAR.dll decompressor from v7.01 to v7.11 (DLL 7.11.100.1542) (2025.03.24).
  >> The UnRAR.exe x86 (32-bit) version has been discontinued by the developer and will remain at v7.01.0.
  >> The UnRAR.exe x64 (64-bit) version has been updated to v7.11.0.
- Updated compressor/decompressor "ZStandard" (ZSTD) from v1.5.6 to v1.5.7
- Updated DiskSpan GUI database to version 1.1.9.6 (Thanks to KaktoR) (Don't wait for other database updates).
  >> Now with 468 game presets and 34 collection presets (64-bits).
  >> Now with 37 game presets and 8 collection presets (32-bits).
- Fixed some minor bugs.

Last edited by Cesar82; 11-04-2025 at 04:43.
Reply With Quote
The Following 7 Users Say Thank You to Cesar82 For This Useful Post:
Danziel123 (12-04-2025), Gehrman (12-04-2025), kj911 (12-04-2025), Lord.Freddy (11-04-2025), mausschieber (11-04-2025), sajmon83 (12-04-2025), Titeuf (11-04-2025)
  #448  
Old 12-04-2025, 00:42
buster0g buster0g is offline
Registered User
 
Join Date: Jul 2024
Location: teh
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
buster0g is on a distinguished road
hi when i open diskspan gui compact i get this error Runtime Error (at 1367:827):
Exception "EOleException" at address 0049707B.
Reply With Quote
  #449  
Old 12-04-2025, 01:31
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,858
Thanks: 6,056
Thanked 10,674 Times in 2,844 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by buster0g View Post
hi when i open diskspan gui compact i get this error Runtime Error (at 1367:827):
Exception "EOleException" at address 0049707B.
here it worked with win 10 last updates
wich os is Yours?
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
  #450  
Old 12-04-2025, 06:46
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,042
Thanks: 1,755
Thanked 2,242 Times in 764 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by buster0g View Post
hi when i open diskspan gui compact i get this error Runtime Error (at 1367:827):
Exception "EOleException" at address 0049707B.
This error (or a similar one) used to occur when accessing the tools tab and returning to normal mode several times (it is related to the taskbar button conflicting with some command), but if that was the case, it is not possible to fix it.

Did the error occur only once or does it happen all the time?
Have you tried restarting your PC and trying again?

P.S.: Nothing has changed in the DSG operating structure. Only corrections related to the compression methods have been made, so if the error occurs and persists, it would also occur with previous versions of DSG.
Reply With Quote
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
DiskSpan on Linux hydefromt70s Conversion Tutorials 1 15-10-2020 07:12
How to use diskspan bat mausschieber Conversion Tutorials 4 05-09-2020 12:25
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 15:49.


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