Page 329 of 354
Re: DiscImageCreator
Posted: Sat Jul 23, 2022 8:17 am
by Novicami
It's better but no perfect
Code: Select all
LBA 1480, Check if the directory record length (152) is really correct -> incorrect. Fixed it to 91
https://mega.nz/file/NMsWEKiI#rWnYen-g3 … Pc40YhifDs
Re: DiscImageCreator
Posted: Sat Jul 23, 2022 8:23 pm
by sarami
Re: DiscImageCreator
Posted: Sun Jul 24, 2022 4:07 am
by Novicami
Re: DiscImageCreator
Posted: Tue Jul 26, 2022 12:25 am
by PPLToast
I wanted to ask about RipGuard. Is blanking out the error sectors the only way to handle these? Like is there actual data that in theory could be dumped so they aren't eligible for redump?
Code: Select all
NumberOfProgramChain: 30840
Detected irregular title number
Detected protection [MVSNRGFP]
Detected Anchor Volume Descriptor Pointer: LBA 3658991
Outputted to _xxxKey.txt
Error sectors range: LBA 15456 to 15487 = 32 -> Filled with 0x00
Error sectors range: LBA 96672 to 96719 = 48 -> Filled with 0x00
Error sectors range: LBA 98064 to 98111 = 48 -> Filled with 0x00
Re: DiscImageCreator
Posted: Fri Aug 05, 2022 11:25 am
by bikerspade
Should support for the /rr flag be added for dumping xbox and xbox 360 discs?
Re: DiscImageCreator
Posted: Sat Aug 06, 2022 8:22 pm
by sarami
bikerspade wrote:Should support for the /rr flag be added for dumping xbox and xbox 360 discs?
Added. Not test.
https://www.mediafire.com/file/eq80y20l … st.7z/file
Re: DiscImageCreator
Posted: Sun Aug 07, 2022 1:38 am
by bikerspade
The read retry value I provided was ignored, perhaps it is hard-coded to always attempt no more than 5 retries?
Code: Select all
D:\tmp\MPF_WIP_2.3-896\ISO\[XBOX] Halo 2 [TEST]>..\..\Programs\DiscImageCreator_test_20220807\DiscImageCreator.exe xbox H Halo2.iso 24 /q /rr 1000
AppVersion
32 bit, AnsiBuild, 20220807T102634
CurrentDirectory
D:\tmp\MPF_WIP_2.3-896\ISO\[XBOX] Halo 2 [TEST]
WorkingPath
Argument: Halo2.iso
FullPath: D:\tmp\MPF_WIP_2.3-896\ISO\[XBOX] Halo 2 [TEST]\Halo2.iso
Drive: D:
Directory: \tmp\MPF_WIP_2.3-896\ISO\[XBOX] Halo 2 [TEST]\
Filename: Halo2
Extension: .iso
StartTime: 2022-08-07T01:35:35-0500
Set the drive speed: 0KB/sec
DiskSize of [D:\tmp\MPF_WIP_2.3-896\ISO\[XBOX] Halo 2 [TEST]]
Total: 4000650883072 bytes
Used: 1785744601088 bytes
---------------------------
Space: 2214906281984 bytes
=> There is enough disk space for dumping
Reading DirectoryRecord 2/ 2
Reading Xbox DirectoryRecord
LBA[094240, 0x17020]: [F:ReadDVD][L:331]
Opcode: 0xa8
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-64-00 = ILLEGAL_REQUEST - ILLEGAL MODE FOR THIS TRACK
This sector is out of the ss ranges. Read retry (Pass 1/5)
LBA[094240, 0x17020]: [F:ReadDVD][L:331]
Opcode: 0xa8
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-64-00 = ILLEGAL_REQUEST - ILLEGAL MODE FOR THIS TRACK
This sector is out of the ss ranges. Read retry (Pass 2/5)
LBA 94240 is retry OK
LBA[094592, 0x17180]: [F:ReadDVD][L:331]
Opcode: 0xa8
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-64-00 = ILLEGAL_REQUEST - ILLEGAL MODE FOR THIS TRACK
This sector is out of the ss ranges. Read retry (Pass 1/5)
LBA[094592, 0x17180]: [F:ReadDVD][L:331]
Opcode: 0xa8
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-64-00 = ILLEGAL_REQUEST - ILLEGAL MODE FOR THIS TRACK
This sector is out of the ss ranges. Read retry (Pass 2/5)
LBA[094592, 0x17180]: [F:ReadDVD][L:331]
Opcode: 0xa8
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-64-00 = ILLEGAL_REQUEST - ILLEGAL MODE FOR THIS TRACK
This sector is out of the ss ranges. Read retry (Pass 3/5)
LBA[094592, 0x17180]: [F:ReadDVD][L:331]
Opcode: 0xa8
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-64-00 = ILLEGAL_REQUEST - ILLEGAL MODE FOR THIS TRACK
This sector is out of the ss ranges. Read retry (Pass 4/5)
LBA[094592, 0x17180]: [F:ReadDVD][L:331]
Opcode: 0xa8
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-64-00 = ILLEGAL_REQUEST - ILLEGAL MODE FOR THIS TRACK
This sector is out of the ss ranges. Read retry (Pass 5/5)
LBA[094592, 0x17180]: [F:ReadDVD][L:331]
Opcode: 0xa8
ScsiStatus: 0x02 = CHECK_CONDITION
SenseData Key-Asc-Ascq: 05-64-00 = ILLEGAL_REQUEST - ILLEGAL MODE FOR THIS TRACK
Retry NG
EndTime: 2022-08-07T01:37:29-0500
Re: DiscImageCreator
Posted: Mon Aug 08, 2022 7:13 pm
by sarami
bikerspade wrote:perhaps it is hard-coded to always attempt no more than 5 retries?
Fixed.
https://www.mediafire.com/file/eq80y20l … st.7z/file
Re: DiscImageCreator
Posted: Wed Aug 10, 2022 2:05 pm
by bikerspade
If a track has an invalid ISRC code (example: "0@4010000000"), will that mean DiscImageCreator will not add it to the cuesheet?
Re: DiscImageCreator
Posted: Thu Aug 11, 2022 6:52 am
by sarami
bikerspade wrote:If a track has an invalid ISRC code (example: "0@4010000000")
Does it means you have the weird disc? If yes, upload logs plz.