#1 Burning Software

It is currently Thu Dec 19, 2024 2:05 am

All times are UTC




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: How often to call CdvdBurnerGrabber_SendOPC?
PostPosted: Tue Jan 10, 2006 7:53 pm 
Offline

Joined: Thu Jan 05, 2006 3:23 pm
Posts: 33
Hello,

I am doing incremental updates to the DVD on a file-by-file basis with separate calls to BuildImage / TrackAtOnceFromTree for each file -- all within the same process and with the same instance of the CdvdBurnerGrabber.

I could not tell from the documentation or samples how often we should be calling CdvdBurnerGrabber_SendOPC in this case. One time only for the lifetime of my process, or once before each file burn?

So far I am calling SendOPC once before each file burn. Experimentally that works the first couple of times and then I get the following error:

=====================
CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x54 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x03, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x73, Additional Sense Code Qualifier (ASCQ): 0x03
=====================

I've been ignoring the error and continuing...not sure if my corrupted discs are a result of this OPC issue or one of the other million questions I've been asking :)

Full debug log below!
-Chris


Top
 Profile  
 
 Post subject: Debug Log
PostPosted: Tue Jan 10, 2006 7:55 pm 
Offline

Joined: Thu Jan 05, 2006 3:23 pm
Posts: 33
This log covers my attempt to incrementally write out 2-3 different files starting from a blank disc.

=========================================


StarBurn CD/DVD Burning, Grabbing and Mastering Toolkit for Windows 95/98/Me/NT/2000/XP/2003 Version 5.12.2 ( 0x20051202 )
Copyright (c) Rocket Division Software 2001-2005. All rights reserved.

CStarBurn_ScsiTransportSPTI::CStarBurn_ScsiTransportSPTI(): WARNING! CreateFile( '\\.\StarOpen', 0xc0000000, 3, 0x00000000, 3, 0, 0x00000000 ) failed, status 2 ( 0x2 )

CStarBurn_ScsiTransportSPTI::CStarBurn_ScsiTransportSPTI(): Device '\\.\\\.\CdRom0' has SCSI address of 1:0:0:0

SCSI Capabilites Dump:
Length: 24 UCHAR(s), Maximum Transfer Lenght: 131072 UCHAR(s)
Maximum Physical Page(s) Per Data Buffer: 32, Supported Asynchronous Event(s): 0, Alignment Mask: 1
Tagged Command Queueing Supported: No, Adapter Scans Down for BIOS Device(s): No, Adapter Uses Programmed I/O: Yes

SCSI Device Inquiry Data Dump:
Device Type: 0x05, Removable: Yes
SCSI Version: 0, Soft Reset Supported: No
Command Queue Supported: No, Linked Commands Supported: No
Sync Transfer Supported: No, 16-bit bus: No
32-bit bus: No, Relative Addressing Supported: No
Vendor ID: 'PLEXTOR ', Product ID: 'DVDR PX-504A ', Revision Level: '1.02'


CStarBurn_ScsiDeviceGeneric::CStarBurn_ScsiDeviceGeneric_SharedConstructor(): 'PLEXTOR ' - 'DVDR PX-504A ' - '1.02' sits at 1:0:0:0

CD/DVD Capabilities Page Dump:
Page Code: 0x2A, Reserved1: 0x00, PSBit (Page Savable): 0
Page Size in UCHARs: 42 UCHARs, CD-R Read: Yes, CD-E Read: Yes
DVD-ROM Read: Yes, DVD-R Read: Yes, DVD-RAM Read: No, Reserved2: 0x00
CD-R Write: Yes, CD-E Write: Yes, Test Write: Yes
Reserved3: 0x00, DVD-R Write: No, DVD-RAM Write: No
Reserved4: 0x00, Audio Play: Yes, Composite: No
Digital Port One: No, Digital Port Two: No
MODE2 Form1: Yes, MODE2 Form2: Yes
Is Multi Session: Yes, CDDA: Yes, CDDAAccurate: Yes
BUP (Buffer Underrun Protection) Supported: Yes
RW Supported: Yes, RW Deinterleaved: No, C2Pointers: Yes
ISRC: Yes, UPC: Yes, Read Bar Code Capable: No
Lock: Yes, LockState: 0, Prevent Jumper: No
Reserved5: 0x00, Eject: Yes, Loading Mechanism Type: 0x01
Separate Volume: Yes, Separate Channel Mute: Yes
Supports Disc Present: No, SW Slot Selection: No
Side Change Capable: No, RW InLeadIn Readable: Yes, Reserved6: 0x00
Maximum Read Speed: 7056 KBps
Number Of Volume Level(s): 256, Buffer Size in KBs: 2048
Current Read Speed: 7056 KBps
Reserved7: 0x00
BCK: No, RCK: No, LSBF: No, Length: 0x00
Reserved8: 0x00
Maximum Write Speed: 2822 KBps
Current Write Speed: 2822 KBps
Reserved9: 0x0001


