sarami wrote:jhmiller wrote: The error of the last two sections is a "common" issue with dcdumper.
You have to delete the previous section (47) and, normally, in the next try, the 2 last sections (48 and 49) are dumped.
Anyway I recommend you to change the options a bit in the dcdumper.
In my case it is better to use fewer sections of larger size and fewer passes.
I have used: -i56018 -p4
This make 9 sections of aprox 125 MB and in 4 passes.
Thanks, it worked with this option.
However you have to be careful because the dcdumper can create corrupt dumps.
In the txt created by ice, if at the end of the track line there are parentheses with numbers, that track has errors.
This is OK:
Code: Select all
---------------------------------
03 Mode1 45000 549149 504150 ok
---------------------------------
And this is BAD
Code: Select all
---------------------------------
03 Mode1 45000 549149 504150 ok (1)
---------------------------------
EXCEPT for the last track of a game with audio tracks.
In that case the last track show "(75)" and is a correct dump:
Code: Select all
25 Audio 231300 254022 22723 ok
26 Audio 254023 262649 8627 ok
27 Mode1 262650 549149 286500 ok (75)
---------------------------------
With this version I can dumped the discs to the end !!!
Code: Select all
D:\Sistemas\Dreamcast\DIC>DiscImageCreator.exe gd t HDR-0115\HDR-0115.bin 8 /c2 /s 0
OS
Windows 7 Professional Service Pack 1 64bit
AppVersion
x86, AnsiBuild, Mar 29 2017 14:54:17
/c2 val1 is omitted. set [1024]
/c2 val2 is omitted. set [4096]
/c2 val3 is omitted. set [4]
CurrentDirectory
D:\Sistemas\Dreamcast\DIC
WorkingPath
Argument: HDR-0115\HDR-0115.bin
FullPath: D:\Sistemas\Dreamcast\DIC\HDR-0115\HDR-0115
Drive: D:
Directory: \Sistemas\Dreamcast\DIC\HDR-0115\
Filename: HDR-0115
Extension: .bin
Start time: 2017-03-29(Wed) 19:38:56
Allocating packed memory for C2 errors: 8192
LBA[000000, 0000000], [F:ExecCheckingByteOrder][L:1289] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 00, 00, 00, 00, 00, 00, 00, 01, fa, 01, 00
dwBufSize: 2742
This drive doesn't support [command: 0xbe, c2flag: 0x1, subch: 0x1]
LBA[000000, 0000000], [F:ExecCheckingByteOrder][L:1289] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 00, 00, 00, 00, 00, 00, 00, 01, fa, 02, 00
dwBufSize: 2742
This drive doesn't support [command: 0xbe, c2flag: 0x1, subch: 0x2]
LBA[000000, 0000000], [F:ExecCheckingByteOrder][L:1289] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 00, 00, 00, 00, 00, 00, 00, 01, fa, 04, 00
dwBufSize: 2742
This drive doesn't support [command: 0xbe, c2flag: 0x1, subch: 0x4]
LBA[000000, 0000000], [F:ExecCheckingByteOrder][L:1289] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 00, 00, 00, 00, 00, 00, 00, 01, fc, 01, 00
dwBufSize: 2742
This drive doesn't support [command: 0xbe, c2flag: 0x2, subch: 0x1]
LBA[000000, 0000000], [F:ExecCheckingByteOrder][L:1289] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 00, 00, 00, 00, 00, 00, 00, 01, fc, 02, 00
dwBufSize: 2742
This drive doesn't support [command: 0xbe, c2flag: 0x2, subch: 0x2]
LBA[000000, 0000000], [F:ExecCheckingByteOrder][L:1289] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 00, 00, 00, 00, 00, 00, 00, 01, fc, 04, 00
dwBufSize: 2742
This drive doesn't support [command: 0xbe, c2flag: 0x2, subch: 0x4]
This drive can read a data sector at scrambled mode [command: 0xbe, c2flag: 00, subch: 00]
This drive can read a data sector at scrambled mode [command: 0xbe, c2flag: 00, subch: 0x1]
This drive can read a data sector at scrambled mode [command: 0xbe, c2flag: 00, subch: 0x2]
LBA[045000, 0x0afc8], [F:ExecSearchingOffset][L:64] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 04, 00, 00, af, c8, 00, 00, 01, f8, 04, 00
dwBufSize: 2448
Couldn't read a data sector at scrambled mode [command: 0xbe, c2flag: 00, subch: 0x4]
Checking SubQ adr (Track) 1/ 1
Checking SubRtoW (Track) 1/ 1
Set read command: 0xbe, subcode reading mode: Raw
Creating bin from 45000 to 549151 (LBA) 549150
Descrambling File(LBA) 504149/504150
Split File(num) 3/ 3
Calculating hash: HDR-0115 (Track 3).bin
Calculating hash: HDR-0115.img2
End time: 2017-03-29(Wed) 19:54:31
And a second time
Code: Select all
D:\Sistemas\Dreamcast\DIC>DiscImageCreator.exe gd t "HDR-0115 Rip 2"\HDR-0115.bin 8 /c2 /s 0 /q
OS
Windows 7 Professional Service Pack 1 64bit
AppVersion
x86, AnsiBuild, Mar 29 2017 14:54:17
/c2 val1 is omitted. set [1024]
/c2 val2 is omitted. set [4096]
/c2 val3 is omitted. set [4]
CurrentDirectory
D:\Sistemas\Dreamcast\DIC
WorkingPath
Argument: HDR-0115 Rip 2\HDR-0115.bin
FullPath: D:\Sistemas\Dreamcast\DIC\HDR-0115 Rip 2\HDR-0115
Drive: D:
Directory: \Sistemas\Dreamcast\DIC\HDR-0115 Rip 2\
Filename: HDR-0115
Extension: .bin
Start time: 2017-03-29(Wed) 19:58:20
Allocating packed memory for C2 errors: 8192
LBA[000000, 0000000], [F:ExecCheckingByteOrder][L:1289] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 00, 00, 00, 00, 00, 00, 00, 01, fa, 01, 00
dwBufSize: 2742
This drive doesn't support [command: 0xbe, c2flag: 0x1, subch: 0x1]
LBA[000000, 0000000], [F:ExecCheckingByteOrder][L:1289] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 00, 00, 00, 00, 00, 00, 00, 01, fa, 02, 00
dwBufSize: 2742
This drive doesn't support [command: 0xbe, c2flag: 0x1, subch: 0x2]
LBA[000000, 0000000], [F:ExecCheckingByteOrder][L:1289] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 00, 00, 00, 00, 00, 00, 00, 01, fa, 04, 00
dwBufSize: 2742
This drive doesn't support [command: 0xbe, c2flag: 0x1, subch: 0x4]
LBA[000000, 0000000], [F:ExecCheckingByteOrder][L:1289] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 00, 00, 00, 00, 00, 00, 00, 01, fc, 01, 00
dwBufSize: 2742
This drive doesn't support [command: 0xbe, c2flag: 0x2, subch: 0x1]
LBA[000000, 0000000], [F:ExecCheckingByteOrder][L:1289] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 00, 00, 00, 00, 00, 00, 00, 01, fc, 02, 00
dwBufSize: 2742
This drive doesn't support [command: 0xbe, c2flag: 0x2, subch: 0x2]
LBA[000000, 0000000], [F:ExecCheckingByteOrder][L:1289] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 00, 00, 00, 00, 00, 00, 00, 01, fc, 04, 00
dwBufSize: 2742
This drive doesn't support [command: 0xbe, c2flag: 0x2, subch: 0x4]
This drive can read a data sector at scrambled mode [command: 0xbe, c2flag: 00, subch: 00]
This drive can read a data sector at scrambled mode [command: 0xbe, c2flag: 00, subch: 0x1]
This drive can read a data sector at scrambled mode [command: 0xbe, c2flag: 00, subch: 0x2]
LBA[045000, 0x0afc8], [F:ExecSearchingOffset][L:64] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-24-00 = ILLEGAL_REQUEST - INVALID FIELD IN CDB
lpCmd: be, 04, 00, 00, af, c8, 00, 00, 01, f8, 04, 00
dwBufSize: 2448
Couldn't read a data sector at scrambled mode [command: 0xbe, c2flag: 00, subch: 0x4]
Checking SubQ adr (Track) 1/ 1
Checking SubRtoW (Track) 1/ 1
LBA[045000, 0x0afc8], [F:ReadCDForGDTOC][L:2693] OperationCode: 0xbe
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-64-00 = ILLEGAL_REQUEST - ILLEGAL MODE FOR THIS TRACK
lpCmd: be, 04, 00, 00, af, c8, 00, 00, 02, f8, 00, 00
dwBufSize: 2352
Retry 1/10 after 5 sec
Set read command: 0xbe, subcode reading mode: Raw
Creating bin from 45000 to 549151 (LBA) 549150
Descrambling File(LBA) 504149/504150
Split File(num) 3/ 3
Calculating hash: HDR-0115 (Track 3).bin
Calculating hash: HDR-0115.img2
End time: 2017-03-29(Wed) 20:14:04
But when comparing the 2 "Track 3.bin", I found differences.
Today I'll do more dumps and tests
I love my XKey, my WODE and my 3Key.
Cerrar MegaUpload sólo es el comienzo de la censura, será el fin de la libertad.
Nada es verdad, todo está permitido.