Thread: DiskSpan GUI
View Single Post
  #8  
Old 23-04-2024, 17:03
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 wareck View Post
Hello
I found two small bugs in version 2.0.2.0:
if I select srep_new:393b with the choose option, there is an error during processing
in error log :
Code:
Compressing 2,059,891,148 bytes with "OTHERS\SREP\srep.exe" -393b  InFile OutFile
  ERROR! Invalid option: -393b
Errorlevel=2
ERROR: general (de)compression error in srep_new:393b
Fo bypass this , I changed {option} to -m3f -a0/0 in DSG_arc.ini

and the other bug, it's when compress fail and click on "retry", it not restart.
I need to quit and restart...


By the way, it works well
nice job
-m3f -a0/0 is default parametter.
See key
Code:
default    = -m3f -a0/0
Here it seems to work normally.

Code:
---------------------------------------------------------------------------------------------------------------------------------------------------------
 Creating Data1a-01.bin file, Please Wait...
---------------------------------------------------------------------------------------------------------------------------------------------------------
FreeArc 0.67 (March 15 2014) creating archive: Conversion_Output\Data1a-01.bin
Compressing 1,566 files, 769,150,296 bytes. Processed  24%
Compressing 769,150,296 bytes with "OTHERS\SREP\srep.exe" -hash- -m3f -a0/0 InFile OutFile
 25%SREP 3.93 beta (September 30, 2014): input size 733 mb, memory used 59 mb, -m3f -l512 -c512 -a0/0 -hash- -b8mb
14%: 109,051,904 -> 106,589,276: 97.74%.  Cpu 247 mb/s (0.422 sec), real 109 mb/s (0.956 sec) = 44%.  Remains 00:02
21%: 167,772,160 -> 157,620,464: 93.95%.  Cpu 250 mb/s (0.641 sec), real 135 mb/s (1.188 sec) = 54%.  Remains 00:02
32%: 251,658,240 -> 193,760,504: 76.99%.  Cpu 269 mb/s (0.891 sec), real 170 mb/s (1.412 sec) = 63%.  Remains 00:02
38%: 293,601,280 -> 233,165,684: 79.42%.  Cpu 242 mb/s (1.156 sec), real 168 mb/s (1.662 sec) = 70%.  Remains 00:02
43%: 335,544,320 -> 264,310,560: 78.77%.  Cpu 230 mb/s (1.391 sec), real 170 mb/s (1.886 sec) = 74%.  Remains 00:02
54%: 419,430,400 -> 288,370,904: 68.75%.  Cpu 244 mb/s (1.641 sec), real 188 mb/s (2.129 sec) = 77%.  Remains 00:01
58%: 452,984,832 -> 310,823,064: 68.62%.  Cpu 232 mb/s (1.859 sec), real 184 mb/s (2.349 sec) = 79%.  Remains 00:01
63%: 486,539,264 -> 330,648,472: 67.96%.  Cpu 225 mb/s (2.062 sec), real 181 mb/s (2.561 sec) = 81%.  Remains 00:01
67%: 520,093,696 -> 353,386,328: 67.95%.  Cpu 213 mb/s (2.328 sec), real 176 mb/s (2.826 sec) = 82%.  Remains 00:01
85%: 654,311,424 -> 363,722,776: 55.59%.  Cpu 247 mb/s (2.531 sec), real 206 mb/s (3.028 sec) = 84%.  Remains 00:00
100%: 769,150,296 -> 363,786,744: 47.30%.  Cpu 278 mb/s (2.641 sec), real 236 mb/s (3.103 sec) = 85%.  Remains 00:00
Decompression memory is 300 mb.  12,437 matches = 198,992 bytes = 0.05% of file
Errorlevel=0
Compressed 1,566 files, 769,150,296 => 100,353,323 bytes. Ratio 13.05%
Compression time: cpu 0.72 sec/real 13.45 sec = 5%. Speed 57.20 mB/s
Testing time: cpu 0.61 sec/real 2.30 sec = 26%. Speed 334.25 mB/s
All OK
Code:
 20:52:28 - Selected ARC/DS method for Data1a-01.bin was: srep_new:393b
--------------------------------------------------------------------------------
 20:52:48 - Compressed game size: 346,95 MB (Ratio 47.30%)
--------------------------------------------------------------------------------
 20:52:48 - Overall input size: 733,52 MB
 20:52:48 - Overall output size: 346,95 MB (Ratio 47.30%)
 20:52:48 - Overall conversion time: 00:00:17
 20:52:48 - Overall conversion discs: 4 DVD5
Here the retry is working normally.
If anyone else has the same error, please let me know.
Reply With Quote