CStarBurn_CdvdBurnerGrabber::CStarBurn_CdvdBurnerGrabber_SharedConstructor(): Cache size is 160 MBs, 167772160 UCHARs

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000009

CStarBurn_CdvdBurnerGrabber::ReadTOCForDVD(): Processing media in 'read track info' mode...

CStarBurn_DumpAndParseTrackInformation(): WARNING! Length 34 less then 40!

Track Information Dump:
Track Number: 1, Session Number: 1
Track Mode: 0x04, Copy: No, Damage: No
Data Mode: 0x01, FP (Fixed Packet): No, Packet: No, Blank: No
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): No
Track Start Address (LBA): 0, Next Writable Address (LBA): 0
Free Logical Block(s): 0, Fixed Packet Size: 16 LB(s)
Track Size In LBs: 221184, Last Recorded Address: 0


StarBurn:StarBurn_CdvdBurnerGrabber_GetTrackInformation(): ENTERed for track number 0xFF

StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: No
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x03, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: No
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: No
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted DVD+RW or DVD-RAM media, capacity 2295103 LB(s)

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): PVD signature 0x00 0x00 0x00 0x00 0x00 is bad

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted ( 2295103 ) DVD+RW or DVD-RAM media, no valid PVD 0x00 0x00 0x00 0x00 0x00 present

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): First or invisible track ( 255 ) would be reported as blank

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): EXITing with success

Track Information Dump:
Track Number: 1, Session Number: 1
Track Mode: 0x00, Copy: No, Damage: No
Data Mode: 0x01, FP (Fixed Packet): No, Packet: No, Blank: Yes
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): Yes
Track Start Address (LBA): 0, Next Writable Address (LBA): 0
Free Logical Block(s): 2295103, Fixed Packet Size: 0 LB(s)
Track Size In LBs: 0, Last Recorded Address: 0


CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000009

StarBurn:StarBurn_CdvdBurnerGrabber_GetTrackInformation(): ENTERed for track number 0xFF

StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: No
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: No
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: No
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted DVD+RW or DVD-RAM media, capacity 2295103 LB(s)

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): PVD signature 0x00 0x00 0x00 0x00 0x00 is bad

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted ( 2295103 ) DVD+RW or DVD-RAM media, no valid PVD 0x00 0x00 0x00 0x00 0x00 present

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): First or invisible track ( 255 ) would be reported as blank

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): EXITing with success

Track Information Dump:
Track Number: 1, Session Number: 1
Track Mode: 0x00, Copy: No, Damage: No
Data Mode: 0x01, FP (Fixed Packet): No, Packet: No, Blank: Yes
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): Yes
Track Start Address (LBA): 0, Next Writable Address (LBA): 0
Free Logical Block(s): 2295103, Fixed Packet Size: 0 LB(s)
Track Size In LBs: 0, Last Recorded Address: 0


CStarBurn_CdvdBurnerGrabber::TestUnitReady(): ENTERed for 30 second(s), is fast exit: 1

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): EXITing with success

CStarBurn_CdvdBurnerGrabber::GetBUP(): ENTERed for 0x0308E3E3, 0x0308E3D7

CStarBurn_CdvdBurnerGrabber::GetBUP(): Probing for JustLink style protection...

