Page 119 of 354

Re: DiscImageCreator

Posted: Sun Jan 07, 2018 6:07 am
by celebi
Thanks for your reply - let's hope my plextor will arrive soon. The good thing is that at least I can rule out the IDE-USB-Converter - I was able to redump a known IBM PC Disk with CDM and matched checksum.

Re: DiscImageCreator

Posted: Mon Jan 08, 2018 12:31 am
by sarami
F1ReB4LL wrote:
sarami wrote:1. Drives may sometimes not detect the c2 errors. If same sector isn't error every time it is dumped, I think this is true.
No error there if to dump again, so it's not constant. So I've thought maybe DIC has missed an error occasionally.
20180108 test
Fixed: Also rewrite .c2 file if c2 errors exist.
=> if unfixed errors exist with EdcEcc.exe or edccchk or cdmage though .c2 file rewritten is all zero byte, maybe the drive misses to report the c2 error.

Re: DiscImageCreator

Posted: Thu Jan 11, 2018 4:00 pm
by rosewood
I've recently switched from DIC 20171010 to 20171210 and am now experiencing some problems.
Disc drive is PLEXTOR DVDR PX-760A 1.07 08/18/07  15:10

Sample 1:
[Audio CD] Philips Burn:Cycle Disc2 Music (813 5066)
--This one is interesting, it is bundled with the PC/Mac version of the game and has a different serial number, but the ring information and crc32 matches the CD-i bundle disc--
1a. Good dump with 20171010
1b. No dump possible with 20171210

Code: Select all

This drive doesn't support [OpCode: 0xd8, SubCode: 1]
This drive doesn't support [OpCode: 0xd8, SubCode: 2]
This drive doesn't support [OpCode: 0xd8, SubCode: 8]
Sample 2:
[CDI] Philips CD-i/Video CD Titel-Neuheiten I/95 (818 0058)
2a. Good dump with 20171010
2b. No dump possible with 20171210

Code: Select all

Directory Record is invalid

LBA[166792, 0x28b88]: [F:ReadDirectoryRecord][L:998]
    Opcode: 0xa8
    ScsiStatus: 0x02 = CHECK_CONDITION
    SenseData Key-Asc-Ascq: 05-21-00 = ILLEGAL_REQUEST - LOGICAL BLOCK ADDRESS OUT OF RANGE
lpCmd: a8, 00, 00, 02, 8b, 88, 00, 00, 00, 01, 00, 00
dwBufSize: 2048
Sample 3 (impossible to dump with either version):
[CDI] Philips CD-i/Video CD Titel-Neuheiten II/95 (818 0089)
3a. No dump possible with 20171010

Code: Select all

LBA[283554, 0x453a2]: [F:ReadCDForCheckingSubRtoW][L:643]
        Opcode: 0xd8
        ScsiStatus: 0x02 = CHECK_CONDITION
        SenseData Key-Asc-Ascq: 05-21-00 = ILLEGAL_REQUEST - LOGICAL BLOCK ADDRESS OUT OF RANGE
lpCmd: d8, 00, 00, 04, 53, a2, 00, 00, 00, 01, 08, 00
dwBufSize: 2744
3b. No dump possible with 20171210

Code: Select all

LBA[283554, 0x453a2]: [F:ReadCDForCheckingSubRtoW][L:650]
    Opcode: 0xd8
    ScsiStatus: 0x02 = CHECK_CONDITION
    SenseData Key-Asc-Ascq: 05-21-00 = ILLEGAL_REQUEST - LOGICAL BLOCK ADDRESS OUT OF RANGE
lpCmd: d8, 00, 00, 04, 53, a2, 00, 00, 00, 01, 08, 00
dwBufSize: 2744
Logs: DICrip.7z

Re: DiscImageCreator

Posted: Thu Jan 11, 2018 4:07 pm
by usurper
Same problem here (Sample 1), where previous releases are working fine with the same drive.

Re: DiscImageCreator

Posted: Thu Jan 11, 2018 6:05 pm
by sarami
usurper wrote:Same problem here (Sample 1)
Uploaded test version.
rosewood wrote:Sample 2:
It can't get the directory record. It'll take some time to investigate.
rosewood wrote:Sample 3:

Code: Select all

========== TOC ==========
    Pregap Track   , LBA        0 -  250068, Length   250069
     Audio Track  1, LBA   250069 -  260318, Length    10250
     Audio Track  2, LBA   260319 -  283453, Length    23135
     Audio Track  3, LBA   283454 -4294967295, Length 4294683842
I don't know why it can't get the toc correctly.

