#1 Burning Software

It is currently Wed Apr 24, 2024 11:50 pm

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Power-Burn conformed Sony Drive problem
PostPosted: Wed Feb 16, 2005 9:33 am 
Hi, I've recently downloaded the StarBurn SDK, and am currently playing with the supplied sample executable files...

My burner is a Sony DRU-720A, connected externally through USB.

I am attempting to duplicate generic CDs... (CD-DA, VCD, CD-ROM)

For Audio CD, It worked fine if I used SAO RAW using the following commands:


GrabDisc 1 0 0 0 d:\test 2
SessionAtOnceRawPW 2 0 0 0 d:\test.mds


However, the same commands won't work if I tried it on a data CD-ROM. It would failed:

=================================<< DUMP

SessionAtOnceRawRawPW:main(): ENTERed for 6 argument(s)
SessionAtOnceRawRawPW:main(): 160 MBs of cache will be used during burn process
SessionAtOnceRawRawPW:main(): Probing SCSI address 2:0:0:0 for CD/DVD burner dev
ice... OK!
SessionAtOnceRawRawPW:main(): Found CD/DVD device 'SONY ' - 'DVD RW DRU-720A
' - 'JY01' with 2097152 UCHARs of cache
SessionAtOnceRawRawPW:main(): Device name '\\.\F:'
SessionAtOnceRawRawPW:main(): Probing supported write modes... OK!
SessionAtOnceRawRawPW:main(): Track-At-Once: Yes, Session-At-Once: Yes, Disc-At-
Once PQ: Yes, Disc-At-Once raw P-W: Yes
SessionAtOnceRawRawPW:main(): Testing unit ready... OK!
SessionAtOnceRawRawPW:main(): Getting BUP (Buffer Underrun Protection) support..
. OK!
SessionAtOnceRawRawPW:main(): BUP (Buffer Underrun Protection) Enabled: No, Supp
orted: No
SessionAtOnceRawRawPW:main(): Setting maximum supported CD/DVD speeds... OK!
SessionAtOnceRawRawPW:main(): Getting current CD/DVD speeds... OK!
SessionAtOnceRawRawPW:main(): Current read speed 2117 KBps (2117 maximum)
SessionAtOnceRawRawPW:main(): Current write speed 7056 KBps (7056 maximum)
SessionAtOnceRawRawPW:main(): Getting track information... OK!
SessionAtOnceRawRawPW:main(): Track blank: Yes, NWA valid: Yes, free LBs 359844,
NWA 0, Track number 1
SessionAtOnceRawRawPW:main(): Getting disc information... OK!
SessionAtOnceRawRawPW:main(): Disc erasable: No, Disc status: 0x00, Last session
status: 0x00, Disc type: 2
SessionAtOnceRawRawPW:main(): Sending OPC (Optimum Power Calibration)... OK!
SessionAtOnceRawRawPW:main(): Writing the stuff to the CD/DVD disc >>>
SessionAtOnceRawRawPW:Callback(): TARGET_FILE_ANALYZE_BEGIN
SessionAtOnceRawRawPW:Callback(): Target file size in UCHARs 813272112, LBs 3322
19
SessionAtOnceRawRawPW:Callback(): TARGET_FILE_ANALYZE_END


SessionAtOnceRawRawPW:main(): StarBurn_CdvdBurnerGrabber_SessionAtOnceRawRawPW()
failed, exception 8, status 31, text 'CStarBurn_ScsiTransportASPI::ExecuteCDB()
: Command failed'

SessionAtOnceRawRawPW:main(): EXITing with failure


========================= << END DUMP

I don't see SAO RAW mode listed as the mode supported, so I also tried DAO Raw mode:

DiscAtOnceFromFile 2 0 0 0 -burn "d:\test.mds"

But the program simply hangs here:

========================== << DUMP
atus: 0x00, Disc type: 2
DiscAtOnceFromFile:main(): Sending OPC (Optimum Power Calibration)... OK!
DiscAtOnceFromFile:main(): Writing the stuff to the CD/DVD disc >>>
DiscAtOnceFromFile:main(): Processing file <d:\test.mds>, 1 file from 1 file(s)
total
DiscAtOnceFromFile:Callback(): TARGET_FILE_ANALYZE_BEGIN
DiscAtOnceFromFile:Callback(): Target file size in UCHARs 0, LBs 0
DiscAtOnceFromFile:Callback(): TARGET_FILE_ANALYZE_END
DiscAtOnceFromFile:Callback(): WAIT_CACHE_FULL_BEGIN
DiscAtOnceFromFile:Callback(): Waiting for cache full not more then 953250 ms...
OK!
DiscAtOnceFromFile:Callback(): WAIT_CACHE_FULL_END

================================ << END DUMP

The interesting thing is that this Sony burner is said to have NO underburn protection. And I checked the burner's manual, and it says it has Power-Burn-conformed technology.

Please advice, thanks!


Top
  
 
 Post subject: Re: Power-Burn conformed Sony Drive problem
PostPosted: Wed Feb 16, 2005 1:46 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
1) We need debug output logs and not only console output. Was referenced tons of times here.

2) Is this mutlisession data CD?

3) This drive (like any other LiteOn) has buffer-underrun technology which cannot be turned off or on (no manual control). That's why we report is absent. Also mentioned here.

David Lin wrote:
Hi, I've recently downloaded the StarBurn SDK, and am currently playing with the supplied sample executable files...

My burner is a Sony DRU-720A, connected externally through USB.

I am attempting to duplicate generic CDs... (CD-DA, VCD, CD-ROM)

For Audio CD, It worked fine if I used SAO RAW using the following commands:


GrabDisc 1 0 0 0 d:\test 2
SessionAtOnceRawPW 2 0 0 0 d:\test.mds


However, the same commands won't work if I tried it on a data CD-ROM. It would failed:

=================================<< DUMP

SessionAtOnceRawRawPW:main(): ENTERed for 6 argument(s)
SessionAtOnceRawRawPW:main(): 160 MBs of cache will be used during burn process
SessionAtOnceRawRawPW:main(): Probing SCSI address 2:0:0:0 for CD/DVD burner dev
ice... OK!
SessionAtOnceRawRawPW:main(): Found CD/DVD device 'SONY ' - 'DVD RW DRU-720A
' - 'JY01' with 2097152 UCHARs of cache
SessionAtOnceRawRawPW:main(): Device name '\\.\F:'
SessionAtOnceRawRawPW:main(): Probing supported write modes... OK!
SessionAtOnceRawRawPW:main(): Track-At-Once: Yes, Session-At-Once: Yes, Disc-At-
Once PQ: Yes, Disc-At-Once raw P-W: Yes
SessionAtOnceRawRawPW:main(): Testing unit ready... OK!
SessionAtOnceRawRawPW:main(): Getting BUP (Buffer Underrun Protection) support..
. OK!
SessionAtOnceRawRawPW:main(): BUP (Buffer Underrun Protection) Enabled: No, Supp
orted: No
SessionAtOnceRawRawPW:main(): Setting maximum supported CD/DVD speeds... OK!
SessionAtOnceRawRawPW:main(): Getting current CD/DVD speeds... OK!
SessionAtOnceRawRawPW:main(): Current read speed 2117 KBps (2117 maximum)
SessionAtOnceRawRawPW:main(): Current write speed 7056 KBps (7056 maximum)
SessionAtOnceRawRawPW:main(): Getting track information... OK!
SessionAtOnceRawRawPW:main(): Track blank: Yes, NWA valid: Yes, free LBs 359844,
NWA 0, Track number 1
SessionAtOnceRawRawPW:main(): Getting disc information... OK!
SessionAtOnceRawRawPW:main(): Disc erasable: No, Disc status: 0x00, Last session
status: 0x00, Disc type: 2
SessionAtOnceRawRawPW:main(): Sending OPC (Optimum Power Calibration)... OK!
SessionAtOnceRawRawPW:main(): Writing the stuff to the CD/DVD disc >>>
SessionAtOnceRawRawPW:Callback(): TARGET_FILE_ANALYZE_BEGIN
SessionAtOnceRawRawPW:Callback(): Target file size in UCHARs 813272112, LBs 3322
19
SessionAtOnceRawRawPW:Callback(): TARGET_FILE_ANALYZE_END