CStarBurn_CdvdBurnerGrabber::GetBUP(): [ 1 ] Supported bit: 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): [ 1 ] Enabled bit: 0

CStarBurn_CdvdBurnerGrabber::GetBUP(): JustLink buffer underrun protection, supported status 1, enabled status 0

CStarBurn_CdvdBurnerGrabber::GetBUP(): Probing for BURN-Proof style protection...

CStarBurn_CdvdBurnerGrabber::GetBUP(): [ 2 ] Supported bit: 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): [ 2 ] Enabled bit: 0

CStarBurn_CdvdBurnerGrabber::GetBUP(): BURN-Proof buffer underrun protection, supported status 1, enabled status 0

CStarBurn_CdvdBurnerGrabber::GetBUP(): EXITing with success, supported: Yes, enabled: No

CStarBurn_CdvdBurnerGrabber::SetBUP(): ENTERed for 1

CStarBurn_CdvdBurnerGrabber::SetBUP(): Enabling JustLink style protection...

CStarBurn_CdvdBurnerGrabber::SetBUP(): [ 1 ] Enabled bit: 1

CStarBurn_CdvdBurnerGrabber::SetBUP(): JustLink buffer underrun protection, enabled status 1

CStarBurn_CdvdBurnerGrabber::SetBUP(): Enabling BURN-Proof style protection...

CStarBurn_CdvdBurnerGrabber::SetBUP(): [ 2 ] Enabled bit: 1

CStarBurn_CdvdBurnerGrabber::SetBUP(): BURN-Proof buffer underrun protection, enabled status 1

CStarBurn_CdvdBurnerGrabber::SetBUP(): EXITing with success, enabled: Yes

CStarBurn_CdvdBurnerGrabber::SetCdvdSpeeds(): ENTERed for 65535, 65535

CStarBurn_CdvdBurnerGrabber::SetCdvdSpeeds(): Setting speeds for DVD ( 9 )

CStarBurn_CdvdBurnerGrabber::SetCurrentSpeedsForDVD(): Ending LBA: 221184

CStarBurn_CdvdBurnerGrabber::SetCdvdSpeeds(): EXITing with success

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): ENTERed for 2 second(s), is fast exit: 1

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): EXITing with success

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000009

StarBurn:StarBurn_CdvdBurnerGrabber_GetLastTrack(): Using DVD-RW, DVD+RW or DVD-RAM ( 9 ) path

StarBurn:StarBurn_CdvdBurnerGrabber_GetLastTrack(): PVD signature 0x00 0x00 0x00 0x00 0x00 is *BAD*

CStarBurn_CdvdBurnerGrabber::SendOPC(): ENTERed

CStarBurn_CdvdBurnerGrabber::SendOPC(): EXITing with success

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): ENTERed for 0x03381CD0

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Inserted disc type 0x00000009

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): DVD media ( 9 ) now has single transfer size of 32768 UCHARs

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Setting write parameters to data

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Setting write parameters to MODE2/Form1

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Reading track information

StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted DVD+RW or DVD-RAM media, capacity 2295103 LB(s)

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): PVD signature 0x00 0x00 0x00 0x00 0x00 is bad

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted ( 2295103 ) DVD+RW or DVD-RAM media, no valid PVD 0x00 0x00 0x00 0x00 0x00 present

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): First or invisible track ( 255 ) would be reported as blank

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): EXITing with success

Track Information Dump:
Track Number: 1, Session Number: 1
Track Mode: 0x00, Copy: No, Damage: No
Data Mode: 0x01, FP (Fixed Packet): No, Packet: No, Blank: Yes
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): Yes
Track Start Address (LBA): 0, Next Writable Address (LBA): 0
Free Logical Block(s): 2295103, Fixed Packet Size: 0 LB(s)
Track Size In LBs: 0, Last Recorded Address: 0


CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Setting write parameters

StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x03, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x03, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): File chain size in LBs 29 should be OK for free LBs 2295103

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): DVD padding is NOT used, chain size in LBs: 29, padding state: 1, multisession: Yes

