Page 138 of 354

Re: DiscImageCreator

Posted: Thu May 24, 2018 12:57 pm
by sarami
iR0b0t wrote:It would require that all dumpers run XBC just to get this info.
I see, thx.

Uploaded test version.
-added: dumping PFI.bin and DMI.bin (all DVD based disc)

And uploaded a batch file for xbox. (run dic, ss_sector_range and FreeCell)
Please modify the path and drive letter individually.
http://www.mediafire.com/file/em1qbnh4i … mp.7z/file

Re: DiscImageCreator

Posted: Fri May 25, 2018 6:24 am
by antimatter
Hi, trying to dump an Apple Mac DL DVD. Tried a couple DIC releases & DIC released on 20180127 worked but latest version 20180522 & Test version 20180525 get mainError "Directory Record is invalid" and aborts.

Re: DiscImageCreator

Posted: Fri May 25, 2018 12:23 pm
by sarami

Code: Select all

                             Data Length: 4294967295
                 Recording Date and Time: 2010-01-06 04:59:56 +00:00
                              File Flags: 0 (Visible, File, Disassociated, File has't record format, Owner/Group ID has't, Final Directory Record)
                          File Unit Size: 0
                     Interleave Gap Size: 0
                  Volume Sequence Number: 1
               Length of File Identifier: 13
                         File Identifier: ARCHIVEPAX.GZ
Is this file really over 4GB size?

Re: DiscImageCreator

Posted: Fri May 25, 2018 3:27 pm
by antimatter
The Disc ends up being 5,379,096,576 bytes.

Code: Select all

========== DVDStructure ==========
FormatCode: 00, Sendable:  No, Readable: Yes, FormatLength: 2052
========== PhysicalFormatInformation ==========
           BookVersion: 1
              BookType: DVD-ROM
           MinimumRate: 10.08 Mbps
              DiskSize: 120mm
             LayerType: Layer contains embossed data
             TrackPath: Opposite Track Path
        NumberOfLayers: Double Layer
          TrackDensity: 0.74ƒÊm/track
         LinearDensity: 0.293ƒÊm/bit
    StartingDataSector:  196608 (0x30000)
         EndDataSector: 16580591 (0xfcffef)
    EndLayerZeroSector: 1509871 (0x1709ef)
               BCAFlag: No

Code: Select all

<rom name="20180127.iso" size="5379096576" crc="85f49cac" md5="d179d03b7bd249103f3b49f14cc5cdda" sha1="6bbeb8e4f865a2136ece8ca029e4f1103cf3143a" />

Re: DiscImageCreator

Posted: Fri May 25, 2018 5:32 pm
by niemand
The latest test version crashes when calculating the bin hash.
Additionally /ms shows the help message as if it's an invalid command.

Re: DiscImageCreator

Posted: Fri May 25, 2018 9:39 pm
by sarami
Some fixed.

Code: Select all

 /ms
It works now, but the lead-in of 2nd session can't read.
If /ms isn't used, dic skips reading 6750+4500+150=11400 sectors.
(6750 [1min30sec] is the lead-out of 1st session . 4500 [1min] is the lead-in of 2nd session. 150 [2sec] is the pregap of 1st track of 2nd session.)

Re: DiscImageCreator

Posted: Sun May 27, 2018 3:55 pm
by Dark Frost
Hi First Thanks For Creating This Tools For Everyone Image
But I Have a Problem For This Tool, I Use Pioneer DVR-221L , Sony Optiarch AD-7260S
But This Drives Not Copy The My Orginal Ps1 Cd Program Says Cant Read Scrabled Mode
and says İllegal Requiest illegal mode this track
How Can I Copy This My Cd
I Use This Command ?
DiscImageCreator.exe cd E: foo.bin 8 /c2
Thanks For Help Image

Re: DiscImageCreator

Posted: Mon May 28, 2018 6:31 am
by F1ReB4LL
rosewood wrote: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

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
Are you still here? Any chance for TOC & 1st track pregap dumps?

Re: DiscImageCreator

Posted: Mon May 28, 2018 6:33 am
by F1ReB4LL
Dark Frost wrote:How Can I Copy This My Cd
You either need to buy a specific drive that supports 0xD8 reading command or you can try to use the swapping - /viewtopic.php?p=24568#p24568

Re: DiscImageCreator

Posted: Tue May 29, 2018 1:16 pm
by sarami
F1ReB4LL wrote:And I've asked to add an automatic 1st pregap and TOC reading into DIC already, but you haven't added that yet
I checked the lead-in/out and pregap of 1st track once more.

Plextor
lead-in: part (about 1900 sectors)
pregap: all (150 sectors)
lead-out: part (100 sectors)

Lite-on (LH-18Axx, LH-20Axx, DH-20Axx)
lead-in: no
pregap: part (142 sectors)
lead-out: all (6750 sectors)

----
About lead-in:
As I told you, the lead-in can read using READ_TOC(0x43). Not only plextor but all drives can preserve it as the raw binary file like xbox preserves SS.bin, PFI.bin and DMI.bin.