SessionAtOnceRawRawPW:main(): StarBurn_CdvdBurnerGrabber_SessionAtOnceRawRawPW()
failed, exception 8, status 31, text 'CStarBurn_ScsiTransportASPI::ExecuteCDB()
: Command failed'

SessionAtOnceRawRawPW:main(): EXITing with failure


========================= << END DUMP

I don't see SAO RAW mode listed as the mode supported, so I also tried DAO Raw mode:

DiscAtOnceFromFile 2 0 0 0 -burn "d:\test.mds"

But the program simply hangs here:

========================== << DUMP
atus: 0x00, Disc type: 2
DiscAtOnceFromFile:main(): Sending OPC (Optimum Power Calibration)... OK!
DiscAtOnceFromFile:main(): Writing the stuff to the CD/DVD disc >>>
DiscAtOnceFromFile:main(): Processing file <d:\test.mds>, 1 file from 1 file(s)
total
DiscAtOnceFromFile:Callback(): TARGET_FILE_ANALYZE_BEGIN
DiscAtOnceFromFile:Callback(): Target file size in UCHARs 0, LBs 0
DiscAtOnceFromFile:Callback(): TARGET_FILE_ANALYZE_END
DiscAtOnceFromFile:Callback(): WAIT_CACHE_FULL_BEGIN
DiscAtOnceFromFile:Callback(): Waiting for cache full not more then 953250 ms...
OK!
DiscAtOnceFromFile:Callback(): WAIT_CACHE_FULL_END

================================ << END DUMP

The interesting thing is that this Sony burner is said to have NO underburn protection. And I checked the burner's manual, and it says it has Power-Burn-conformed technology.

Please advice, thanks!


Top
 Profile  
 
 Post subject: Here's the debug log... It says Buffer Underrun at the end.
PostPosted: Sat Feb 19, 2005 1:04 am 
Hi, thanks for your prompt reply...

I've checked the debug log, and it shows that there is indeed a buffer underrun condition...

What's curious is that in the DVD drive capabilities section, it says BUP is supported, however, it's never enabled...

Again, here is the command line I used:

DiscAtOnceFromFile 2 0 0 0 -burn d:\test.mds

I've also downloaded the trail version of Grab&Burn, and it is able to copy the disc successfully using the same Sony drive, just as I wanted.

And if I understand it correctly, Grab&Burn uses the StarBurn API internally? So there must be something wrong in the way that I've issued my commands? Or the sequences of commands that I've issued?

Thanks for all your help...


David Lin



And here is the actual log...

======================================[ LOG START]

SCSI Port Inquiry Dump:
SCSI ID: 7, Manager 'ROCKET', Identifier 'Port 002'
Residual Count Supported: Yes, Number of SCSI Target(s) Supported: 15
Single Transfer Size: 65536 UCHARs


CStarBurn_ScsiTransportASPI::CStarBurn_ScsiTrasportASPI(): Symbolic name is '\\.\F:'

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: 'SONY ', Product ID: 'DVD RW DRU-720A ', Revision Level: 'JY01'


CStarBurn_ScsiDeviceGeneric::CStarBurn_ScsiDeviceGeneric_SharedConstructor(): 'SONY ' - 'DVD RW DRU-720A ' - 'JY01' sits at 2:0:0:0

CD/DVD Capabilities Page Dump:
Page Code: 0x2A, Reserved1: 0x00, PSBit (Page Savable): 0
Page Size in UCHARs: 66 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: Yes, DVD-RAM Write: No
Reserved4: 0x00, Audio Play: Yes, Composite: No
Digital Port One: Yes, 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: 2117 KBps
Number Of Volume Level(s): 256, Buffer Size in KBs: 2048
Current Read Speed: 2117 KBps
Reserved7: 0x00
BCK: No, RCK: No, LSBF: No, Length: 0x01
Reserved8: 0x00
Maximum Write Speed: 7056 KBps
Current Write Speed: 7056 KBps
Reserved9: 0x0001


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: 0x00, 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


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: 0x02, 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: 0x02, 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: 0x02, 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: 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: 0x01, 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: 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: 0x01, 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: 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: 0x01, 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: 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: 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