CStarBurn_CdvdBurnerGrabber::WriteCacheThread(): Patched last transfer size

CStarBurn_CdvdBurnerGrabber::WriteCacheThread(): Setting end marker (0)

CStarBurn_CdvdBurnerGrabber::WriteCacheThread(): Cache full event set #2

CStarBurn_CdvdBurnerGrabber::WriteCacheThread(): Set cache thread dead event

CStarBurn_CdvdBurnerGrabber::SynchronizeCache(): ENTERed

CStarBurn_CdvdBurnerGrabber::SynchronizeCache(): VendorID <PLEXTOR >, ProductID <DVDR PX-504A >, disc type 9

CStarBurn_CdvdBurnerGrabber::SynchronizeCache(): Generic synchronization

CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_CdvdBurnerGrabber::SynchronizeCache(): EXITing with success

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): EXITing with success

StarBurn:StarBurn_CvdBurnerGrabber_CloseSession(): ENTERed

CStarBurn_CdvdBurnerGrabber::CloseSession(): ENTERed

CStarBurn_CdvdBurnerGrabber::CloseSession(): Disc type 0x00000009

CStarBurn_CdvdBurnerGrabber::CloseSession(): Generic async close session

CStarBurn_CdvdBurnerGrabber::CloseSession(): EXITing with success #1

StarBurn:StarBurn_CvdBurnerGrabber_CloseSession(): EXITing with status 0 ( 0x0 )

StarBurn:StarBurn_CdvdBurnerGrabber_GetTrackInformation(): ENTERed for track number 0xFF

StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x03, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted DVD+RW or DVD-RAM media, capacity 2295103 LB(s)

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted ( 2295103 ) DVD+RW or DVD-RAM media, PVD 0x43 0x44 0x30 0x30 0x31 present

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Second or invisible track ( 255 ) would be reported as blank

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): EXITing with success

Track Information Dump:
Track Number: 2, Session Number: 2
Track Mode: 0x00, Copy: No, Damage: No
Data Mode: 0x01, FP (Fixed Packet): No, Packet: No, Blank: Yes
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): Yes
Track Start Address (LBA): 29, Next Writable Address (LBA): 29
Free Logical Block(s): 2295074, Fixed Packet Size: 0 LB(s)
Track Size In LBs: 0, Last Recorded Address: 0


CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000009

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000009

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000009

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000009

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000009

CStarBurn_CdvdBurnerGrabber::Lock(): ENTERed

CStarBurn_CdvdBurnerGrabber::Lock(): EXITing with success

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): ENTERed for 30 second(s), is fast exit: 1

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): EXITing with success

CStarBurn_CdvdBurnerGrabber::GetBUP(): ENTERed for 0x0308EABB, 0x0308EAAF

CStarBurn_CdvdBurnerGrabber::GetBUP(): Probing for JustLink style protection...

CStarBurn_CdvdBurnerGrabber::GetBUP(): [ 1 ] Supported bit: 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): [ 1 ] Enabled bit: 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): JustLink buffer underrun protection, supported status 1, enabled status 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): Probing for BURN-Proof style protection...

CStarBurn_CdvdBurnerGrabber::GetBUP(): [ 2 ] Supported bit: 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): [ 2 ] Enabled bit: 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): BURN-Proof buffer underrun protection, supported status 1, enabled status 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): EXITing with success, supported: Yes, enabled: Yes

CStarBurn_CdvdBurnerGrabber::SetCdvdSpeeds(): ENTERed for 65535, 65535

CStarBurn_CdvdBurnerGrabber::SetCdvdSpeeds(): Setting speeds for DVD ( 9 )

CStarBurn_CdvdBurnerGrabber::SetCurrentSpeedsForDVD(): Ending LBA: 2295104

CStarBurn_CdvdBurnerGrabber::SetCdvdSpeeds(): EXITing with success

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): ENTERed for 2 second(s), is fast exit: 1

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): EXITing with success

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000009

StarBurn:StarBurn_CdvdBurnerGrabber_GetLastTrack(): Using DVD-RW, DVD+RW or DVD-RAM ( 9 ) path