Re: DiscImageCreator

Posted: Fri Jan 12, 2018 2:06 am
by F1ReB4LL
sarami wrote:

Code: Select all

========== TOC ==========
    Pregap Track   , LBA        0 -  250068, Length   250069
     Audio Track  1, LBA   250069 -  260318, Length    10250
     Audio Track  2, LBA   260319 -  283453, Length    23135
     Audio Track  3, LBA   283454 -4294967295, Length 4294683842
I don't know why it can't get the toc correctly.
rosewood: Have you tried to dump it with other tools, like, dunno, CloneCD? Does it really have audio tracks? Weird for VideoCD.

Re: DiscImageCreator

Posted: Fri Jan 12, 2018 2:42 pm
by rosewood
Tried the test version (20180112)

Sample 1: Probably works again, as it copies the data, but there seems to be a bug when it tries to calculate the hashes for the dat file.

Code: Select all

Moving .scm to .img
Creating bin, cue and ccd (Track) 11/11
[F:OutputHash][L:328] GetLastError: 2, Das System kann die angegebene Datei nicht finden.

Sample 2 & 3: Errors as before.

For Sample 3 the toc seems to be corrupt. This is not a Video CD, it's a Green Book CD-i disc with 3 tracks (1 CDI and 2 Audio).
I don't have CloneCD available right now and tried CDRWIN (recognizes tracks 2 and 3 only and refuses to rip).
Isobuster doesn't seem have a problem with it at all and creates a full rip.

Code: Select all

REM SESSION 01        ; Not supported by other applications (*)
    TRACK 00 CDI/2352
      INDEX 01 00:00:00
      REM MSF: 00:00:00 = LBA: 0
    TRACK 02 AUDIO
      INDEX 01 55:34:19
      REM MSF: 55:34:19 = LBA: 250069
    TRACK 03 AUDIO
      INDEX 01 57:50:69
      REM MSF: 57:50:69 = LBA: 260319
20180112.7z

I have some more multi-track CD-i discs, and they all have some problems. So far this is the only one with a missing Track 1. The other ones show a corrupt Track 1 in IsoBuster, but it can be extracted without Problems.

Re: DiscImageCreator

Posted: Sat Jan 13, 2018 9:28 am
by sarami
rosewood wrote:Sample 1: Probably works again, as it copies the data, but there seems to be a bug when it tries to calculate the hashes for the dat file.
Sorry, reuploaded.
rosewood wrote:For Sample 3 the toc seems to be corrupt
_disc.txt

Code: Select all

========== FULL TOC ==========
    FirstCompleteSession: 1
     LastCompleteSession: 1
    Session 1, FirstTrack  2, Format: CD-I
    Session 1,  LastTrack  3
    Session 1,      Leadout, MSF 63:01:29 (LBA[283604, 0x453d4])
    Session 1,     Track  2, MSF 55:36:19 (LBA[250219, 0x3d16b])
    Session 1,     Track  3, MSF 57:52:69 (LBA[260469, 0x3f975])
It seems "Track 1" is omitted. (same as isobuster)
And my cd-i disc (single track)

Code: Select all

========== FULL TOC ==========
    FirstCompleteSession: 1
     LastCompleteSession: 1
    Session 1, FirstTrack  2, Format: CD-I
    Session 1,  LastTrack  2
    Session 1,      Leadout, MSF 56:05:00 (LBA[252375, 0x3d9d7])
    Session 1,     Track  1, MSF 00:02:00 (LBA[000150, 0x00096])
There is "Track 1", but "FirstTrack" and "LastTrack" is weird.

The multi-track of cd-i has data sector in pregap of track 1 (to hide the data?), and manipulates the toc (by the same reason? CD was developed by Philips, so this is permitted?)
It seems the single-track of cd-i can't hide the data in pregap. (If it is done, it's only leadout disc on toc.)
rosewood wrote:I don't have CloneCD available
If it's possible, please use subdump /viewtopic.php?t=10255
I need the sub file. Perhaps I think the track 2 of "Sample 3" is actually track 1, track 3 of that is actually track 2 and there isn't track 3.

Re: DiscImageCreator

Posted: Sat Jan 13, 2018 5:44 pm
by rosewood
Subdump couldn't get it right, so I tried it with different versions of CloneCD. Doesn't look too good either.

Here are some logs and the CloneCD sub file
8180089.7z

Re: DiscImageCreator

Posted: Sat Jan 13, 2018 7:14 pm
by F1ReB4LL
rosewood wrote:Subdump couldn't get it right
How did it look?