Page 247 of 354

Re: DiscImageCreator

Posted: Fri Mar 13, 2020 11:20 am
by sarami
can you explain what this mean in these logs:
ecma130 wrote:14.4 Intermediate field
The Intermediate field shall consist of 8 (00)-bytes recorded in positions 2 068 to 2 075.

Re: DiscImageCreator

Posted: Sun Mar 15, 2020 7:08 am
by F1ReB4LL
https://drive.google.com/open?id=1XYJwK … lFeWQj7Gma -- could you check this old log? Track 10 has 4 sectors with Index 02 (one of them is EAN), then it goes Index 01 again. Shouldn't DIC add a second Index 01 string after Index 02? And shouldn't DIC decode this EAN sector as CATALOG even if it's the only EAN sector in the image?

Re: DiscImageCreator

Posted: Sun Mar 15, 2020 7:57 pm
by sarami
According to subError.txt, subch of 134966 ... 134972 doesn't get correctly. I think the index of these sectors is 01.

Re: DiscImageCreator

Posted: Thu Mar 19, 2020 6:09 pm
by F1ReB4LL
sarami wrote:According to subError.txt, subch of 134966 ... 134972 doesn't get correctly. I think the index of these sectors is 01.
You were right, redumped with no weird sectors.

But DIC's logic for processing those randomly appeared index 02 and EAN sectors was wrong, I think.

Re: DiscImageCreator

Posted: Sun Mar 22, 2020 11:26 pm
by user7
sarami, i believe the ability to properly dump PS2 unlicensed discs has once again regressed. Everytime I dump I get a different hash. This issue seems to get fixed and regress once a year for the past few years.

Dumped with different newer versions of DIC including latest stable and latest test (logs): https://drive.google.com/file/d/15XIhk_ … sp=sharing

Please have a look when you get the chance. Many thanks.

Re: DiscImageCreator

Posted: Tue Mar 24, 2020 2:41 am
by sarami
Uploaded test version.
- fixed: PS2 unlicensed discs can't dump from 20191223

Re: DiscImageCreator

Posted: Tue Mar 24, 2020 9:09 am
by user7
dumps matched, logs for reference: https://drive.google.com/file/d/1uDWFeG … sp=sharing

Thank you!

Re: DiscImageCreator

Posted: Thu Mar 26, 2020 9:50 am
by user7
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.

Re: DiscImageCreator

Posted: Fri Apr 03, 2020 6:45 am
by sarami
*2020-04-03
- added: output ApplePartitionMap log
- added: /p is supported by PX-W4012 and some old plextor
- added: /vnx flag for videonow xp
- added: TOC reading for slot mechanism drive when swap command is used
- added: output DeviceType, StorageMediaType when disk command is used
- changed: /p and /c2 can't use together
- changed: PX-708A 1.04 is enabled to use
- improved: TOC_ATIP log
- fixed: misdetected leadin sector
- fixed: misdetected last sector of data track on subchannel
- fixed: do not check month and day of directory record for NERO___BURNING_ROM
- fixed: UNICODE build
- fixed: sector length of DVD-RAM, DVD+R
- fixed: TOC_INFO of CDTEXT
- fixed: when sub or mds command is used and valid extention is omitted, its command fails to execute
- fixed: swap command didn't work from 20191223
- fixed: get some drive offset
- fixed: Log of DISK_GEOMETRY_EX and FAT32
- fixed: PS2 unlicensed discs can't dump from 20191223
- fixed: Linux can't dump CD with CDTEXT

Re: DiscImageCreator

Posted: Mon Apr 06, 2020 3:14 pm
by Nexy
Nice, interested to look at what /p does.