StarBurn:StarBurn_CdvdBurnerGrabber_GetLastTrack(): PVD signature 0x43 0x44 0x30 0x30 0x31 is *GOOD*

StarBurn:StarBurn_CdvdBurnerGrabber_GetTrackInformation(): ENTERed for track number 0xFF

StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted DVD+RW or DVD-RAM media, capacity 2295103 LB(s)

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted ( 2295103 ) DVD+RW or DVD-RAM media, PVD 0x43 0x44 0x30 0x30 0x31 present

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Second or invisible track ( 255 ) would be reported as blank

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): EXITing with success

Track Information Dump:
Track Number: 2, Session Number: 2
Track Mode: 0x00, Copy: No, Damage: No
Data Mode: 0x01, FP (Fixed Packet): No, Packet: No, Blank: Yes
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): Yes
Track Start Address (LBA): 29, Next Writable Address (LBA): 29
Free Logical Block(s): 2295074, Fixed Packet Size: 0 LB(s)
Track Size In LBs: 0, Last Recorded Address: 0


CStarBurn_CdvdBurnerGrabber::ReadTOCForDVD(): Processing media in 'read track info' mode...

CStarBurn_DumpAndParseTrackInformation(): WARNING! Length 34 less then 40!

Track Information Dump:
Track Number: 1, Session Number: 1
Track Mode: 0x04, Copy: No, Damage: No
Data Mode: 0x01, FP (Fixed Packet): No, Packet: No, Blank: No
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): No
Track Start Address (LBA): 0, Next Writable Address (LBA): 0
Free Logical Block(s): 0, Fixed Packet Size: 16 LB(s)
Track Size In LBs: 2295104, Last Recorded Address: 0


CStarBurn_CdvdBurnerGrabber::SendOPC(): ENTERed

CStarBurn_CdvdBurnerGrabber::SendOPC(): EXITing with success

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): ENTERed for 0x0B39F028

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Inserted disc type 0x00000009

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): DVD media ( 9 ) now has single transfer size of 32768 UCHARs

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Setting write parameters to data

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Setting write parameters to MODE2/Form1

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Reading track information

StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted DVD+RW or DVD-RAM media, capacity 2295103 LB(s)

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted ( 2295103 ) DVD+RW or DVD-RAM media, PVD 0x43 0x44 0x30 0x30 0x31 present

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Second or invisible track ( 255 ) would be reported as blank

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): EXITing with success

Track Information Dump:
Track Number: 2, Session Number: 2
Track Mode: 0x00, Copy: No, Damage: No
Data Mode: 0x01, FP (Fixed Packet): No, Packet: No, Blank: Yes
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): Yes
Track Start Address (LBA): 29, Next Writable Address (LBA): 29
Free Logical Block(s): 2295074, Fixed Packet Size: 0 LB(s)
Track Size In LBs: 0, Last Recorded Address: 0


CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Setting write parameters

StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x03, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x03, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): File chain size in LBs 30 should be OK for free LBs 2295074

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): DVD padding is NOT used, chain size in LBs: 30, padding state: 1, multisession: Yes

CStarBurn_CdvdBurnerGrabber::WriteCacheThread(): Patched last transfer size

CStarBurn_CdvdBurnerGrabber::WriteCacheThread(): Setting end marker (0)

CStarBurn_CdvdBurnerGrabber::WriteCacheThread(): Cache full event set #2

CStarBurn_CdvdBurnerGrabber::WriteCacheThread(): Set cache thread dead event

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): DVD+RW or DVD-RAM or DVD-RW (SR or RO) media ( 9 ) in multisession ( 1 ) mode and non-zero initial NWA ( 29 ), updating PVD

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Completed PVD update for DVD+RW or DVD-RAM or DVD-RW (SR or RO) media ( 9 ) in multisession ( 1 ) mode and non-zero initial NWA ( 29 )

CStarBurn_CdvdBurnerGrabber::SynchronizeCache(): ENTERed

CStarBurn_CdvdBurnerGrabber::SynchronizeCache(): VendorID <PLEXTOR >, ProductID <DVDR PX-504A >, disc type 9

