Page 144 of 354

Re: DiscImageCreator

Posted: Thu Jun 21, 2018 8:50 pm
by sarami
I tested some PS3 disc and confirmed these discs matched the db.
user7 wrote:PS4 Kiosk discs (dev discs?) are dumping with different checksums each time.
Did you try other tool (e.g. isobuster etc.)?

Re: DiscImageCreator

Posted: Thu Jun 21, 2018 9:09 pm
by user7
I dumped with ISO Buster twice, different checksums and different sizes both times, discs are in flawless condition.

Re: DiscImageCreator

Posted: Thu Jun 21, 2018 9:39 pm
by sarami
There isn't a bug of both tools, I'm not sure. But your disc is no scratch and it seems there is no problem of your drive.

1. Does this disc have protect?
2. How about other PS4 Kiosk discs (if you have)?
3. And how about the result of the other blu-ray drive (if you have)?

Re: DiscImageCreator

Posted: Thu Jun 21, 2018 10:06 pm
by user7
>1. Does this disc have protect?

I have no idea how to check

>2. How about other PS4 Kiosk discs (if you have)?

Same situation. I have 3 kiosk discs and more coming.

>3. And how about the result of the other blu-ray drive (if you have)?

I have a LITE-ON IHBS112 which is listed as PS4 compatible, this is the only BD-Drive I have.

Here's a file in one of the disc root which seems to be a catalog of the discs contents (not sure if it's useful info): https://pastebin.com/CbwLr4UF

Note: I bought a retail disc on ebay to confirm I can get reliable checksums with that, will help us narrow down the issue.

Re: DiscImageCreator

Posted: Fri Jun 22, 2018 2:14 pm
by AmiSapphire
Ran into this while dumping Incoming Forces: Deliverance. UltraPleX drive CUEsheet is bugged while the PX-760A CUEsheet is correct.

Plextor UltraPleX 40max (PX-40TSi):

.cue

Code: Select all

FILE "ifd-final-40x (Track 11).bin" BINARY
  TRACK 11 AUDIO
    INDEX 01 00:00:00
FILE "ifd-final-40x (Track 12).bin" BINARY
  TRACK 12 AUDIO
    INDEX 00 00:00:00
    INDEX 01 254:251:184
FILE "ifd-final-40x (Track 13).bin" BINARY
  TRACK 13 AUDIO
    INDEX 01 00:00:00
_img.cue

Code: Select all

  TRACK 11 AUDIO
    INDEX 01 63:43:13
  TRACK 12 AUDIO
    INDEX 00 67:51:12
    INDEX 01 65:45:15
  TRACK 13 AUDIO
    INDEX 01 67:53:17
_disc.txt

Code: Select all

========== TOC with pregap ==========
    Track  1, Ctl 4, Mode 2, Index0   -150, Index1      0
    Track  2, Ctl 0, Mode 0, Index0 103651, Index1 103804
    Track  3, Ctl 0, Mode 0,              , Index1 128297
    Track  4, Ctl 0, Mode 0,              , Index1 141411
    Track  5, Ctl 0, Mode 0, Index0 167021, Index1 167043
    Track  6, Ctl 0, Mode 0,              , Index1 180926
    Track  7, Ctl 0, Mode 0,              , Index1 207158
    Track  8, Ctl 0, Mode 0,              , Index1 220659
    Track  9, Ctl 0, Mode 0,              , Index1 247661
    Track 10, Ctl 0, Mode 0,              , Index1 261162
    Track 11, Ctl 0, Mode 0,              , Index1 286738
    Track 12, Ctl 0, Mode 0, Index0 305337, Index1 295890
    Track 13, Ctl 0, Mode 0,              , Index1 305492
    Data Sector, LBA      0 - 103650 (0000000 - 0x194e2)

Plextor PX-760A:

.cue

Code: Select all

FILE "ifd-final-760a2 (Track 11).bin" BINARY
  TRACK 11 AUDIO
    INDEX 01 00:00:00
