Page 249 of 354

Re: DiscImageCreator

Posted: Sat Apr 18, 2020 2:05 pm
by reentrant
Hi sarami,
   Jackal says this one: https://redump.info/disc/69762/ was incorrectly dumped (CUE). Can you check check it?

Re: DiscImageCreator

Posted: Sat Apr 18, 2020 5:45 pm
by user7
user7 wrote:Does dumping now check for a leadout before initiating?

Code: Select all

LBA[323849, 0x4f109]: [F:ReadCDForCheckingReadInOut][L:701]
        Opcode: 0xd8
        ScsiStatus: 0x02 = CHECK_CONDITION
        SenseData Key-Asc-Ascq: 03-02-8d = MEDIUM_ERROR - VENDOR UNIQUE ERROR
lpCmd: d8, 00, 00, 04, f1, 09, 00, 00, 00, 01, 00, 00
dwBufSize: 2352
This drive can't read the lead-out
I used to be able to partial dump the scm for discs where label covers data (example): https://i.ebayimg.com/images/g/Qf4AAOSw … -l1600.jpg

Can this feature be re-added? It is important for dozens of PS2 unlicensed discs.
Still having issue with latest test version. Possible to add disable checking for lead out?

Re: DiscImageCreator

Posted: Sat Apr 18, 2020 8:01 pm
by sarami
reentrant wrote:Can you check check it?
REM LEAD-IN and REM PREGAP are depending on subchannel. I want to check _subReadable.txt (or .sub)

Re: DiscImageCreator

Posted: Sun Apr 19, 2020 2:24 am
by Jackal
sarami wrote:
reentrant wrote:Can you check check it?
REM LEAD-IN and REM PREGAP are depending on subchannel. I want to check _subReadable.txt (or .sub)
========== TOC ==========
     Audio Track  1, LBA        0 -    19200, Length    19201
     Audio Track  2, LBA    19201 -    38392, Length    19192
     Audio Track  3, LBA    38393 -    68102, Length    29710
      Data Track  4, LBA    68103 -   179233, Length   111131
                                              Total    179234

https://redump.info/disc/69762/

DIC .cue contained 15:08:03 pregap, but it should be 00:02:00 (the dump itself is correct).

04:14:01
04:15:67
04:06:10
02:30:00
00:02:00
----------
15:08:03 is the MSF of Track04, so it's putting this as the PREGAP value instead of calculating the correct one.

Re: DiscImageCreator

Posted: Sun Apr 19, 2020 3:04 am
by reentrant
Ok. Subchannel readable attached.

Re: DiscImageCreator

Posted: Sun Apr 19, 2020 4:52 am
by sarami
There is unexpected data.

Code: Select all

LBA[067953, 0x10971]: P[00], Q[00000000009500000001ea03]{Audio, 2ch, Copy NG, Pre-emphasis No, Adr[00], Track[00], Idx[00], RMSF[00:00:95], AMSF[00:00:01]}, RtoW[0, 0, 0, 0]
LBA[067954, 0x10972]: P[00], Q[41040000017400150803be36]{ Data,      Copy NG,                  Track[04], Idx[00], RMSF[00:01:74], AMSF[15:08:03]}, RtoW[0, 0, 0, 0]
LBA[067955, 0x10973]: P[ff], Q[41040000017300150804a905]{ Data,      Copy NG,                  Track[04], Idx[00], RMSF[00:01:73], AMSF[15:08:04]}, RtoW[0, 0, 0, 0]
67953 should have subdata of 67954.
67954 should have subdata of 67955.
This continues to all lead-in sectors.

Code: Select all

LBA[068101, 0x10a05]: P[ff], Q[41040000000200151000912c]{ Data,      Copy NG,                  Track[04], Idx[00], RMSF[00:00:02], AMSF[15:10:00]}, RtoW[0, 0, 0, 0]
LBA[068102, 0x10a06]: P[ff], Q[41040000000000151002f5ed]{ Data,      Copy NG,                  Track[04], Idx[00], RMSF[00:00:00], AMSF[15:10:02]}, RtoW[0, 0, 0, 0]
LBA[068103, 0x10a07]: P[ff], Q[41040100000000151003a21f]{ Data,      Copy NG,                  Track[04], Idx[01], RMSF[00:00:00], AMSF[15:10:03]}, RtoW[0, 0, 0, 0]
Due to the unexpected subdata of 67953, there are no RMSF 00:00:01 and AMSF 15:10:01.

Re: DiscImageCreator

Posted: Sun Apr 19, 2020 5:22 am
by reentrant
Logs from dump /s 2. It's bad now. Track 4 is not descrambled.

Re: DiscImageCreator

Posted: Mon Apr 20, 2020 7:30 am
by sarami
Similar result.

Code: Select all

LBA[067953, 0x10971]: P[00], Q[4100a2150802003951594194]{ Data,      Copy NG,                  Point[a2], AMSF[15:08:02], StartTimeOfLead-out[39:51:59]}, RtoW[0, 0, 0, 0]
LBA[067954, 0x10972]: P[00], Q[41040000017400150803be36]{ Data,      Copy NG,                  Track[04], Idx[00], RMSF[00:01:74], AMSF[15:08:03]}, RtoW[0, 0, 0, 0]
Btw, do you have plus offset disc of multi-session? and other minus offset disc of multi-session?
I believe plus offset disc is no problem, but I'm not sure minus offset disc is really no problem.

Re: DiscImageCreator

Posted: Mon Apr 20, 2020 10:50 am
by reentrant
Few of my latest submissions were 0 or minus offset multi-session discs:
https://redump.info/disc/69733/
https://redump.info/disc/69732/

I don't have any plus offset multi-session discs Image

Only on this particular disc I have this weird error:

LBA[067953, 0x10971]: [F:ProcessReadCD][L:282]
    Opcode: 0xbe
    ScsiStatus: 0x02 = CHECK_CONDITION
    SenseData Key-Asc-Ascq: 06-29-00 = UNIT_ATTENTION - POWER ON, RESET, OR BUS DEVICE RESET OCCURRED
LBA[067953, 0x10971] Read error. padding [2352byte]

Re: DiscImageCreator

Posted: Mon Apr 20, 2020 4:15 pm
by sarami
reentrant wrote:Few of my latest submissions were 0 or minus offset multi-session discs:
https://redump.info/disc/69733/
https://redump.info/disc/69732/

I don't have any plus offset multi-session discs Image
Sorry, do you have other combined offset minus disc?