CStarBurn_CdvdBurnerGrabber::SynchronizeCache(): Generic synchronization

CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_CdvdBurnerGrabber::SynchronizeCache(): EXITing with success

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): EXITing with success

StarBurn:StarBurn_CvdBurnerGrabber_CloseSession(): ENTERed

CStarBurn_CdvdBurnerGrabber::CloseSession(): ENTERed

CStarBurn_CdvdBurnerGrabber::CloseSession(): Disc type 0x00000009

CStarBurn_CdvdBurnerGrabber::CloseSession(): Generic async close session

CStarBurn_CdvdBurnerGrabber::CloseSession(): EXITing with success #1

StarBurn:StarBurn_CvdBurnerGrabber_CloseSession(): EXITing with status 0 ( 0x0 )

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): ENTERed for 30 second(s), is fast exit: 1

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): EXITing with success

CStarBurn_CdvdBurnerGrabber::GetBUP(): ENTERed for 0x0308EA53, 0x0308EA47

CStarBurn_CdvdBurnerGrabber::GetBUP(): Probing for JustLink style protection...

CStarBurn_CdvdBurnerGrabber::GetBUP(): [ 1 ] Supported bit: 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): [ 1 ] Enabled bit: 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): JustLink buffer underrun protection, supported status 1, enabled status 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): Probing for BURN-Proof style protection...

CStarBurn_CdvdBurnerGrabber::GetBUP(): [ 2 ] Supported bit: 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): [ 2 ] Enabled bit: 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): BURN-Proof buffer underrun protection, supported status 1, enabled status 1

CStarBurn_CdvdBurnerGrabber::GetBUP(): EXITing with success, supported: Yes, enabled: Yes

CStarBurn_CdvdBurnerGrabber::SetCdvdSpeeds(): ENTERed for 65535, 65535

CStarBurn_CdvdBurnerGrabber::SetCdvdSpeeds(): Setting speeds for DVD ( 9 )

CStarBurn_CdvdBurnerGrabber::SetCurrentSpeedsForDVD(): Ending LBA: 2295104

CStarBurn_CdvdBurnerGrabber::SetCdvdSpeeds(): EXITing with success

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): ENTERed for 2 second(s), is fast exit: 1

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): EXITing with success

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000009

StarBurn:StarBurn_CdvdBurnerGrabber_GetLastTrack(): Using DVD-RW, DVD+RW or DVD-RAM ( 9 ) path

StarBurn:StarBurn_CdvdBurnerGrabber_GetLastTrack(): PVD signature 0x43 0x44 0x30 0x30 0x31 is *GOOD*

StarBurn:StarBurn_CdvdBurnerGrabber_GetTrackInformation(): ENTERed for track number 0xFF

StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x03, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted DVD+RW or DVD-RAM media, capacity 2295103 LB(s)

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted ( 2295103 ) DVD+RW or DVD-RAM media, PVD 0x43 0x44 0x30 0x30 0x31 present

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Second or invisible track ( 255 ) would be reported as blank

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): EXITing with success

Track Information Dump:
Track Number: 2, Session Number: 2
Track Mode: 0x00, Copy: No, Damage: No
Data Mode: 0x01, FP (Fixed Packet): No, Packet: No, Blank: Yes
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): Yes
Track Start Address (LBA): 59, Next Writable Address (LBA): 59
Free Logical Block(s): 2295044, Fixed Packet Size: 0 LB(s)
Track Size In LBs: 0, Last Recorded Address: 0


CStarBurn_CdvdBurnerGrabber::ReadTOCForDVD(): Processing media in 'read track info' mode...

CStarBurn_DumpAndParseTrackInformation(): WARNING! Length 34 less then 40!

Track Information Dump:
Track Number: 1, Session Number: 1
Track Mode: 0x04, Copy: No, Damage: No
Data Mode: 0x01, FP (Fixed Packet): No, Packet: No, Blank: No
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): No
Track Start Address (LBA): 0, Next Writable Address (LBA): 0
Free Logical Block(s): 0, Fixed Packet Size: 16 LB(s)
Track Size In LBs: 2295104, Last Recorded Address: 0


