Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24-04-2024, 12:15
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 209
Thanks: 92
Thanked 36 Times in 29 Posts
Snake288 is on a distinguished road
Thumbs down

22:13:05 - You have chosen the DVD5 type for the media size.
22:13:05 - ISO images will not be created when conversion is complete.
22:13:05 - The computer will remain on when the conversion is complete.
22:13:05 - Selected ARC/DS method for Data1a-01.bin was: xtool:c256mb:malz4:mreflate+srep_new:392+4x4:b128m b:lzma:ultra:bt4:fb273:lc8:mc1000000:128mb
---------------------------------------------------------------------------------------------------------------------------------------------------------
22:13:06 - Compression initialized in 24.04.2024 at 22:13:06.
22:13:06 - Starting Data1a-01.bin archive creation.
22:17:06 - Archive Data1a-01.bin creation error.
Reply With Quote
Sponsored Links
  #2  
Old 24-04-2024, 19:01
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 Snake288 View Post
22:13:05 - You have chosen the DVD5 type for the media size.
22:13:05 - ISO images will not be created when conversion is complete.
22:13:05 - The computer will remain on when the conversion is complete.
22:13:05 - Selected ARC/DS method for Data1a-01.bin was: xtool:c256mb:malz4:mreflate+srep_new:392+4x4:b128m b:lzma:ultra:bt4:fb273:lc8:mc1000000:128mb
---------------------------------------------------------------------------------------------------------------------------------------------------------
22:13:06 - Compression initialized in 24.04.2024 at 22:13:06.
22:13:06 - Starting Data1a-01.bin archive creation.
22:17:06 - Archive Data1a-01.bin creation error.
Without any error here... See attached video file.

EDIT:
You have the necessary space on the conversion destination drive?
You may also need space in the "C:" directory
Attached Files
File Type: rar no error dsg.rar (3.65 MB, 18 views)
Reply With Quote
  #3  
Old 25-04-2024, 12:39
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
@kj911 see my previous #post
Reply With Quote
  #4  
Old 28-04-2024, 09: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
DiskSpan GUI v2.0.2.0 (re-uploaded)

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) in #post2.

If "DiskSpan GUI" does not work on x86, create a "_CONSOLE (x86).bat" file with the code below. This command will run the cmd window separate from the "DiskSpan GUI".
Code:
@echo off & @start "" "DiskSpan_GUI.exe" /console /win32 & @exit /B
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
Tigru (13-05-2024)
  #5  
Old 01-05-2024, 02:16
Gummy Bear Gummy Bear is offline
Registered User
 
Join Date: Nov 2021
Location: Moscow
Posts: 9
Thanks: 3
Thanked 1 Time in 1 Post
Gummy Bear is on a distinguished road
Hi, I'll probably ask a strange question, but how to compress a game on Unreal Engine, I mean, what sequence of methods to choose
Reply With Quote
  #6  
Old 06-06-2024, 01:25
CrownRepack CrownRepack is offline
Registered User
 
Join Date: Apr 2024
Location: In My Home
Posts: 24
Thanks: 30
Thanked 20 Times in 13 Posts
CrownRepack is on a distinguished road
Hi, im a beginner, not very knowledgable in this, i learned compressing using the "Compressor" tool created by Razor, its simple but outdated, but i've found that it works with most arc installers,

then recently i jumped onto FMXInno Installers, i've picked an installer, edited the installer and used it with the compressed bin file by the Compressor tool and it install great without errors,

now im trying to learn DiskSpanGUI , i tried doing different compression methods, and use my FMXInno based installer to install and i get this error

can any pro or veterans help me, i just need my installer to work with this new compression method, i have no idea at all. thanks
Attached Images
File Type: png Untitled.png (190.3 KB, 195 views)
Reply With Quote
  #7  
Old 06-06-2024, 03:10
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 147
Thanks: 98
Thanked 152 Times in 54 Posts
Fak Eid is on a distinguished road
Quote:
Originally Posted by CrownRepack View Post
Hi, im a beginner, not very knowledgable in this, i learned compressing using the "Compressor" tool created by Razor, its simple but outdated, but i've found that it works with most arc installers,

then recently i jumped onto FMXInno Installers, i've picked an installer, edited the installer and used it with the compressed bin file by the Compressor tool and it install great without errors,

now im trying to learn DiskSpanGUI , i tried doing different compression methods, and use my FMXInno based installer to install and i get this error

can any pro or veterans help me, i just need my installer to work with this new compression method, i have no idea at all. thanks
Whatever compression you are using, you need to have all the required files in your Unpack folder and in your script as well. You need to have those definition in you arc.ini file as well. You can DM me and I can help.

For the screenshot, you need to have Xtool.exe, Zlibwapi.dll, srep files and lolz files in you Unpack folder, in your script and the definition in your arc.ini. DSG makes it even simpler for you, all the required files during the compression can be accessed by unpacking the Setup.dll
Reply With Quote
The Following User Says Thank You to Fak Eid For This Useful Post:
CrownRepack (06-06-2024)
  #8  