CStarBurn_CdvdBurnerGrabber::TestUnitReady(): ENTERed for 10 second(s)

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): EXITing with success

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

CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): Current Read 2117, Maximum Read 2117, Current Write 7056, Maximum Write 7056

CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): EXITing with success

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

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

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_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: Yes
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): Yes
Track Start Address (LBA): 0, Next Writable Address (LBA): 0
Free Block(s): 359844, Fixed Packet Size: 0 UCHARs
Track Size In LBs: 359844, Last Recorded Address: -1


CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

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

CStarBurn_CdvdBurnerGrabber::SendOPC(): ENTERed

CStarBurn_CdvdBurnerGrabber::SendOPC(): EXITing with success

StarBurn:StarBurn_IsAudioFileSupported(): ENTERed for 'D:\TEST.MDS', probing for supported uncompressed...

StarBurn:StarBurn_IsAudioFileSupported(): WARNING! Unrecognized as supported uncompressed, status 87 ( 0x57 ), probing for supported compressed...

StarBurn:StarBurn_IsAudioFileSupported(): EXITing with failure, unrecognized as supported compressed, status -1072889818 ( 0xc00d0026 )

StarBurn:StarBurnI_IsMDF(): File name extension is NOT correct!!!

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): ENTERed for 0x04BF8300

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Inserted disc type 0x00000002

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): CD media ( 2 ) now has single transfer size of 61440 UCHARs

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Setting write parameters to DATA

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Setting write parameters to CDDA/CDROM

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): 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: 0x00, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x05, 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: 0x03, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: No
Track Mode: 0x00, 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: 0x03, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: No
Track Mode: 0x00, 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


CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Reading track information

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

Track Information Dump:
Track Number: 1, Session Number: 1
Track Mode: 0x00, Copy: No, Damage: No
Data Mode: 0x0F, 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 Block(s): 359844, Fixed Packet Size: 0 UCHARs
Track Size In LBs: 359846, Last Recorded Address: -1


CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Lead-in LBA ( -11634 ), NWA -11634, Lead-in size in LBs 11484

CStarBurn_ISO9660FileTreeLeadInRawRawPW::FormatLeadIn(): No CD-Text because Data track present

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

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

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Before writing lead-in, NWA -11634, lead-in size in LBs 11484

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Lead-in last packet ( 12 ), generic packet ( 16 )

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): After writing lead-in, before writing pregap, NWA -150, pregap size in LBs 150

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Pregap last packet ( 6 ), generic packet ( 16 )

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): After writing pregap, before writing track, NWA 0

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

=====================================[ LOG END ]


Top
  
 
 Post subject: Re: Here's the debug log... It says Buffer Underrun at the e
PostPosted: Sat Feb 19, 2005 10:45 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
1) Grab & Burn does not use StarBurn SDK internally. It uses own burning engine.

2) The way BUP is reported but never enabled is correct for "no manual control" LiteOn (Sony) devices.

3) You cannot copy DVD disc with Disc-At-Once recording mode, Track-At-Once samples must be used.

4) You need to pass .mdf or .iso image not .mds header file.

David Lin wrote:
Hi, thanks for your prompt reply...

I've checked the debug log, and it shows that there is indeed a buffer underrun condition...

What's curious is that in the DVD drive capabilities section, it says BUP is supported, however, it's never enabled...

Again, here is the command line I used:

DiscAtOnceFromFile 2 0 0 0 -burn d:\test.mds

I've also downloaded the trail version of Grab&Burn, and it is able to copy the disc successfully using the same Sony drive, just as I wanted.

And if I understand it correctly, Grab&Burn uses the StarBurn API internally? So there must be something wrong in the way that I've issued my commands? Or the sequences of commands that I've issued?

Thanks for all your help...


David Lin



And here is the actual log...

======================================[ LOG START]

SCSI Port Inquiry Dump:
SCSI ID: 7, Manager 'ROCKET', Identifier 'Port 002'
Residual Count Supported: Yes, Number of SCSI Target(s) Supported: 15
Single Transfer Size: 65536 UCHARs


CStarBurn_ScsiTransportASPI::CStarBurn_ScsiTrasportASPI(): Symbolic name is '\\.\F:'

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: 'SONY ', Product ID: 'DVD RW DRU-720A ', Revision Level: 'JY01'