CStarBurn_CdvdBurnerGrabber::SendOPC(): ENTERed

CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x54 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x03, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x73, Additional Sense Code Qualifier (ASCQ): 0x03


CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): ENTERed for 0x0B39F028

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Inserted disc type 0x00000009

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): DVD media ( 9 ) now has single transfer size of 32768 UCHARs

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Setting write parameters to data

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Setting write parameters to MODE2/Form1

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Reading track information

StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted DVD+RW or DVD-RAM media, capacity 2295103 LB(s)

CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x28 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: Yes, Segment Number: 0x00 (0)
Sense Key: 0x03, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x10
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x02, Additional Sense Code Qualifier (ASCQ): 0x00


CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Read10( ISO9660_SYSTEM_AREA_SIZE_IN_LBS ) failed

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted ( 2295103 ) DVD+RW or DVD-RAM media, no valid PVD 0x00 0x00 0x00 0x00 0x00 present

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): First or invisible track ( 255 ) would be reported as blank

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): EXITing with success

Track Information Dump:
Track Number: 1, Session Number: 1
Track Mode: 0x00, Copy: No, Damage: No
Data Mode: 0x01, FP (Fixed Packet): No, Packet: No, Blank: Yes
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): Yes
Track Start Address (LBA): 0, Next Writable Address (LBA): 0
Free Logical Block(s): 2295103, Fixed Packet Size: 0 LB(s)
Track Size In LBs: 0, Last Recorded Address: 0


CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): Setting write parameters

StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x03, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x03, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): File chain size in LBs 1979 should be OK for free LBs 2295103

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): DVD padding is NOT used, chain size in LBs: 1979, padding state: 1, multisession: Yes

CStarBurn_CdvdBurnerGrabber::WriteCacheThread(): Patched last transfer size

CStarBurn_CdvdBurnerGrabber::WriteCacheThread(): Setting end marker (0)

CStarBurn_CdvdBurnerGrabber::WriteCacheThread(): Cache full event set #2

CStarBurn_CdvdBurnerGrabber::WriteCacheThread(): Set cache thread dead event

CStarBurn_CdvdBurnerGrabber::SynchronizeCache(): ENTERed

CStarBurn_CdvdBurnerGrabber::SynchronizeCache(): VendorID <PLEXTOR >, ProductID <DVDR PX-504A >, disc type 9

CStarBurn_CdvdBurnerGrabber::SynchronizeCache(): Generic synchronization

CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

SCSI Status: 0x02, CDB Length: 10, CDB Dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

SCSI sense data dump:
Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
Additional Sense Length: 0x0A (10)
Command Specific Information: 0x00 0x00 0x00 0x00
Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08


CStarBurn_CdvdBurnerGrabber::SynchronizeCache(): EXITing with success

CStarBurn_CdvdBurnerGrabber::TrackAtOnce(): EXITing with success

StarBurn:StarBurn_CvdBurnerGrabber_CloseSession(): ENTERed

CStarBurn_CdvdBurnerGrabber::CloseSession(): ENTERed

CStarBurn_CdvdBurnerGrabber::CloseSession(): Disc type 0x00000009

CStarBurn_CdvdBurnerGrabber::CloseSession(): Generic async close session

CStarBurn_CdvdBurnerGrabber::CloseSession(): EXITing with success #1

StarBurn:StarBurn_CvdBurnerGrabber_CloseSession(): EXITing with status 0 ( 0x0 )

StarBurn:StarBurn_CdvdBurnerGrabber_GetTrackInformation(): ENTERed for track number 0xFF

StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x03, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!

Write Parameters Page Dump:
Page Code: 0x05, PSBit (Page Saveable): 0
Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
Host Application Code: 0x00, Session Format: 0x00
Packet Size: 0, Audio Pause Length: 150
Media Catalog Number: 0x00000000000000000000000000000000
ISRC: 0x00000000000000000000000000000000
SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
Vendor Specific: 0x00 0x00 0x00 0x00


CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted DVD+RW or DVD-RAM media, capacity 2295103 LB(s)

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Formatted ( 2295103 ) DVD+RW or DVD-RAM media, PVD 0x43 0x44 0x30 0x30 0x31 present

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): Second or invisible track ( 255 ) would be reported as blank

CStarBurn_CdvdBurnerGrabber::ReadTrackInformationForDVDPLUSRWOrDVDRAM(): EXITing with success

Track Information Dump:
Track Number: 2, Session Number: 2
Track Mode: 0x00, Copy: No, Damage: No
Data Mode: 0x01, FP (Fixed Packet): No, Packet: No, Blank: Yes
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): Yes
Track Start Address (LBA): 2038, Next Writable Address (LBA): 2038
Free Logical Block(s): 2293065, Fixed Packet Size: 0 LB(s)
Track Size In LBs: 0, Last Recorded Address: 0


CStarBurn_CdvdBurnerGrabber::Release(): ENTERed

CStarBurn_CdvdBurnerGrabber::Release(): EXITing with success

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000009


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 11, 2006 10:10 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
1) You need to call SendOPC before every single true burn process for CD or DVD. So in your case if you're recording twice w/o disc eject you need to call SendOPC two times (some drives may "cache" OPC values for non-swapped CD or DVD media but let's keep code compatible and working with as much hardware as we can).

2) SendOPC *CAN* fail (in your case it's "power calibration area error" - seems the disc was used for burning too many times - try to do full erase of it). And you're right - just continue showing warning to user and that's all.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 11, 2006 3:16 pm 
Offline

Joined: Thu Jan 05, 2006 3:23 pm
Posts: 33
You are correct that I am not ejecting the disc between every write because I write frequently.

What I found experimentally is that if I called SendOPC before every write, after 2-3 writes the SendOPC would fail. If I then ignored the failure and continued to write the disc would get corrupted and I would be unable to view/replay.

I then backed up a bit and started just calling SendOPC once before the *first* write. That made the overall system seem to behave much better because I never got the corrupted disc effect. I was able to do incremental writes and actually perform the stress testing I mentioned in another post. I did see occasional failures of SendOPC on the first call so I put in a retry loop (3-4 iterations) to make sure I got a successful return before proceeding. As of right now that is my "most functional" solution.

Based on your comments I will return to calling SendOPC before each write and just put each call in a retry loop to make sure the disc doesn't get corrupted. There is always the possibility that I'm doing something else unrelated that is causing the corruption and SendOPC is just a red herring...will let you know how it goes!

Thanks,
Chris


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 13, 2006 12:22 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
What you've hit is hardware dependent thing. OPC (Optimum Power Calibration) is optional thing. It allows the burner's laser to pick up best working laser power for currently inserted media. It's OK for it to fail b/s calibration area (100 writes) full or whatever else. I'd recommend you to find a workaround as your sitiation seems to be non-common one - I think not so many people used DVD media for backups w/o keeping the disc loaded in drive. Or you may still send OPC once if you've found it working for your particular case (I think you don't have production software targted to many machines so this workaround should be fine for you. Please let me know about the restults in any case. Thanks!

cyust wrote:
You are correct that I am not ejecting the disc between every write because I write frequently.

What I found experimentally is that if I called SendOPC before every write, after 2-3 writes the SendOPC would fail. If I then ignored the failure and continued to write the disc would get corrupted and I would be unable to view/replay.

I then backed up a bit and started just calling SendOPC once before the *first* write. That made the overall system seem to behave much better because I never got the corrupted disc effect. I was able to do incremental writes and actually perform the stress testing I mentioned in another post. I did see occasional failures of SendOPC on the first call so I put in a retry loop (3-4 iterations) to make sure I got a successful return before proceeding. As of right now that is my "most functional" solution.

Based on your comments I will return to calling SendOPC before each write and just put each call in a retry loop to make sure the disc doesn't get corrupted. There is always the possibility that I'm doing something else unrelated that is causing the corruption and SendOPC is just a red herring...will let you know how it goes!

Thanks,
Chris


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 44 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group