FILE "ifd-final-760a2 (Track 12).bin" BINARY
  TRACK 12 AUDIO
    INDEX 01 00:00:00
FILE "ifd-final-760a2 (Track 13).bin" BINARY
  TRACK 13 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:05
_img.cue

Code: Select all

  TRACK 11 AUDIO
    INDEX 01 63:43:13
  TRACK 12 AUDIO
    INDEX 01 65:45:15
  TRACK 13 AUDIO
    INDEX 00 67:51:12
    INDEX 01 67:53:17
_disc.txt

Code: Select all

========== TOC with pregap ==========
    Track  1, Ctl 4, Mode 2, Index0   -150, Index1      0
    Track  2, Ctl 0, Mode 0, Index0 103651, Index1 103804
    Track  3, Ctl 0, Mode 0,              , Index1 128297
    Track  4, Ctl 0, Mode 0,              , Index1 141411
    Track  5, Ctl 0, Mode 0, Index0 167021, Index1 167043
    Track  6, Ctl 0, Mode 0,              , Index1 180926
    Track  7, Ctl 0, Mode 0,              , Index1 207158
    Track  8, Ctl 0, Mode 0,              , Index1 220659
    Track  9, Ctl 0, Mode 0,              , Index1 247661
    Track 10, Ctl 0, Mode 0,              , Index1 261162
    Track 11, Ctl 0, Mode 0,              , Index1 286738
    Track 12, Ctl 0, Mode 0,              , Index1 295890
    Track 13, Ctl 0, Mode 0, Index0 305337, Index1 305492
    Data Sector, LBA      0 - 103650 (0000000 - 0x194e2)
Full logs: https://mega.nz/#!fHYQSayI!z1CpWh9qJxdR … tFJAtDa3XQ

Same issue is present in other 2018-era builds.

Bonus: CUEsheets for that same disc in the suspect drive using DiscImageCreator 20170702 (!) - On a hunch. Track 13 Index 00 is off by one frame but otherwise more correct. Used /s 0 flag for the first time (found out it was faster with very old Plextors) and got this. Used the same flag in the latest 20180619 release... program crashed just before it tries to dump the CD with that UltraPleX drive.

.../s 0 flag works without /c2 flag, but it is in pack mode now. Same results as the attached 20170702 CUEsheets.

--

Seems to be a regression. Old 20170702 release brings a proper CUEsheet for the UltraPleX 40max drive not using the /s 0 flag. I still have the logs, however.

Re: DiscImageCreator

Posted: Fri Jun 22, 2018 9:37 pm
by sarami
AmiSapphire wrote:UltraPleX drive CUEsheet is bugged
AmiSapphire wrote:Used /s 0 flag for the first time (found out it was faster with very old Plextors) and got this. Used the same flag in the latest 20180619 release... program crashed
Uploaded. http://www.mediafire.com/file/eq80y20l9 … st.7z/file

Re: DiscImageCreator

Posted: Fri Jun 22, 2018 11:50 pm
by AmiSapphire
Can confirm CUEsheet issue is fixed with this test release. Same with using the /s 0 flag with /c2. Image Thanks!

Code: Select all

FILE "ifd-40x-test (Track 11).bin" BINARY
  TRACK 11 AUDIO
    INDEX 01 00:00:00
FILE "ifd-40x-test (Track 12).bin" BINARY
  TRACK 12 AUDIO
    INDEX 01 00:00:00
FILE "ifd-40x-test (Track 13).bin" BINARY
  TRACK 13 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:05

Code: Select all

  TRACK 11 AUDIO
    INDEX 01 63:43:13
  TRACK 12 AUDIO
    INDEX 01 65:45:15
  TRACK 13 AUDIO
    INDEX 00 67:51:12
    INDEX 01 67:53:17

Re: DiscImageCreator

