Page 75 of 354

Re: DiscImageCreator

Posted: Tue Oct 06, 2015 5:21 pm
by F1ReB4LL
========================= FULL TOC on SCSIOP_READ_TOC =========================
    FirstCompleteSession: 1
     LastCompleteSession: 1
    Session 1, FirstTrack  1, Format: CD-DA or CD-ROM
    Session 1,  LastTrack 48
    Session 1,      Leadout, MSF 59:43:12 (LBA[268737, 0x419c1])
    Session 1,     Track  1, MSF 00:02:00 (LBA[000150, 0x00096])
    Session 1,     Track  2, MSF 01:24:24 (LBA[006324, 0x018b4])
    Session 1,     Track  3, MSF 03:08:63 (LBA[014163, 0x03753])
...
        Session 1,     Track 48, MSF 58:02:47 (LBA[261197, 0x3fc4d])
========================== Check SubRtoW for track[01] ========================
Technically, leadout is the track after the very last track, so maybe it's better to put it after all the tracks in the log, not before? Like:
========================= FULL TOC on SCSIOP_READ_TOC =========================
    FirstCompleteSession: 1
     LastCompleteSession: 1
    Session 1, FirstTrack  1, Format: CD-DA or CD-ROM
    Session 1,  LastTrack 48
    Session 1,     Track  1, MSF 00:02:00 (LBA[000150, 0x00096])
    Session 1,     Track  2, MSF 01:24:24 (LBA[006324, 0x018b4])
    Session 1,     Track  3, MSF 03:08:63 (LBA[014163, 0x03753])
...
        Session 1,     Track 48, MSF 58:02:47 (LBA[261197, 0x3fc4d])
    Session 1,      Leadout, MSF 59:43:12 (LBA[268737, 0x419c1])
========================== Check SubRtoW for track[01] ========================

Re: DiscImageCreator

Posted: Wed Oct 07, 2015 10:04 am
by sarami
I merely output the full toc data block in sequence.
point 0xa0 : FirstTrack
point 0xa1 : LastTrack
point 0xa2 : Leadout
point 0x01 : track 1
point 0x02 : track 2
point 0x03 : track 3
  :
  :
point 0x63 : track 99

This is the same as a ccd file.

Re: DiscImageCreator

Posted: Fri Nov 06, 2015 3:03 am
by Oddbrother
Am I allowed to write a testimonial on this program? Because I'm certainly happy that I've got the right Blu-Ray combo drive that works with this.

Re: DiscImageCreator

Posted: Fri Nov 06, 2015 9:04 am
by sarami
I welcome everybody.

Re: DiscImageCreator

Posted: Sat Nov 21, 2015 12:04 pm
by sarami
uploaded 2015/11/22 test
  - added: lead-in subchannel P, R-W fixing (Q haven't coded yet)
  - added: pack option in /be for cd command
  - added: some command-line message
  - fixed: overdumped .img file except plextor drive

Re: DiscImageCreator

Posted: Wed Nov 25, 2015 8:34 am
by Hustle
Hi, I'm getting an APPCRASH issue, both with the latest and stable versions of DIC, it only happens on certain discs.

Code: Select all

Problem signature:
  Problem Event Name:    APPCRASH
  Application Name:    DiscImageCreator.exe
  Application Version:    0.0.0.0
  Application Timestamp:    56509f34
  Fault Module Name:    DiscImageCreator.exe
  Fault Module Version:    0.0.0.0
  Fault Module Timestamp:    56509f34
  Exception Code:    c0000005
  Exception Offset:    0002018b
  OS Version:    6.1.7601.2.1.0.256.1
  Locale ID:    2057
  Additional Information 1:    0a9e
  Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:    0a9e
  Additional Information 4:    0a9e372d3b4ad19135b953a78882e789

Re: DiscImageCreator

Posted: Wed Nov 25, 2015 10:17 am
by sarami
Hi. created log please.

Re: DiscImageCreator

Posted: Wed Nov 25, 2015 5:21 pm
by Hustle
sarami wrote:Hi. created log please.
hey,

sorry about the late reply, I've uploaded what files were created to: http://www.megafileupload.com/i8y2/dump.7z

also I'm using a stock install of Windows 7 with the Visual C++ Redistributable Packages for Visual Studio 2013 installed, (I have a dedicated machine for dumping)

Hope this helps, many thanks.

Re: DiscImageCreator

Posted: Wed Nov 25, 2015 11:55 pm
by sarami

Code: Select all

Exception Code:    c0000005
I don't know where access violation occurs yet.
added log message. please retest.
BTW, please tell me the disc title.

Re: DiscImageCreator

Posted: Thu Nov 26, 2015 3:19 am
by Hustle
sarami wrote:

Code: Select all

Exception Code:    c0000005
I don't know where access violation occurs yet.
added log message. please retest.
BTW, please tell me the disc title.
Hey,

the new files created by your test DIC: http://www.megafileupload.com/qwUS/crash.zip

the disc is called "7 Classic Titles", it's an undumped PC combination disc with 7 games on it

DIC crashed at "Reading DirectoryRecord   38/  38"

hope this helps, please feel free to ask as many questions as you want and ill do my best to reply, many thanks