Old 06-06-2024, 09:01
CrownRepack CrownRepack is offline
Registered User
 
Join Date: Apr 2024
Location: In My Home
Posts: 24
Thanks: 30
Thanked 20 Times in 13 Posts
CrownRepack is on a distinguished road
Quote:
Originally Posted by Fak Eid View Post
Whatever compression you are using, you need to have all the required files in your Unpack folder and in your script as well. You need to have those definition in you arc.ini file as well. You can DM me and I can help.

For the screenshot, you need to have Xtool.exe, Zlibwapi.dll, srep files and lolz files in you Unpack folder, in your script and the definition in your arc.ini. DSG makes it even simpler for you, all the required files during the compression can be accessed by unpacking the Setup.dll
Ok i will try to add the required files and soon will DM you if i failed.

Thanks for clarifying about the Setup.dll, i tried unpacking it but i can't unpack it, how do i do it? i tried renaming it to .rar or .zip, used 7zip and winrar, but it says its not an archive or shows some error.
Reply With Quote
  #9  
Old 06-06-2024, 07:15
homerliew homerliew is offline
Registered User
 
Join Date: May 2024
Location: Nowhere
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
homerliew is on a distinguished road
Hello! Version 2.0.2.0 of Diskspan GUI has too much vertical window size and won't fit on my screen, I have to enable Keep on top to see everything pass my taskbar but the problem still exists in the Tools tab because it doesn't stay on top of the taskbar inside Tools tab.
Reply With Quote
  #10  
Old 06-06-2024, 07:19
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
What screen resolution do you have? 640x480?
__________________
Haters gonna hate
Reply With Quote
  #11  
Old 06-06-2024, 09:36
homerliew homerliew is offline
Registered User
 
Join Date: May 2024
Location: Nowhere
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
homerliew is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
What screen resolution do you have? 640x480?
I use a 15.6" laptop with 2560x1440 resolution. The screen is just too small for its resolution, allow adjusting the window size will help. v2.0.1.9 had no issues btw.
Reply With Quote
  #12  
Old 06-06-2024, 10:31
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by CrownRepack View Post
Ok i will try to add the required files and soon will DM you if i failed.

Thanks for clarifying about the Setup.dll, i tried unpacking it but i can't unpack it, how do i do it? i tried renaming it to .rar or .zip, used 7zip and winrar, but it says its not an archive or shows some error.
Tools -> SetupDLL -> Unpacker
or
extract it with freearc manually

Quote:
Originally Posted by homerliew View Post
I use a 15.6" laptop with 2560x1440 resolution. The screen is just too small for its resolution, allow adjusting the window size will help. v2.0.1.9 had no issues btw.
Do you tried to change the desktop scaling? I checked and I have a similar issue on my laptop (I don't use it for such purposes so I never checked that before).
__________________
Haters gonna hate

Last edited by KaktoR; 06-06-2024 at 10:33.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
CrownRepack (07-06-2024)
  #13  
Old 07-06-2024, 09:33
CrownRepack CrownRepack is offline
Registered User
 
Join Date: Apr 2024
Location: In My Home
Posts: 24
Thanks: 30
Thanked 20 Times in 13 Posts
CrownRepack is on a distinguished road
Thank you, i managed to unpack the Setup.dll, Now i see the Arc and CLS ini along with the files used for compression, thanks, i will try editing my installer with this files and see if it works, after im back from work
Reply With Quote
  #14  
Old 07-06-2024, 01:08
Gummy Bear Gummy Bear is offline
Registered User
 
Join Date: Nov 2021
Location: Moscow
Posts: 9
Thanks: 3
Thanked 1 Time in 1 Post
Gummy Bear is on a distinguished road
Hi, I don't understand what's wrong, I compress any file using xtool+srep+lolz, and it gives this error, I can't figure out how to fix it.

Reply With Quote
  #15  
Old 07-06-2024, 07:21
wareck wareck is offline
Registered User
 
Join Date: Dec 2017
Location: Mars
Posts: 153
Thanks: 29
Thanked 113 Times in 80 Posts
wareck is on a distinguished road
(This link is rotten, hosting website have a lot of popup/click agent)

By the way , I take a quick look, krator give you the answer :

If you use diskspan to compress, diskspan is a collection of usefult software (srep, xtool, lolz ect)

When you build an installer/unpacker, it's only a graphical software who launch your commands hidden.

In another word, in the installer you must have your sofware / dll included inside , the installer need to understand what i must do with your archives...

If you take a look to ASIS, it uses the file called setup.dll made by diskspan.
In this setup.dll you will find exe/dll/ini files needed by the installer
Installer also need diskspan.dll and some other stuff...

Fxino is powerfull, but not "ready to use" you have to adjust it to you own configuration
Reply With Quote
Reply

Tags
cls-diskspan, compressor, diskspan, diskspan_gui


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 21:02.


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