Posted: Sun Jun 24, 2018 4:21 am
by jhmiller
I found that DIC crash after the "Checking SubRtoW (Track)" when dumping these 2  Dreamcast games:

NFL BLITZ 2000 (T-9703N USA)

Code: Select all

AppVersion
        x86, AnsiBuild, 20180623 112408
CurrentDirectory
        D:\Sistemas\Dreamcast\DC Dumper
WorkingPath
         Argument: T-9703N.bin
         FullPath: D:\Sistemas\Dreamcast\DC Dumper\T-9703N
            Drive: D:
        Directory: \Sistemas\Dreamcast\DC Dumper\
         Filename: T-9703N
        Extension: .bin
StartTime: 2018/06/24(Sun) 11:04:00
[WARNING] /c2 isn't set. The result of dumping may be incorrect if c2 error exists.
This drive can read a data sector at scrambled mode [OpCode: 0xbe, C2flag: 0, SubCode: 0]
This drive can read a data sector at scrambled mode [OpCode: 0xbe, C2flag: 0, SubCode: 1]
This drive can read a data sector at scrambled mode [OpCode: 0xbe, C2flag: 0, SubCode: 2]
LBA[045000, 0x0afc8]: [F:ExecSearchingOffset][L:114]
        Opcode: 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 [OpCode: 0xbe, C2flag: 0, SubCode: 4]
Checking SubQ adr (Track)  5/ 5
Checking SubRtoW (Track)  5/ 5
Virtua Tennis (51054 USA)

Code: Select all

AppVersion
        x86, AnsiBuild, 20180623 112408
CurrentDirectory
        D:\Sistemas\Dreamcast\DC Dumper
WorkingPath
         Argument: 51054.bin
         FullPath: D:\Sistemas\Dreamcast\DC Dumper\51054
            Drive: D:
        Directory: \Sistemas\Dreamcast\DC Dumper\
         Filename: 51054
        Extension: .bin
StartTime: 2018/06/24(Sun) 11:19:44
[WARNING] /c2 isn't set. The result of dumping may be incorrect if c2 error exists.
This drive can read a data sector at scrambled mode [OpCode: 0xbe, C2flag: 0, SubCode: 0]
This drive can read a data sector at scrambled mode [OpCode: 0xbe, C2flag: 0, SubCode: 1]
This drive can read a data sector at scrambled mode [OpCode: 0xbe, C2flag: 0, SubCode: 2]
LBA[045000, 0x0afc8]: [F:ExecSearchingOffset][L:114]
        Opcode: 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 [OpCode: 0xbe, C2flag: 0, SubCode: 4]
Checking SubQ adr (Track)  3/ 3
Checking SubRtoW (Track)  3/ 3
I do not know if it's important but I've noticed that these 2 games have an offset of -12 on the HDA.


Edit:
Another two with the same behaviour, and too with an offset of -12:
Conflict Zone (T-17721N USA)
Evolution - The World of Sacred Device (T-17706N USA)

Re: DiscImageCreator

Posted: Sun Jun 24, 2018 8:08 am
by sarami
jhmiller wrote:I do not know if it's important but I've noticed that these 2 games have an offset of -12 on the HDA.


Edit:
Another two with the same behaviour, and too with an offset of -12:
My other offset disc is no problem, so the problem is perhaps the offset of -12. Plz wait until I get the offset disc.

Re: DiscImageCreator

Posted: Sun Jun 24, 2018 4:34 pm
by jhmiller
Another two with the same behaviour, and too with an offset of -12:
Deep Fighter (T-17705N USA) Disc 1 and Disc 2
F1 World Grand Prix (51030 USA)

There is definitely an error with offset -12
All the others games that I have dumped today, have gone well:
Razor Freestyle Scooter (T-40219N) +13
World Series Baseball 2K1 (51055) -432
Sega Marine Fishing (51096) +13
Centipede (T-40602N) -336
The Next Tetris - On-Line Edition (T-40214N) +13
Ultimate Fighting Championship (T-40204N Usa) +13