CStarBurn_ScsiDeviceGeneric::CStarBurn_ScsiDeviceGeneric_SharedConstructor(): 'SONY ' - 'DVD RW DRU-720A ' - 'JY01' sits at 2:0:0:0

CD/DVD Capabilities Page Dump:
Page Code: 0x2A, Reserved1: 0x00, PSBit (Page Savable): 0
Page Size in UCHARs: 66 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: Yes, DVD-RAM Write: No
Reserved4: 0x00, Audio Play: Yes, Composite: No
Digital Port One: Yes, 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: 2117 KBps
Number Of Volume Level(s): 256, Buffer Size in KBs: 2048
Current Read Speed: 2117 KBps
Reserved7: 0x00
BCK: No, RCK: No, LSBF: No, Length: 0x01
Reserved8: 0x00
Maximum Write Speed: 7056 KBps
Current Write Speed: 7056 KBps
Reserved9: 0x0001


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: 0x00, 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


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: 0x02, 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: 0x02, 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: 0x02, 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: 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: 0x01, 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: 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: 0x01, 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: 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: 0x01, 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: 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: 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


CStarBurn_CdvdBurnerGrabber::TestUnitReady(): ENTERed for 10 second(s)

CStarBurn_CdvdBurnerGrabber::TestUnitReady(): EXITing with success

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

CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): ENTERed

CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): Current Read 2117, Maximum Read 2117, Current Write 7056, Maximum Write 7056

CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): EXITing with success

CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

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

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_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: Yes
RT (Reserved Track): No, NWA_V (Next Writable Address Valid): Yes
Track Start Address (LBA): 0, Next Writable Address (LBA): 0
Free Block(s): 359844, Fixed Packet Size: 0 UCHARs
Track Size In LBs: 359844, Last Recorded Address: -1


CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed

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

CStarBurn_CdvdBurnerGrabber::SendOPC(): ENTERed

CStarBurn_CdvdBurnerGrabber::SendOPC(): EXITing with success

StarBurn:StarBurn_IsAudioFileSupported(): ENTERed for 'D:\TEST.MDS', probing for supported uncompressed...

StarBurn:StarBurn_IsAudioFileSupported(): WARNING! Unrecognized as supported uncompressed, status 87 ( 0x57 ), probing for supported compressed...

StarBurn:StarBurn_IsAudioFileSupported(): EXITing with failure, unrecognized as supported compressed, status -1072889818 ( 0xc00d0026 )

StarBurn:StarBurnI_IsMDF(): File name extension is NOT correct!!!

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): ENTERed for 0x04BF8300

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Inserted disc type 0x00000002

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): CD media ( 2 ) now has single transfer size of 61440 UCHARs

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Setting write parameters to DATA

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Setting write parameters to CDDA/CDROM

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): 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: 0x00, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: Yes
Track Mode: 0x05, 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: 0x03, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: No
Track Mode: 0x00, 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: 0x03, Test Write: No, Reserved2_1: 0x00
BUP (Buffer Underrun Protection) Enabled: No
Track Mode: 0x00, 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


CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Reading track information

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

Track Information Dump:
Track Number: 1, Session Number: 1
Track Mode: 0x00, Copy: No, Damage: No
Data Mode: 0x0F, 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 Block(s): 359844, Fixed Packet Size: 0 UCHARs
Track Size In LBs: 359846, Last Recorded Address: -1


CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Lead-in LBA ( -11634 ), NWA -11634, Lead-in size in LBs 11484

CStarBurn_ISO9660FileTreeLeadInRawRawPW::FormatLeadIn(): No CD-Text because Data track present

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

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

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Before writing lead-in, NWA -11634, lead-in size in LBs 11484

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Lead-in last packet ( 12 ), generic packet ( 16 )

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): After writing lead-in, before writing pregap, NWA -150, pregap size in LBs 150

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): Pregap last packet ( 6 ), generic packet ( 16 )

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): After writing pregap, before writing track, NWA 0

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

CStarBurn_CdvdBurnerGrabber::DiscAtOnceRawPW(): BUFFER UNDERRUN

=====================================[ LOG END ]


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 15 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