#1 Burning Software

It is currently Mon Apr 29, 2024 3:17 am

All times are UTC




Post new topic Reply to topic  [ 89 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: It Works!!!!
PostPosted: Fri Sep 24, 2004 3:23 pm 
Offline

Joined: Mon Sep 06, 2004 1:45 pm
Posts: 118
I got the call working. I appreciate your help very much.

I am still struggling with the wave file format. The ones I'm creating on my machine using the wavIn... API calls creates a 18 byte header and you are only accepting a 16 byte header at the moment. I undertand you will be loosinging up that requirement in the next release. Can I get a wav file from you to test with?


Top
 Profile  
 
 Post subject: Re: It Works!!!!
PostPosted: Fri Sep 24, 2004 3:42 pm 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134
bbriggstkd wrote:
Can I get a wav file from you to test with?


Download any mp3/wav from the internet or check files from your Windows folder.


Top
 Profile  
 
 Post subject: Another Question about DAO
PostPosted: Sun Sep 26, 2004 3:40 am 
Offline

Joined: Mon Sep 06, 2004 1:45 pm
Posts: 118
One of your parameters for the call is "isNextSessionAllowed"

If this just asking if you want to close the disk or not?


Top
 Profile  
 
 Post subject: Re: Another Question about DAO
PostPosted: Sun Sep 26, 2004 9:05 am 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134
bbriggstkd wrote:
One of your parameters for the call is "isNextSessionAllowed"
If this just asking if you want to close the disk or not?


Yes, you are right. Set FALSE to close disc


Top
 Profile  
 
 Post subject: Still Getting Runtime Error
PostPosted: Sun Sep 26, 2004 10:17 pm 
Offline

Joined: Mon Sep 06, 2004 1:45 pm
Posts: 118
I have one question that has not been answered yet. When I run my program I get a runtime error instead of your dll returning an error code. Am I doing something wrong? I've got On Error Resume Next and break on unhandled errors. I should be able to trap the error. I've also tried On Error Goto ErrorHandler but I still can't trap the error. This is happening when I use the wav file with the 18 byte header.

I know the header size will be addressed in your next release but I still should be able to trap this error. I'm wondering if it is being raised in a manor that VB can trap it.


Top
 Profile  
 
 Post subject: Re: Still Getting Runtime Error
PostPosted: Mon Sep 27, 2004 6:48 am 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134
bbriggstkd wrote:
I have one question that has not been answered yet. When I run my program I get a runtime error instead of your dll returning an error code. Am I doing something wrong? I've got On Error Resume Next and break on unhandled errors. I should be able to trap the error. I've also tried On Error Goto ErrorHandler but I still can't trap the error. This is happening when I use the wav file with the 18 byte header.

I know the header size will be addressed in your next release but I still should be able to trap this error. I'm wondering if it is being raised in a manor that VB can trap it.


I will check you wav files and then I will fix this bug.
Thanks for report.


Top
 Profile  
 
 Post subject: Re: Still Getting Runtime Error
PostPosted: Sun Oct 17, 2004 5:57 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
OK. I've finally got chance to view the WAVs you've uploaded. I do not know what was the name of the app you've used to create them but they have tons of tags I have no idea how to interpet... For now I've added the ability to the StarBurn to accept the input stream w/o additonal checks. So just rename your WAVs to RAWs (.raw) and StarBurn would ASSUME you've checked for correct CD-quality audio stream yourself. Updated release would be available in a couple of days. If you're interested we can give away beta build for you right now. Just drop me an e-mail with your personal data so I would not make our beta passwords public domain :-)

alexey (staff) wrote:
bbriggstkd wrote:
I have one question that has not been answered yet. When I run my program I get a runtime error instead of your dll returning an error code. Am I doing something wrong? I've got On Error Resume Next and break on unhandled errors. I should be able to trap the error. I've also tried On Error Goto ErrorHandler but I still can't trap the error. This is happening when I use the wav file with the 18 byte header.

I know the header size will be addressed in your next release but I still should be able to trap this error. I'm wondering if it is being raised in a manor that VB can trap it.


I will check you wav files and then I will fix this bug.
Thanks for report.


Top
 Profile  
 
 Post subject: Windows API
PostPosted: Tue Oct 19, 2004 6:42 pm 
Offline

Joined: Mon Sep 06, 2004 1:45 pm
Posts: 118
I used Windows API calls in VB to create the wave files. I created on large WAV then broke it up with MCI commands. The tags might be where I deleted portions of the file to break it up into tracks. I can send you the VB code if you like. I got it off the internet. It seems to work fine as far a producing WAV files that can be played back through media player. As far as the internal structure of the files, I don't know anything about that. I'll send you my email address so you can give me the beta version.


Top
 Profile  
 
 Post subject: Re: Windows API
PostPosted: Wed Oct 20, 2004 7:12 pm 
Got your e-mail. Alex would build a version for you. Your feedback is welcomed! Thank you!

bbriggstkd wrote:
I used Windows API calls in VB to create the wave files. I created on large WAV then broke it up with MCI commands. The tags might be where I deleted portions of the file to break it up into tracks. I can send you the VB code if you like. I got it off the internet. It seems to work fine as far a producing WAV files that can be played back through media player. As far as the internal structure of the files, I don't know anything about that. I'll send you my email address so you can give me the beta version.


Top
  
 
 Post subject: Re: Windows API
PostPosted: Fri Oct 22, 2004 12:10 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Damn! This was me also! :-( Alex is building a version for you. Just got his butt kicked :-)

Anonymous wrote:
Got your e-mail. Alex would build a version for you. Your feedback is welcomed! Thank you!

bbriggstkd wrote:
I used Windows API calls in VB to create the wave files. I created on large WAV then broke it up with MCI commands. The tags might be where I deleted portions of the file to break it up into tracks. I can send you the VB code if you like. I got it off the internet. It seems to work fine as far a producing WAV files that can be played back through media player. As far as the internal structure of the files, I don't know anything about that. I'll send you my email address so you can give me the beta version.


Top
 Profile  
 
 Post subject: Got the Beta
PostPosted: Sun Oct 24, 2004 1:54 am 
Offline

Joined: Mon Sep 06, 2004 1:45 pm
Posts: 118
I got the beta code and have been looking at the files. I still don't see where I can set the track gap size for a Disk At Once Audio CD. I need to burn gapless audio cds. You had previously told me you were going to have that in this new version of the SDK. Are you still going to support it?


Top
 Profile  
 
 Post subject: Beta Didn't work
PostPosted: Sun Oct 24, 2004 2:51 am 
Offline

Joined: Mon Sep 06, 2004 1:45 pm
Posts: 118
The beta build didn't work for me. Of course, I could have gotten something wrong.

I renamed my WAV files to RAW. It looked like the DAO Structures were the same so I didn't make any changes to that.

Here is the debug information.

00000000 0.00000000 [3448]
00000001 0.00000000 [3448] WnASPI32 ASPI Layer for Windows NT/2000/XP/2003 Version 4.1.0 ( 0x20040910 )
00000002 0.00000000 [3448] Copyright (c) Rocket Division Software 2001-2004. All rights reserved.
00000003 0.00000000 [3448]
00000004 0.01485273 [3448]
00000005 0.01485273 [3448] StarBurn CD/DVD Burning, Grabbing and Mastering Toolkit for Windows 95/98/Me/NT/2000/XP/2003 Version 4.1.0 ( 0x20041017 )
00000006 0.01485273 [3448] Copyright (c) Rocket Division Software 2001-2004. All rights reserved.
00000007 0.01485273 [3448]
00000008 0.01485273 [3448]
00000009 0.01485273 [3448] This is FREE version of StarBurn SDK and it should be distributed with FREE software only!
00000010 0.01485273 [3448] If you've noticed somebody using it in non-FREE software please report software piracy to piracy@rocketdivison.com
00000011 2.57579301 [3448]
00000012 2.57579301 [3448] ** FREE ** ** FREE ** ** FREE ** ** FREE ** ** FREE ** ** FREE ** ** FREE ** ** FREE ** ** FREE **
00000013 2.57579301 [3448]
00000014 2.57677414 [3448]
00000015 2.57677414 [3448] StarWave Media Streaming Toolkit for Windows 95/98/Me/NT/2000/XP/2003 Version 4.2.1 ( 0x20041017 )
00000016 2.57677414 [3448] Copyright (c) Rocket Division Software 2001-2004. All rights reserved.
00000017 2.57677414 [3448]
00000018 2.57689511 [3448] StarWave_UpStart(): CoInitializeEx( NULL, COINIT_MULTITHREADED ) failed, status -2147417850 ( 0x80010106 )
00000019 2.64411650 [3448]
00000020 2.64411650 [3448] SCSI port inquiry dump:
00000021 2.64417768 [3448] SCSI ID: 7, Manager 'ROCKET', Identifier 'Port 001'
00000022 2.64421316 [3448] Residual Count Supported: Yes, Number of SCSI Target(s) Supported: 15
00000023 2.64424752 [3448] Single Transfer Size: 65536 UCHARs
00000024 2.64424752 [3448]
00000025 2.64428496 [3448]
00000026 2.64428496 [3448] CStarBurn_ScsiTransportASPI::CStarBurn_ScsiTrasportASPI(): Symbolic name is '\\.\D:'
00000027 2.64793458 [3448]
00000028 2.64793458 [3448] SCSI device inquiry data dump:
00000029 2.64793458 [3448] Device Type: 0x05, Removable: Yes
00000030 2.64798627 [3448] SCSI Version: 0, Soft Reset Supported: No
00000031 2.64804270 [3448] Command Queue Supported: No, Linked Commands Supported: No
00000032 2.64805555 [3448] Sync Transfer Supported: No, 16-bit bus: No
00000033 2.64808935 [3448] 32-bit bus: No, Relative Addressing Supported: No
00000034 2.64813182 [3448] Vendor ID: 'QSI ', Product ID: 'CDRW/DVD SBW242U', Revision Level: 'US06'
00000035 2.64813182 [3448]
00000036 2.64817176 [3448]
00000037 2.64817176 [3448] CStarBurn_ScsiDeviceGeneric::CStarBurn_ScsiDeviceGeneric(): 'QSI ' - 'CDRW/DVD SBW242U' - 'US06' sits at 1:0:0:0
00000038 2.65285532 [3448]
00000039 2.65285532 [3448] CDVD capabilities page dump:
00000040 2.65285532 [3448] Page Code: 0x2A, Reserved1: 0x00, PSBit (Page Savable): 0
00000041 2.65293298 [3448] Page Size in UCHARs: 56 UCHARs, CD-R Read: Yes, CD-E Read: Yes
00000042 2.65296791 [3448] DVD-ROM Read: Yes, DVD-R Read: Yes, DVD-RAM Read: No, Reserved2: 0x00
00000043 2.65300283 [3448] CD-R Write: Yes, CD-E Write: Yes, Test Write: Yes
00000044 2.65303747 [3448] Reserved3: 0x00, DVD-R Write: No, DVD-RAM Write: No
00000045 2.65307155 [3448] Reserved4: 0x00, Audio Play: Yes, Composite: No
00000046 2.65310563 [3448] Digital Port One: No, Digital Port Two: No
00000047 2.65313971 [3448] MODE2 Form1: Yes, MODE2 Form2: Yes
00000048 2.65317380 [3448] Is Multi Session: Yes, CDDA: Yes, CDDAAccurate: Yes
00000049 2.65320872 [3448] BUP (Buffer Underrun Protection) Supported: Yes
00000050 2.65324336 [3448] RW Supported: Yes, RW Deinterleaved: No, C2Pointers: Yes
00000051 2.65327800 [3448] ISRC: Yes, UPC: Yes, Read Bar Code Capable: No
00000052 2.65331236 [3448] Lock: Yes, LockState: 0, Prevent Jumper: No
00000053 2.65334644 [3448] Reserved5: 0x00, Eject: Yes, Loading Mechanism Type: 0x01
00000054 2.65338053 [3448] Separate Volume: Yes, Separate Channel Mute: Yes
00000055 2.65341517 [3448] Supports Disc Present: No, SW Slot Selection: No
00000056 2.65344981 [3448] Side Change Capable: No, RW InLeadIn Readable: Yes, Reserved6: 0x00
00000057 2.65348529 [3448] Maximum read speed: 1410 KBps
00000058 2.65351909 [3448] Number Of Volume Level(s): 256, Buffer Size in KBs: 2048
00000059 2.65355345 [3448] Current read speed: 1410 KBps
00000060 2.65358726 [3448] Reserved7: 0x00
00000061 2.65361994 [3448] BCK: No, RCK: No, LSBF: No, Length: 0x01
00000062 2.65365375 [3448] Reserved8: 0x00
00000063 2.65368699 [3448] Maximum write speed: 1762 KBps
00000064 2.65372387 [3448] Current write speed: 1762 KBps
00000065 2.66153045 [3448] Reserved9: 0x0001
00000066 2.66153045 [3448]
00000067 2.67006868 [3448]
00000068 2.67006868 [3448] CStarBurn_CdvdBurnerGrabber::GetSupportedMediaFormatsEx(): DVD+RW page size in UCHAR(s): 12
00000069 2.68247557 [3448]
00000070 2.68247557 [3448] CStarBurn_CdvdBurnerGrabber::GetSupportedMediaFormatsEx(): DVD+R page size in UCHAR(s): 12
00000071 2.68253088 [3448]
00000072 2.68253088 [3448] StarBurn:StarBurn_GetDeviceNameByDeviceAddress(): Running under Windows NT and up...
00000073 2.69517802 [3448]
00000074 2.69517802 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000075 2.69523752 [3448]
00000076 2.69523752 [3448] Write parameter page dump:
00000077 2.69523752 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000078 2.69530066 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000079 2.69533614 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000080 2.69537078 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000081 2.69540570 [3448] Next Session: 0x00, Data Block Type: 0x03, Reserved4: 0x00
00000082 2.69544006 [3448] Host Application Code: 0x00, Session Format: 0x00
00000083 2.69547722 [3448] Packet Size: 0, Audio Pause Length: 150
00000084 2.69551382 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000085 2.69554790 [3448] ISRC: 0x00000000000000000000000000000000
00000086 2.69558254 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000087 2.69561718 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000088 2.69565266 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000089 2.69565266 [3448]
00000090 2.69568870 [3448]
00000091 2.69568870 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000092 2.69572613 [3448]
00000093 2.69572613 [3448] Write parameter page dump:
00000094 2.69572613 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000095 2.69576301 [3448] Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
00000096 2.69579793 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000097 2.69583285 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000098 2.69586721 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000099 2.69590213 [3448] Host Application Code: 0x00, Session Format: 0x00
00000100 2.69593845 [3448] Packet Size: 0, Audio Pause Length: 150
00000101 2.69597477 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000102 2.69600941 [3448] ISRC: 0x00000000000000000000000000000000
00000103 2.69604349 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000104 2.69607757 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000105 2.69622676 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000106 2.69622676 [3448]
00000107 2.70084494 [3448]
00000108 2.70084494 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000109 2.70089131 [3448]
00000110 2.70089131 [3448] Write parameter page dump:
00000111 2.70089131 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000112 2.70092903 [3448] Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
00000113 2.70095333 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000114 2.70098881 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000115 2.70102373 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000116 2.70108017 [3448] Host Application Code: 0x00, Session Format: 0x00
00000117 2.70111732 [3448] Packet Size: 0, Audio Pause Length: 150
00000118 2.70115392 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000119 2.70116677 [3448] ISRC: 0x00000000000000000000000000000000
00000120 2.70120113 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000121 2.70123521 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000122 2.70130841 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000123 2.70130841 [3448]
00000124 2.70172243 [3448]
00000125 2.70172243 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000126 2.70176070 [3448]
00000127 2.70176070 [3448] Write parameter page dump:
00000128 2.70176070 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000129 2.70179953 [3448] Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
00000130 2.70185121 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000131 2.70188669 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000132 2.70194424 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000133 2.70195709 [3448] Host Application Code: 0x00, Session Format: 0x00
00000134 2.70199117 [3448] Packet Size: 0, Audio Pause Length: 150
00000135 2.70202721 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000136 2.70206381 [3448] ISRC: 0x00000000000000000000000000000000
00000137 2.70209733 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000138 2.70215293 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000139 2.70216550 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000140 2.70216550 [3448]
00000141 2.70220126 [3448]
00000142 2.70220126 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000143 2.70223813 [3448]
00000144 2.70223813 [3448] Write parameter page dump:
00000145 2.70223813 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000146 2.70227641 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000147 2.70231049 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000148 2.70236636 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000149 2.70237949 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000150 2.70241385 [3448] Host Application Code: 0x00, Session Format: 0x00
00000151 2.70244822 [3448] Packet Size: 0, Audio Pause Length: 150
00000152 2.70248481 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000153 2.70252197 [3448] ISRC: 0x00000000000000000000000000000000
00000154 2.70257728 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000155 2.70258985 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000156 2.70262394 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000157 2.70262394 [3448]
00000158 2.70813888 [3448]
00000159 2.70813888 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000160 2.70819196 [3448]
00000161 2.70819196 [3448] Write parameter page dump:
00000162 2.70819196 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000163 2.70824029 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000164 2.70829728 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000165 2.70833220 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000166 2.70836740 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000167 2.70840177 [3448] Host Application Code: 0x00, Session Format: 0x00
00000168 2.70879958 [3448] Packet Size: 0, Audio Pause Length: 150
00000169 2.70886412 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000170 2.70889876 [3448] ISRC: 0x00000000000000000000000000000000
00000171 2.70893284 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000172 2.70896720 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000173 2.70904682 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000174 2.70904682 [3448]
00000175 2.70942815 [3448]
00000176 2.70942815 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000177 2.70946615 [3448]
00000178 2.70946615 [3448] Write parameter page dump:
00000179 2.70946615 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000180 2.70951643 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000181 2.70954018 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000182 2.70957454 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000183 2.70960946 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000184 2.70964466 [3448] Host Application Code: 0x00, Session Format: 0x00
00000185 2.70967846 [3448] Packet Size: 0, Audio Pause Length: 150
00000186 2.70972847 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000187 2.70975166 [3448] ISRC: 0x00000000000000000000000000000000
00000188 2.70978518 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000189 2.70981926 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000190 2.70985363 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000191 2.70985363 [3448]
00000192 2.70989022 [3448]
00000193 2.70989022 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000194 2.70993939 [3448]
00000195 2.70993939 [3448] Write parameter page dump:
00000196 2.70993939 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000197 2.70996537 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000198 2.70999973 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000199 2.71003438 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000200 2.71006930 [3448] Next Session: 0x00, Data Block Type: 0x01, Reserved4: 0x00
00000201 2.71010394 [3448] Host Application Code: 0x00, Session Format: 0x00
00000202 2.71015199 [3448] Packet Size: 0, Audio Pause Length: 150
00000203 2.71017462 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000204 2.71021093 [3448] ISRC: 0x00000000000000000000000000000000
00000205 2.71024474 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000206 2.71027882 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000207 2.71032156 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000208 2.71032156 [3448]
00000209 2.71600189 [3448]
00000210 2.71600189 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000211 2.71605581 [3448]
00000212 2.71605581 [3448] Write parameter page dump:
00000213 2.71605581 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000214 2.71607257 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000215 2.71610777 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000216 2.71614297 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000217 2.71617817 [3448] Next Session: 0x00, Data Block Type: 0x01, Reserved4: 0x00
00000218 2.71623405 [3448] Host Application Code: 0x00, Session Format: 0x00
00000219 2.71627092 [3448] Packet Size: 0, Audio Pause Length: 150
00000220 2.71628349 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000221 2.71632065 [3448] ISRC: 0x00000000000000000000000000000000
00000222 2.71635445 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000223 2.71638881 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000224 2.71682434 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000225 2.71682434 [3448]
00000226 2.71723194 [3448]
00000227 2.71723194 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000228 2.71727384 [3448]
00000229 2.71727384 [3448] Write parameter page dump:
00000230 2.71727384 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000231 2.71731323 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000232 2.71734732 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000233 2.71738224 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000234 2.71743951 [3448] Next Session: 0x00, Data Block Type: 0x01, Reserved4: 0x00
00000235 2.71747387 [3448] Host Application Code: 0x00, Session Format: 0x00
00000236 2.71751102 [3448] Packet Size: 0, Audio Pause Length: 150
00000237 2.71752360 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000238 2.71755991 [3448] ISRC: 0x00000000000000000000000000000000
00000239 2.71759344 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000240 2.71764931 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000241 2.71768507 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000242 2.71768507 [3448]
00000243 2.71772083 [3448]
00000244 2.71772083 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000245 2.71773563 [3448]
00000246 2.71773563 [3448] Write parameter page dump:
00000247 2.71773563 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000248 2.71777419 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000249 2.71780883 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000250 2.71786554 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000251 2.71790018 [3448] Next Session: 0x00, Data Block Type: 0x03, Reserved4: 0x00
00000252 2.71793454 [3448] Host Application Code: 0x00, Session Format: 0x00
00000253 2.71794795 [3448] Packet Size: 0, Audio Pause Length: 150
00000254 2.71798427 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000255 2.71803120 [3448] ISRC: 0x00000000000000000000000000000000
00000256 2.71808624 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000257 2.71812116 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000258 2.71829688 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000259 2.71829688 [3448]
00000260 2.72304972 [3448]
00000261 2.72304972 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000262 2.72309023 [3448]
00000263 2.72309023 [3448] Write parameter page dump:
00000264 2.72309023 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000265 2.72313045 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000266 2.72317711 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000267 2.72319974 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000268 2.72323438 [3448] Next Session: 0x00, Data Block Type: 0x03, Reserved4: 0x00
00000269 2.72327014 [3448] Host Application Code: 0x00, Session Format: 0x00
00000270 2.72330422 [3448] Packet Size: 0, Audio Pause Length: 150
00000271 2.72334082 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000272 2.72338887 [3448] ISRC: 0x00000000000000000000000000000000
00000273 2.72341150 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000274 2.72344530 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000275 2.72347938 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000276 2.72347938 [3448]
00000277 2.72398838 [3448]
00000278 2.72398838 [3448] CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): ENTERed
00000279 2.72537515 [3448]
00000280 2.72537515 [3448] CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): Current Read 1410, Maximum Read 1410, Current Write 1762, Maximum Write 1762
00000281 2.72904517 [3448]
00000282 2.72904517 [3448] CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): EXITing with success
00000283 2.73231849 [3448]
00000284 2.73231849 [3448] SCSI port inquiry dump:
00000285 2.73235816 [3448] SCSI ID: 7, Manager 'ROCKET', Identifier 'Port 002'
00000286 2.73239392 [3448] Residual Count Supported: Yes, Number of SCSI Target(s) Supported: 15
00000287 2.73242884 [3448] Single Transfer Size: 65536 UCHARs
00000288 2.73242884 [3448]
00000289 2.73303562 [3448]
00000290 2.73303562 [3448] CStarBurn_Wrapper::GetMountMgrSymbolicLinkName(): Number of mount points: 2
00000291 2.73310323 [3448]
00000292 2.73310323 [3448] CStarBurn_Wrapper::GetMountMgrSymbolicLinkName(): Symbolic link 1 of 2 name: '\??\Volume{7bdb50f5-b66b-11d8-982d-00038a000015}'
00000293 2.73314765 [3448]
00000294 2.73314765 [3448] CStarBurn_Wrapper::GetMountMgrSymbolicLinkName(): Symbolic link 2 of 2 name: '\DosDevices\F:'
00000295 2.73316329 [3448]
00000296 2.73316329 [3448] CStarBurn_ScsiTransportASPI::CStarBurn_ScsiTrasportASPI(): Symbolic name is '\??\Volume{7bdb50f5-b66b-11d8-982d-00038a000015}'
00000297 2.73475512 [3448]
00000298 2.73475512 [3448] SCSI device inquiry data dump:
00000299 2.73475512 [3448] Device Type: 0x05, Removable: Yes
00000300 2.73478892 [3448] SCSI Version: 0, Soft Reset Supported: No
00000301 2.73482384 [3448] Command Queue Supported: No, Linked Commands Supported: No
00000302 2.73486938 [3448] Sync Transfer Supported: No, 16-bit bus: No
00000303 2.73489200 [3448] 32-bit bus: No, Relative Addressing Supported: No
00000304 2.73493056 [3448] Vendor ID: 'MATSHITA', Product ID: 'DVD-RAM SW-9571 ', Revision Level: 'A111'
00000305 2.73493056 [3448]
00000306 2.73497889 [3448]
00000307 2.73497889 [3448] CStarBurn_ScsiDeviceGeneric::CStarBurn_ScsiDeviceGeneric(): 'MATSHITA' - 'DVD-RAM SW-9571 ' - 'A111' sits at 2:0:0:0
00000308 2.73660703 [3448]
00000309 2.73660703 [3448] CDVD capabilities page dump:
00000310 2.73660703 [3448] Page Code: 0x2A, Reserved1: 0x00, PSBit (Page Savable): 0
00000311 2.73665368 [3448] Page Size in UCHARs: 62 UCHARs, CD-R Read: Yes, CD-E Read: Yes
00000312 2.73671151 [3448] DVD-ROM Read: Yes, DVD-R Read: Yes, DVD-RAM Read: Yes, Reserved2: 0x00
00000313 2.73674671 [3448] CD-R Write: Yes, CD-E Write: Yes, Test Write: Yes
00000314 2.73675984 [3448] Reserved3: 0x00, DVD-R Write: Yes, DVD-RAM Write: Yes
00000315 2.73679504 [3448] Reserved4: 0x00, Audio Play: Yes, Composite: Yes
00000316 2.73682884 [3448] Digital Port One: No, Digital Port Two: No
00000317 2.73686265 [3448] MODE2 Form1: Yes, MODE2 Form2: Yes
00000318 2.73691768 [3448] Is Multi Session: Yes, CDDA: Yes, CDDAAccurate: Yes
00000319 2.73695232 [3448] BUP (Buffer Underrun Protection) Supported: Yes
00000320 2.73696489 [3448] RW Supported: No, RW Deinterleaved: No, C2Pointers: Yes
00000321 2.73699898 [3448] ISRC: Yes, UPC: Yes, Read Bar Code Capable: Yes
00000322 2.73703334 [3448] Lock: Yes, LockState: 0, Prevent Jumper: No
00000323 2.73706798 [3448] Reserved5: 0x00, Eject: Yes, Loading Mechanism Type: 0x01
00000324 2.73712301 [3448] Separate Volume: Yes, Separate Channel Mute: Yes
00000325 2.73715766 [3448] Supports Disc Present: No, SW Slot Selection: No
00000326 2.73717107 [3448] Side Change Capable: No, RW InLeadIn Readable: Yes, Reserved6: 0x00
00000327 2.73720571 [3448] Maximum read speed: 8310 KBps
00000328 2.73723979 [3448] Number Of Volume Level(s): 256, Buffer Size in KBs: 2048
00000329 2.73727387 [3448] Current read speed: 8310 KBps
00000330 2.73732919 [3448] Reserved7: 0x00
00000331 2.73736243 [3448] BCK: No, RCK: No, LSBF: No, Length: 0x00
00000332 2.73737500 [3448] Reserved8: 0x00
00000333 2.73740825 [3448] Maximum write speed: 1385 KBps
00000334 2.73744205 [3448] Current write speed: 1385 KBps
00000335 2.73747529 [3448] Reserved9: 0x0001
00000336 2.73747529 [3448]
00000337 2.74650605 [3448]
00000338 2.74650605 [3448] CStarBurn_CdvdBurnerGrabber::GetSupportedMediaFormatsEx(): DVD+RW page size in UCHAR(s): 4
00000339 2.74798026 [3448]
00000340 2.74798026 [3448] CStarBurn_CdvdBurnerGrabber::GetSupportedMediaFormatsEx(): DVD+R page size in UCHAR(s): 4
00000341 2.74806072 [3448]
00000342 2.74806072 [3448] StarBurn:StarBurn_GetDeviceNameByDeviceAddress(): Running under Windows NT and up...
00000343 2.74823783 [3448]
00000344 2.74823783 [3448] CStarBurn_Wrapper::GetMountMgrSymbolicLinkName(): Number of mount points: 2
00000345 2.74828002 [3448]
00000346 2.74828002 [3448] CStarBurn_Wrapper::GetMountMgrSymbolicLinkName(): Symbolic link 1 of 2 name: '\??\Volume{7bdb50f5-b66b-11d8-982d-00038a000015}'
00000347 2.74831997 [3448]
00000348 2.74831997 [3448] CStarBurn_Wrapper::GetMountMgrSymbolicLinkName(): Symbolic link 2 of 2 name: '\DosDevices\F:'
00000349 2.75139885 [3448]
00000350 2.75139885 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000351 2.75142176 [3448]
00000352 2.75142176 [3448] Write parameter page dump:
00000353 2.75142176 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000354 2.75147344 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000355 2.75150780 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000356 2.75154272 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000357 2.75157792 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000358 2.75163380 [3448] Host Application Code: 0x00, Session Format: 0x00
00000359 2.75164721 [3448] Packet Size: 0, Audio Pause Length: 150
00000360 2.75168380 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000361 2.75182488 [3448] ISRC: 0x00000000000000000000000000000000
00000362 2.75186064 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000363 2.75189528 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000364 2.75195283 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000365 2.75195283 [3448]
00000366 2.75198915 [3448]
00000367 2.75198915 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000368 2.75202658 [3448]
00000369 2.75202658 [3448] Write parameter page dump:
00000370 2.75202658 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000371 2.75206346 [3448] Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
00000372 2.75209838 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000373 2.75213274 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000374 2.75216711 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000375 2.75220175 [3448] Host Application Code: 0x00, Session Format: 0x00
00000376 2.75223834 [3448] Packet Size: 0, Audio Pause Length: 150
00000377 2.75227466 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000378 2.75230874 [3448] ISRC: 0x00000000000000000000000000000000
00000379 2.75234255 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000380 2.75237663 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000381 2.75247161 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000382 2.75247161 [3448]
00000383 2.75484398 [3448]
00000384 2.75484398 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000385 2.75488896 [3448]
00000386 2.75488896 [3448] Write parameter page dump:
00000387 2.75488896 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000388 2.75492863 [3448] Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
00000389 2.75496271 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000390 2.75502026 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000391 2.75505574 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000392 2.75509010 [3448] Host Application Code: 0x00, Session Format: 0x00
00000393 2.75510379 [3448] Packet Size: 0, Audio Pause Length: 150
00000394 2.75514039 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000395 2.75517754 [3448] ISRC: 0x00000000000000000000000000000000
00000396 2.75523286 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000397 2.75526722 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000398 2.75533036 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000399 2.75533036 [3448]
00000400 2.75621985 [3448]
00000401 2.75621985 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000402 2.75625980 [3448]
00000403 2.75625980 [3448] Write parameter page dump:
00000404 2.75625980 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000405 2.75629836 [3448] Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
00000406 2.75635451 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000407 2.75638971 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000408 2.75640256 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000409 2.75678948 [3448] Host Application Code: 0x00, Session Format: 0x00
00000410 2.75685960 [3448] Packet Size: 0, Audio Pause Length: 150
00000411 2.75689732 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000412 2.75695570 [3448] ISRC: 0x00000000000000000000000000000000
00000413 2.75699034 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000414 2.75700292 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000415 2.75703700 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000416 2.75703700 [3448]
00000417 2.75707443 [3448]
00000418 2.75707443 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000419 2.75711131 [3448]
00000420 2.75711131 [3448] Write parameter page dump:
00000421 2.75711131 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000422 2.75717053 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000423 2.75720545 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000424 2.75721803 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000425 2.75725267 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000426 2.75728703 [3448] Host Application Code: 0x00, Session Format: 0x00
00000427 2.75732083 [3448] Packet Size: 0, Audio Pause Length: 150
00000428 2.75738034 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000429 2.75741498 [3448] ISRC: 0x00000000000000000000000000000000
00000430 2.75742755 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000431 2.75746135 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000432 2.75749627 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000433 2.75749627 [3448]
00000434 2.75996419 [3448]
00000435 2.75996419 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000436 2.76003403 [3448]
00000437 2.76003403 [3448] Write parameter page dump:
00000438 2.76003403 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000439 2.76007258 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000440 2.76010862 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000441 2.76014382 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000442 2.76017902 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000443 2.76021366 [3448] Host Application Code: 0x00, Session Format: 0x00
00000444 2.76025026 [3448] Packet Size: 0, Audio Pause Length: 150
00000445 2.76028629 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000446 2.76032038 [3448] ISRC: 0x00000000000000000000000000000000
00000447 2.76036424 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000448 2.76039888 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000449 2.76045810 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000450 2.76045810 [3448]
00000451 2.76136911 [3448]
00000452 2.76136911 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000453 2.76140822 [3448]
00000454 2.76140822 [3448] Write parameter page dump:
00000455 2.76140822 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000456 2.76144482 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000457 2.76148002 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000458 2.76151522 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000459 2.76154958 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000460 2.76158422 [3448] Host Application Code: 0x00, Session Format: 0x00
00000461 2.76162138 [3448] Packet Size: 0, Audio Pause Length: 150
00000462 2.76165742 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000463 2.76169150 [3448] ISRC: 0x00000000000000000000000000000000
00000464 2.76178453 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000465 2.76181973 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000466 2.76187029 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000467 2.76187029 [3448]
00000468 2.76188454 [3448]
00000469 2.76188454 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000470 2.76192198 [3448]
00000471 2.76192198 [3448] Write parameter page dump:
00000472 2.76192198 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000473 2.76196081 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000474 2.76199545 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000475 2.76202981 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000476 2.76208652 [3448] Next Session: 0x00, Data Block Type: 0x01, Reserved4: 0x00
00000477 2.76209937 [3448] Host Application Code: 0x00, Session Format: 0x00
00000478 2.76213318 [3448] Packet Size: 0, Audio Pause Length: 150
00000479 2.76216977 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000480 2.76220609 [3448] ISRC: 0x00000000000000000000000000000000
00000481 2.76224045 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000482 2.76229660 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000483 2.76230973 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000484 2.76230973 [3448]
00000485 2.76479385 [3448]
00000486 2.76479385 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000487 2.76483212 [3448]
00000488 2.76483212 [3448] SCSI request block dump:
00000489 2.76483212 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000490 2.76487487 [3448] CDB Length: 10, CDB dump: 0x55 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x3C 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000491 2.76487487 [3448]
00000492 2.76491370 [3448]
00000493 2.76491370 [3448] SCSI sense data dump:
00000494 2.76491370 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000495 2.76497460 [3448] Sense Key: 0x05, Reserved: 0x00, Incorrect Length: No
00000496 2.76501930 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000497 2.76505534 [3448] Additional Sense Length: 0x0A (10)
00000498 2.76509026 [3448] Command Specific Information: 0x28 0x00 0x00 0x00
00000499 2.76520005 [3448] Additional Sense Code (ASC): 0x26, Additional Sense Code Qualifier (ASCQ): 0x00
00000500 2.76520005 [3448]
00000501 2.76523860 [3448]
00000502 2.76523860 [3448] CStarBurn_CdvdBurnerGrabber::ProbeSupportedWriteModes(): SetWriteParameters( DAO_PQ ) failed!!!
00000503 2.76535621 [3448] CStarBurn_CdvdBurnerGrabber::ProbeSupportedWriteModes(): WARNING! Status 8, message 'CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!'!!!
00000504 2.76622560 [3448]
00000505 2.76622560 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000506 2.76625241 [3448]
00000507 2.76625241 [3448] Write parameter page dump:
00000508 2.76625241 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000509 2.76629125 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000510 2.76632617 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000511 2.76636053 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000512 2.76641752 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000513 2.76645272 [3448] Host Application Code: 0x00, Session Format: 0x00
00000514 2.76648960 [3448] Packet Size: 0, Audio Pause Length: 150
00000515 2.76652535 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000516 2.76655944 [3448] ISRC: 0x00000000000000000000000000000000
00000517 2.76659324 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000518 2.76662732 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000519 2.76666280 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000520 2.76666280 [3448]
00000521 2.76669856 [3448]
00000522 2.76669856 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000523 2.76673544 [3448]
00000524 2.76673544 [3448] Write parameter page dump:
00000525 2.76673544 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000526 2.76677231 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000527 2.76680723 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000528 2.76684132 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000529 2.76687568 [3448] Next Session: 0x00, Data Block Type: 0x03, Reserved4: 0x00
00000530 2.76690976 [3448] Host Application Code: 0x00, Session Format: 0x00
00000531 2.76694580 [3448] Packet Size: 0, Audio Pause Length: 150
00000532 2.76698184 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000533 2.76701564 [3448] ISRC: 0x00000000000000000000000000000000
00000534 2.76704972 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000535 2.76708353 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000536 2.76715001 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000537 2.76715001 [3448]
00000538 2.76871781 [3448]
00000539 2.76871781 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000540 2.76874407 [3448]
00000541 2.76874407 [3448] SCSI request block dump:
00000542 2.76874407 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000543 2.76878877 [3448] CDB Length: 10, CDB dump: 0x55 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x3C 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000544 2.76878877 [3448]
00000545 2.76883906 [3448]
00000546 2.76883906 [3448] SCSI sense data dump:
00000547 2.76883906 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000548 2.76886560 [3448] Sense Key: 0x05, Reserved: 0x00, Incorrect Length: No
00000549 2.76890135 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000550 2.76893572 [3448] Additional Sense Length: 0x0A (10)
00000551 2.76897036 [3448] Command Specific Information: 0x28 0x00 0x00 0x00
00000552 2.76900500 [3448] Additional Sense Code (ASC): 0x26, Additional Sense Code Qualifier (ASCQ): 0x00
00000553 2.76900500 [3448]
00000554 2.76909942 [3448]
00000555 2.76909942 [3448] CStarBurn_CdvdBurnerGrabber::ProbeSupportedWriteModes(): SetWriteParameters( DAO_RAW_PW ) failed!!!
00000556 2.76912485 [3448] CStarBurn_CdvdBurnerGrabber::ProbeSupportedWriteModes(): WARNING! Status 8, message 'CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!'!!!
00000557 2.76919776 [3448]
00000558 2.76919776 [3448] CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): ENTERed
00000559 2.77020459 [3448]
00000560 2.77020459 [3448] CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): Current Read 8310, Maximum Read 8310, Current Write 1385, Maximum Write 1385
00000561 2.77024538 [3448]
00000562 2.77024538 [3448] CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): EXITing with success
00000563 2.81437725 [3448]
00000564 2.81437725 [3448] SCSI port inquiry dump:
00000565 2.81445938 [3448] SCSI ID: 7, Manager 'ROCKET', Identifier 'Port 001'
00000566 2.81449430 [3448] Residual Count Supported: Yes, Number of SCSI Target(s) Supported: 15
00000567 2.81450771 [3448] Single Transfer Size: 65536 UCHARs
00000568 2.81450771 [3448]
00000569 2.81454542 [3448]
00000570 2.81454542 [3448] CStarBurn_ScsiTransportASPI::CStarBurn_ScsiTrasportASPI(): Symbolic name is '\\.\D:'
00000571 2.81821265 [3448]
00000572 2.81821265 [3448] SCSI device inquiry data dump:
00000573 2.81821265 [3448] Device Type: 0x05, Removable: Yes
00000574 2.81826433 [3448] SCSI Version: 0, Soft Reset Supported: No
00000575 2.81832048 [3448] Command Queue Supported: No, Linked Commands Supported: No
00000576 2.81835541 [3448] Sync Transfer Supported: No, 16-bit bus: No
00000577 2.81839647 [3448] 32-bit bus: No, Relative Addressing Supported: No
00000578 2.81843363 [3448] Vendor ID: 'QSI ', Product ID: 'CDRW/DVD SBW242U', Revision Level: 'US06'
00000579 2.81843363 [3448]
00000580 2.81857750 [3448]
00000581 2.81857750 [3448] CStarBurn_ScsiDeviceGeneric::CStarBurn_ScsiDeviceGeneric(): 'QSI ' - 'CDRW/DVD SBW242U' - 'US06' sits at 1:0:0:0
00000582 2.82356920 [3448]
00000583 2.82356920 [3448] CDVD capabilities page dump:
00000584 2.82356920 [3448] Page Code: 0x2A, Reserved1: 0x00, PSBit (Page Savable): 0
00000585 2.82365496 [3448] Page Size in UCHARs: 56 UCHARs, CD-R Read: Yes, CD-E Read: Yes
00000586 2.82368988 [3448] DVD-ROM Read: Yes, DVD-R Read: Yes, DVD-RAM Read: No, Reserved2: 0x00
00000587 2.82372508 [3448] CD-R Write: Yes, CD-E Write: Yes, Test Write: Yes
00000588 2.82375609 [3448] Reserved3: 0x00, DVD-R Write: No, DVD-RAM Write: No
00000589 2.82379129 [3448] Reserved4: 0x00, Audio Play: Yes, Composite: No
00000590 2.82382510 [3448] Digital Port One: No, Digital Port Two: No
00000591 2.82388013 [3448] MODE2 Form1: Yes, MODE2 Form2: Yes
00000592 2.82391337 [3448] Is Multi Session: Yes, CDDA: Yes, CDDAAccurate: Yes
00000593 2.82394774 [3448] BUP (Buffer Underrun Protection) Supported: Yes
00000594 2.82396003 [3448] RW Supported: Yes, RW Deinterleaved: No, C2Pointers: Yes
00000595 2.82399467 [3448] ISRC: Yes, UPC: Yes, Read Bar Code Capable: No
00000596 2.82402903 [3448] Lock: Yes, LockState: 0, Prevent Jumper: No
00000597 2.82408463 [3448] Reserved5: 0x00, Eject: Yes, Loading Mechanism Type: 0x01
00000598 2.82411955 [3448] Separate Volume: Yes, Separate Channel Mute: Yes
00000599 2.82415391 [3448] Supports Disc Present: No, SW Slot Selection: No
00000600 2.82416648 [3448] Side Change Capable: No, RW InLeadIn Readable: Yes, Reserved6: 0x00
00000601 2.82420084 [3448] Maximum read speed: 1410 KBps
00000602 2.82423464 [3448] Number Of Volume Level(s): 256, Buffer Size in KBs: 2048
00000603 2.82428940 [3448] Current read speed: 1410 KBps
00000604 2.82432320 [3448] Reserved7: 0x00
00000605 2.82435589 [3448] BCK: No, RCK: No, LSBF: No, Length: 0x01
00000606 2.82436846 [3448] Reserved8: 0x00
00000607 2.82440170 [3448] Maximum write speed: 1762 KBps
00000608 2.82443523 [3448] Current write speed: 1762 KBps
00000609 2.83158027 [3448] Reserved9: 0x0001
00000610 2.83158027 [3448]
00000611 2.83790901 [3448]
00000612 2.83790901 [3448] CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed
00000613 2.84498030 [3448]
00000614 2.84498030 [3448] CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000003
00000615 2.95946580 [3448]
00000616 2.95946580 [3448] SCSI port inquiry dump:
00000617 2.95997759 [3448] SCSI ID: 7, Manager 'ROCKET', Identifier 'Port 001'
00000618 2.96020891 [3448] Residual Count Supported: Yes, Number of SCSI Target(s) Supported: 15
00000619 2.96044302 [3448] Single Transfer Size: 65536 UCHARs
00000620 2.96044302 [3448]
00000621 2.96128558 [3448]
00000622 2.96128558 [3448] CStarBurn_ScsiTransportASPI::CStarBurn_ScsiTrasportASPI(): Symbolic name is '\\.\D:'
00000623 2.96602361 [3448]
00000624 2.96602361 [3448] SCSI device inquiry data dump:
00000625 2.96602361 [3448] Device Type: 0x05, Removable: Yes
00000626 2.96680528 [3448] SCSI Version: 0, Soft Reset Supported: No
00000627 2.96691563 [3448] Command Queue Supported: No, Linked Commands Supported: No
00000628 2.96695083 [3448] Sync Transfer Supported: No, 16-bit bus: No
00000629 2.96696647 [3448] 32-bit bus: No, Relative Addressing Supported: No
00000630 2.96701173 [3448] Vendor ID: 'QSI ', Product ID: 'CDRW/DVD SBW242U', Revision Level: 'US06'
00000631 2.96701173 [3448]
00000632 2.96705224 [3448]
00000633 2.96705224 [3448] CStarBurn_ScsiDeviceGeneric::CStarBurn_ScsiDeviceGeneric(): 'QSI ' - 'CDRW/DVD SBW242U' - 'US06' sits at 1:0:0:0
00000634 2.97188134 [3448]
00000635 2.97188134 [3448] CDVD capabilities page dump:
00000636 2.97188134 [3448] Page Code: 0x2A, Reserved1: 0x00, PSBit (Page Savable): 0
00000637 2.97194476 [3448] Page Size in UCHARs: 56 UCHARs, CD-R Read: Yes, CD-E Read: Yes
00000638 2.97197996 [3448] DVD-ROM Read: Yes, DVD-R Read: Yes, DVD-RAM Read: No, Reserved2: 0x00
00000639 2.97474428 [3448] CD-R Write: Yes, CD-E Write: Yes, Test Write: Yes
00000640 2.97484764 [3448] Reserved3: 0x00, DVD-R Write: No, DVD-RAM Write: No
00000641 2.97487614 [3448] Reserved4: 0x00, Audio Play: Yes, Composite: No
00000642 2.97491050 [3448] Digital Port One: No, Digital Port Two: No
00000643 2.97496581 [3448] MODE2 Form1: Yes, MODE2 Form2: Yes
00000644 2.97497838 [3448] Is Multi Session: Yes, CDDA: Yes, CDDAAccurate: Yes
00000645 2.97501247 [3448] BUP (Buffer Underrun Protection) Supported: Yes
00000646 2.97504711 [3448] RW Supported: Yes, RW Deinterleaved: No, C2Pointers: Yes
00000647 2.97508175 [3448] ISRC: Yes, UPC: Yes, Read Bar Code Capable: No
00000648 2.97511667 [3448] Lock: Yes, LockState: 0, Prevent Jumper: No
00000649 2.97517310 [3448] Reserved5: 0x00, Eject: Yes, Loading Mechanism Type: 0x01
00000650 2.97518707 [3448] Separate Volume: Yes, Separate Channel Mute: Yes
00000651 2.97522059 [3448] Supports Disc Present: No, SW Slot Selection: No
00000652 2.97525579 [3448] Side Change Capable: No, RW InLeadIn Readable: Yes, Reserved6: 0x00
00000653 2.97529016 [3448] Maximum read speed: 1410 KBps
00000654 2.97532424 [3448] Number Of Volume Level(s): 256, Buffer Size in KBs: 2048
00000655 2.97537871 [3448] Current read speed: 1410 KBps
00000656 2.97539101 [3448] Reserved7: 0x00
00000657 2.97542481 [3448] BCK: No, RCK: No, LSBF: No, Length: 0x01
00000658 2.97545861 [3448] Reserved8: 0x00
00000659 2.97549186 [3448] Maximum write speed: 1762 KBps
00000660 2.97552566 [3448] Current write speed: 1762 KBps
00000661 2.98481427 [3448] Reserved9: 0x0001
00000662 2.98481427 [3448]
00000663 2.99514827 [3448]
00000664 2.99514827 [3448] CStarBurn_CdvdBurnerGrabber::TestUnitReady(): ENTERed for 10 second(s)
00000665 3.01101173 [3448]
00000666 3.01101173 [3448] CStarBurn_CdvdBurnerGrabber::TestUnitReady(): EXITing with success
00000667 3.01837301 [3448]
00000668 3.01837301 [3448] CStarBurn_CdvdBurnerGrabber::GetBUP(): JustLink buffer underrun protection, supported status 0x01, enabled status 0x01
00000669 3.06460626 [3448]
00000670 3.06460626 [3448] CStarBurn_CdvdBurnerGrabber::Blank(): ENTERed
00000671 3.07987468 [3448]
00000672 3.07987468 [3448] CStarBurn_CdvdBurnerGrabber::BlankForCDRW(): ENTERed
00000673 3.08866881 [3448]
00000674 3.08866881 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000675 3.08870261 [3448]
00000676 3.08870261 [3448] SCSI request block dump:
00000677 3.08870261 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000678 3.08874620 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000679 3.08874620 [3448]
00000680 3.08878559 [3448]
00000681 3.08878559 [3448] SCSI sense data dump:
00000682 3.08878559 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000683 3.08882414 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000684 3.08885934 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000685 3.08891577 [3448] Additional Sense Length: 0x0A (10)
00000686 3.08892806 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000687 3.08896298 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000688 3.08896298 [3448]
00000689 3.18624043 [3448]
00000690 3.18624043 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000691 3.18630329 [3448]
00000692 3.18630329 [3448] SCSI request block dump:
00000693 3.18630329 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000694 3.18634631 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000695 3.18634631 [3448]
00000696 3.18640777 [3448]
00000697 3.18640777 [3448] SCSI sense data dump:
00000698 3.18640777 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000699 3.18644660 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000700 3.18645945 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000701 3.18649409 [3448] Additional Sense Length: 0x0A (10)
00000702 3.18652873 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000703 3.18656393 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000704 3.18656393 [3448]
00000705 3.28648026 [3448]
00000706 3.28648026 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000707 3.28654089 [3448]
00000708 3.28654089 [3448] SCSI request block dump:
00000709 3.28654089 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000710 3.28658140 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000711 3.28658140 [3448]
00000712 3.28659788 [3448]
00000713 3.28659788 [3448] SCSI sense data dump:
00000714 3.28659788 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000715 3.28663699 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000716 3.28667275 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000717 3.28673002 [3448] Additional Sense Length: 0x0A (10)
00000718 3.28677555 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000719 3.28679427 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000720 3.28679427 [3448]
00000721 3.38657399 [3448]
00000722 3.38657399 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000723 3.38663322 [3448]
00000724 3.38663322 [3448] SCSI request block dump:
00000725 3.38663322 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000726 3.38667847 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000727 3.38667847 [3448]
00000728 3.38671759 [3448]
00000729 3.38671759 [3448] SCSI sense data dump:
00000730 3.38671759 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000731 3.38675586 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000732 3.38681397 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000733 3.38684917 [3448] Additional Sense Length: 0x0A (10)
00000734 3.38686146 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000735 3.38689666 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000736 3.38689666 [3448]
00000737 3.49161025 [3448]
00000738 3.49161025 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000739 3.49166891 [3448]
00000740 3.49166891 [3448] SCSI request block dump:
00000741 3.49166891 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000742 3.49173652 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000743 3.49173652 [3448]
00000744 3.49177423 [3448]
00000745 3.49177423 [3448] SCSI sense data dump:
00000746 3.49177423 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000747 3.49181362 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000748 3.49182648 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000749 3.49186084 [3448] Additional Sense Length: 0x0A (10)
00000750 3.49189548 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000751 3.49194744 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000752 3.49194744 [3448]
00000753 3.59194562 [3448]
00000754 3.59194562 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000755 3.59200820 [3448]
00000756 3.59200820 [3448] SCSI request block dump:
00000757 3.59200820 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000758 3.59205067 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000759 3.59205067 [3448]
00000760 3.59209006 [3448]
00000761 3.59209006 [3448] SCSI sense data dump:
00000762 3.59209006 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000763 3.59212833 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000764 3.59218560 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000765 3.59219873 [3448] Additional Sense Length: 0x0A (10)
00000766 3.59223393 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000767 3.59226857 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000768 3.59226857 [3448]
00000769 3.69805241 [3448]
00000770 3.69805241 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000771 3.69811554 [3448]
00000772 3.69811554 [3448] SCSI request block dump:
00000773 3.69811554 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000774 3.69818259 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000775 3.69818259 [3448]
00000776 3.69822003 [3448]
00000777 3.69822003 [3448] SCSI sense data dump:
00000778 3.69822003 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000779 3.69823623 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000780 3.69827199 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000781 3.69830635 [3448] Additional Sense Length: 0x0A (10)
00000782 3.69834099 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000783 3.69838150 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000784 3.69838150 [3448]
00000785 3.79819977 [3448]
00000786 3.79819977 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000787 3.79826263 [3448]
00000788 3.79826263 [3448] SCSI request block dump:
00000789 3.79826263 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000790 3.79830565 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000791 3.79830565 [3448]
00000792 3.79834588 [3448]
00000793 3.79834588 [3448] SCSI sense data dump:
00000794 3.79834588 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000795 3.79838527 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000796 3.79844254 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000797 3.79847830 [3448] Additional Sense Length: 0x0A (10)
00000798 3.79851266 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000799 3.79852579 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000800 3.79852579 [3448]
00000801 3.89838988 [3448]
00000802 3.89838988 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000803 3.89844883 [3448]
00000804 3.89844883 [3448] SCSI request block dump:
00000805 3.89844883 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000806 3.89849436 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000807 3.89849436 [3448]
00000808 3.89853375 [3448]
00000809 3.89853375 [3448] SCSI sense data dump:
00000810 3.89853375 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000811 3.89857230 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000812 3.89862985 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000813 3.89864270 [3448] Additional Sense Length: 0x0A (10)
00000814 3.89867735 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000815 3.89871227 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000816 3.89871227 [3448]
00000817 3.99840846 [3448]
00000818 3.99840846 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000819 3.99846964 [3448]
00000820 3.99846964 [3448] SCSI request block dump:
00000821 3.99846964 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000822 3.99853669 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000823 3.99853669 [3448]
00000824 3.99857412 [3448]
00000825 3.99857412 [3448] SCSI sense data dump:
00000826 3.99857412 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000827 3.99859032 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000828 3.99862580 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000829 3.99865989 [3448] Additional Sense Length: 0x0A (10)
00000830 3.99869509 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000831 3.99873531 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000832 3.99873531 [3448]
00000833 4.09874830 [3448]
00000834 4.09874830 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000835 4.09880949 [3448]
00000836 4.09880949 [3448] SCSI request block dump:
00000837 4.09880949 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000838 4.09885307 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000839 4.09885307 [3448]
00000840 4.09889246 [3448]
00000841 4.09889246 [3448] SCSI sense data dump:
00000842 4.09889246 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000843 4.09893129 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000844 4.09898884 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000845 4.09902460 [3448] Additional Sense Length: 0x0A (10)
00000846 4.09905924 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000847 4.09907265 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000848 4.09907265 [3448]
00000849 4.19877582 [3448]
00000850 4.19877582 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000851 4.19883700 [3448]
00000852 4.19883700 [3448] SCSI request block dump:
00000853 4.19883700 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000854 4.19890349 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000855 4.19890349 [3448]
00000856 4.19891942 [3448]
00000857 4.19891942 [3448] SCSI sense data dump:
00000858 4.19891942 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000859 4.19895797 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000860 4.19899345 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000861 4.19902837 [3448] Additional Sense Length: 0x0A (10)
00000862 4.19906301 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000863 4.19910380 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000864 4.19910380 [3448]
00000865 4.30437248 [3448]
00000866 4.30437248 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000867 4.30443562 [3448]
00000868 4.30443562 [3448] SCSI request block dump:
00000869 4.30443562 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000870 4.30447836 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000871 4.30447836 [3448]
00000872 4.30451803 [3448]
00000873 4.30451803 [3448] SCSI sense data dump:
00000874 4.30451803 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000875 4.30455603 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000876 4.30461330 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000877 4.30464878 [3448] Additional Sense Length: 0x0A (10)
00000878 4.30466163 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000879 4.30469655 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000880 4.30469655 [3448]
00000881 4.40962860 [3448]
00000882 4.40962860 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000883 4.40968782 [3448]
00000884 4.40968782 [3448] SCSI request block dump:
00000885 4.40968782 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000886 4.40973308 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000887 4.40973308 [3448]
00000888 4.40977219 [3448]
00000889 4.40977219 [3448] SCSI sense data dump:
00000890 4.40977219 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000891 4.40981074 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000892 4.40984678 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000893 4.40988114 [3448] Additional Sense Length: 0x0A (10)
00000894 4.40991523 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000895 4.40995629 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000896 4.40995629 [3448]
00000897 4.51687547 [3448]
00000898 4.51687547 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000899 4.51693274 [3448]
00000900 4.51693274 [3448] SCSI request block dump:
00000901 4.51693274 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000902 4.51697436 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000903 4.51697436 [3448]
00000904 4.51701375 [3448]
00000905 4.51701375 [3448] SCSI sense data dump:
00000906 4.51701375 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000907 4.51705287 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000908 4.51711014 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000909 4.51712327 [3448] Additional Sense Length: 0x0A (10)
00000910 4.51715763 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000911 4.51719227 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000912 4.51719227 [3448]
00000913 4.61702060 [3448]
00000914 4.61702060 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000915 4.61708122 [3448]
00000916 4.61708122 [3448] SCSI request block dump:
00000917 4.61708122 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000918 4.61714715 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000919 4.61714715 [3448]
00000920 4.61718487 [3448]
00000921 4.61718487 [3448] SCSI sense data dump:
00000922 4.61718487 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000923 4.61720135 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000924 4.61723683 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000925 4.61727175 [3448] Additional Sense Length: 0x0A (10)
00000926 4.61730695 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000927 4.61734746 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000928 4.61734746 [3448]
00000929 4.71716601 [3448]
00000930 4.71716601 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000931 4.71722887 [3448]
00000932 4.71722887 [3448] SCSI request block dump:
00000933 4.71722887 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000934 4.71727273 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000935 4.71727273 [3448]
00


Top
 Profile  
 
 Post subject: Re: Got the Beta
PostPosted: Sun Oct 24, 2004 10:05 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
I've never mentioned this particular build is addressing all of your "problems". Just the opposite -- you've been informed it fixes support for wierd WAV files you've managed to create.

Yes, we'll have gap-lass AudioCDs supported one day. But this is not critical issue to us as none of big-bucks-paying customers had asked for it.

bbriggstkd wrote:
I got the beta code and have been looking at the files. I still don't see where I can set the track gap size for a Disk At Once Audio CD. I need to burn gapless audio cds. You had previously told me you were going to have that in this new version of the SDK. Are you still going to support it?


Top
 Profile  
 
 Post subject: Re: Beta Didn't work
PostPosted: Sun Oct 24, 2004 10:08 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Could you please describe what do you mean exactly under "not working". B/s log file you've kindly attached does not show any problems. I just see cache synchornization process you've interrupted in the very end. Or did it "hang"? Thank you!

[quote="bbriggstkd"]The beta build didn't work for me. Of course, I could have gotten something wrong.

I renamed my WAV files to RAW. It looked like the DAO Structures were the same so I didn't make any changes to that.

Here is the debug information.

00000000 0.00000000 [3448]
00000001 0.00000000 [3448] WnASPI32 ASPI Layer for Windows NT/2000/XP/2003 Version 4.1.0 ( 0x20040910 )
00000002 0.00000000 [3448] Copyright (c) Rocket Division Software 2001-2004. All rights reserved.
00000003 0.00000000 [3448]
00000004 0.01485273 [3448]
00000005 0.01485273 [3448] StarBurn CD/DVD Burning, Grabbing and Mastering Toolkit for Windows 95/98/Me/NT/2000/XP/2003 Version 4.1.0 ( 0x20041017 )
00000006 0.01485273 [3448] Copyright (c) Rocket Division Software 2001-2004. All rights reserved.
00000007 0.01485273 [3448]
00000008 0.01485273 [3448]
00000009 0.01485273 [3448] This is FREE version of StarBurn SDK and it should be distributed with FREE software only!
00000010 0.01485273 [3448] If you've noticed somebody using it in non-FREE software please report software piracy to piracy@rocketdivison.com
00000011 2.57579301 [3448]
00000012 2.57579301 [3448] ** FREE ** ** FREE ** ** FREE ** ** FREE ** ** FREE ** ** FREE ** ** FREE ** ** FREE ** ** FREE **
00000013 2.57579301 [3448]
00000014 2.57677414 [3448]
00000015 2.57677414 [3448] StarWave Media Streaming Toolkit for Windows 95/98/Me/NT/2000/XP/2003 Version 4.2.1 ( 0x20041017 )
00000016 2.57677414 [3448] Copyright (c) Rocket Division Software 2001-2004. All rights reserved.
00000017 2.57677414 [3448]
00000018 2.57689511 [3448] StarWave_UpStart(): CoInitializeEx( NULL, COINIT_MULTITHREADED ) failed, status -2147417850 ( 0x80010106 )
00000019 2.64411650 [3448]
00000020 2.64411650 [3448] SCSI port inquiry dump:
00000021 2.64417768 [3448] SCSI ID: 7, Manager 'ROCKET', Identifier 'Port 001'
00000022 2.64421316 [3448] Residual Count Supported: Yes, Number of SCSI Target(s) Supported: 15
00000023 2.64424752 [3448] Single Transfer Size: 65536 UCHARs
00000024 2.64424752 [3448]
00000025 2.64428496 [3448]
00000026 2.64428496 [3448] CStarBurn_ScsiTransportASPI::CStarBurn_ScsiTrasportASPI(): Symbolic name is '\\.\D:'
00000027 2.64793458 [3448]
00000028 2.64793458 [3448] SCSI device inquiry data dump:
00000029 2.64793458 [3448] Device Type: 0x05, Removable: Yes
00000030 2.64798627 [3448] SCSI Version: 0, Soft Reset Supported: No
00000031 2.64804270 [3448] Command Queue Supported: No, Linked Commands Supported: No
00000032 2.64805555 [3448] Sync Transfer Supported: No, 16-bit bus: No
00000033 2.64808935 [3448] 32-bit bus: No, Relative Addressing Supported: No
00000034 2.64813182 [3448] Vendor ID: 'QSI ', Product ID: 'CDRW/DVD SBW242U', Revision Level: 'US06'
00000035 2.64813182 [3448]
00000036 2.64817176 [3448]
00000037 2.64817176 [3448] CStarBurn_ScsiDeviceGeneric::CStarBurn_ScsiDeviceGeneric(): 'QSI ' - 'CDRW/DVD SBW242U' - 'US06' sits at 1:0:0:0
00000038 2.65285532 [3448]
00000039 2.65285532 [3448] CDVD capabilities page dump:
00000040 2.65285532 [3448] Page Code: 0x2A, Reserved1: 0x00, PSBit (Page Savable): 0
00000041 2.65293298 [3448] Page Size in UCHARs: 56 UCHARs, CD-R Read: Yes, CD-E Read: Yes
00000042 2.65296791 [3448] DVD-ROM Read: Yes, DVD-R Read: Yes, DVD-RAM Read: No, Reserved2: 0x00
00000043 2.65300283 [3448] CD-R Write: Yes, CD-E Write: Yes, Test Write: Yes
00000044 2.65303747 [3448] Reserved3: 0x00, DVD-R Write: No, DVD-RAM Write: No
00000045 2.65307155 [3448] Reserved4: 0x00, Audio Play: Yes, Composite: No
00000046 2.65310563 [3448] Digital Port One: No, Digital Port Two: No
00000047 2.65313971 [3448] MODE2 Form1: Yes, MODE2 Form2: Yes
00000048 2.65317380 [3448] Is Multi Session: Yes, CDDA: Yes, CDDAAccurate: Yes
00000049 2.65320872 [3448] BUP (Buffer Underrun Protection) Supported: Yes
00000050 2.65324336 [3448] RW Supported: Yes, RW Deinterleaved: No, C2Pointers: Yes
00000051 2.65327800 [3448] ISRC: Yes, UPC: Yes, Read Bar Code Capable: No
00000052 2.65331236 [3448] Lock: Yes, LockState: 0, Prevent Jumper: No
00000053 2.65334644 [3448] Reserved5: 0x00, Eject: Yes, Loading Mechanism Type: 0x01
00000054 2.65338053 [3448] Separate Volume: Yes, Separate Channel Mute: Yes
00000055 2.65341517 [3448] Supports Disc Present: No, SW Slot Selection: No
00000056 2.65344981 [3448] Side Change Capable: No, RW InLeadIn Readable: Yes, Reserved6: 0x00
00000057 2.65348529 [3448] Maximum read speed: 1410 KBps
00000058 2.65351909 [3448] Number Of Volume Level(s): 256, Buffer Size in KBs: 2048
00000059 2.65355345 [3448] Current read speed: 1410 KBps
00000060 2.65358726 [3448] Reserved7: 0x00
00000061 2.65361994 [3448] BCK: No, RCK: No, LSBF: No, Length: 0x01
00000062 2.65365375 [3448] Reserved8: 0x00
00000063 2.65368699 [3448] Maximum write speed: 1762 KBps
00000064 2.65372387 [3448] Current write speed: 1762 KBps
00000065 2.66153045 [3448] Reserved9: 0x0001
00000066 2.66153045 [3448]
00000067 2.67006868 [3448]
00000068 2.67006868 [3448] CStarBurn_CdvdBurnerGrabber::GetSupportedMediaFormatsEx(): DVD+RW page size in UCHAR(s): 12
00000069 2.68247557 [3448]
00000070 2.68247557 [3448] CStarBurn_CdvdBurnerGrabber::GetSupportedMediaFormatsEx(): DVD+R page size in UCHAR(s): 12
00000071 2.68253088 [3448]
00000072 2.68253088 [3448] StarBurn:StarBurn_GetDeviceNameByDeviceAddress(): Running under Windows NT and up...
00000073 2.69517802 [3448]
00000074 2.69517802 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000075 2.69523752 [3448]
00000076 2.69523752 [3448] Write parameter page dump:
00000077 2.69523752 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000078 2.69530066 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000079 2.69533614 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000080 2.69537078 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000081 2.69540570 [3448] Next Session: 0x00, Data Block Type: 0x03, Reserved4: 0x00
00000082 2.69544006 [3448] Host Application Code: 0x00, Session Format: 0x00
00000083 2.69547722 [3448] Packet Size: 0, Audio Pause Length: 150
00000084 2.69551382 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000085 2.69554790 [3448] ISRC: 0x00000000000000000000000000000000
00000086 2.69558254 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000087 2.69561718 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000088 2.69565266 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000089 2.69565266 [3448]
00000090 2.69568870 [3448]
00000091 2.69568870 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000092 2.69572613 [3448]
00000093 2.69572613 [3448] Write parameter page dump:
00000094 2.69572613 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000095 2.69576301 [3448] Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
00000096 2.69579793 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000097 2.69583285 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000098 2.69586721 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000099 2.69590213 [3448] Host Application Code: 0x00, Session Format: 0x00
00000100 2.69593845 [3448] Packet Size: 0, Audio Pause Length: 150
00000101 2.69597477 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000102 2.69600941 [3448] ISRC: 0x00000000000000000000000000000000
00000103 2.69604349 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000104 2.69607757 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000105 2.69622676 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000106 2.69622676 [3448]
00000107 2.70084494 [3448]
00000108 2.70084494 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000109 2.70089131 [3448]
00000110 2.70089131 [3448] Write parameter page dump:
00000111 2.70089131 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000112 2.70092903 [3448] Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
00000113 2.70095333 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000114 2.70098881 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000115 2.70102373 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000116 2.70108017 [3448] Host Application Code: 0x00, Session Format: 0x00
00000117 2.70111732 [3448] Packet Size: 0, Audio Pause Length: 150
00000118 2.70115392 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000119 2.70116677 [3448] ISRC: 0x00000000000000000000000000000000
00000120 2.70120113 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000121 2.70123521 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000122 2.70130841 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000123 2.70130841 [3448]
00000124 2.70172243 [3448]
00000125 2.70172243 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000126 2.70176070 [3448]
00000127 2.70176070 [3448] Write parameter page dump:
00000128 2.70176070 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000129 2.70179953 [3448] Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
00000130 2.70185121 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000131 2.70188669 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000132 2.70194424 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000133 2.70195709 [3448] Host Application Code: 0x00, Session Format: 0x00
00000134 2.70199117 [3448] Packet Size: 0, Audio Pause Length: 150
00000135 2.70202721 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000136 2.70206381 [3448] ISRC: 0x00000000000000000000000000000000
00000137 2.70209733 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000138 2.70215293 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000139 2.70216550 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000140 2.70216550 [3448]
00000141 2.70220126 [3448]
00000142 2.70220126 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000143 2.70223813 [3448]
00000144 2.70223813 [3448] Write parameter page dump:
00000145 2.70223813 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000146 2.70227641 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000147 2.70231049 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000148 2.70236636 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000149 2.70237949 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000150 2.70241385 [3448] Host Application Code: 0x00, Session Format: 0x00
00000151 2.70244822 [3448] Packet Size: 0, Audio Pause Length: 150
00000152 2.70248481 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000153 2.70252197 [3448] ISRC: 0x00000000000000000000000000000000
00000154 2.70257728 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000155 2.70258985 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000156 2.70262394 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000157 2.70262394 [3448]
00000158 2.70813888 [3448]
00000159 2.70813888 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000160 2.70819196 [3448]
00000161 2.70819196 [3448] Write parameter page dump:
00000162 2.70819196 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000163 2.70824029 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000164 2.70829728 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000165 2.70833220 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000166 2.70836740 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000167 2.70840177 [3448] Host Application Code: 0x00, Session Format: 0x00
00000168 2.70879958 [3448] Packet Size: 0, Audio Pause Length: 150
00000169 2.70886412 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000170 2.70889876 [3448] ISRC: 0x00000000000000000000000000000000
00000171 2.70893284 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000172 2.70896720 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000173 2.70904682 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000174 2.70904682 [3448]
00000175 2.70942815 [3448]
00000176 2.70942815 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000177 2.70946615 [3448]
00000178 2.70946615 [3448] Write parameter page dump:
00000179 2.70946615 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000180 2.70951643 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000181 2.70954018 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000182 2.70957454 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000183 2.70960946 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000184 2.70964466 [3448] Host Application Code: 0x00, Session Format: 0x00
00000185 2.70967846 [3448] Packet Size: 0, Audio Pause Length: 150
00000186 2.70972847 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000187 2.70975166 [3448] ISRC: 0x00000000000000000000000000000000
00000188 2.70978518 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000189 2.70981926 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000190 2.70985363 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000191 2.70985363 [3448]
00000192 2.70989022 [3448]
00000193 2.70989022 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000194 2.70993939 [3448]
00000195 2.70993939 [3448] Write parameter page dump:
00000196 2.70993939 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000197 2.70996537 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000198 2.70999973 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000199 2.71003438 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000200 2.71006930 [3448] Next Session: 0x00, Data Block Type: 0x01, Reserved4: 0x00
00000201 2.71010394 [3448] Host Application Code: 0x00, Session Format: 0x00
00000202 2.71015199 [3448] Packet Size: 0, Audio Pause Length: 150
00000203 2.71017462 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000204 2.71021093 [3448] ISRC: 0x00000000000000000000000000000000
00000205 2.71024474 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000206 2.71027882 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000207 2.71032156 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000208 2.71032156 [3448]
00000209 2.71600189 [3448]
00000210 2.71600189 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000211 2.71605581 [3448]
00000212 2.71605581 [3448] Write parameter page dump:
00000213 2.71605581 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000214 2.71607257 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000215 2.71610777 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000216 2.71614297 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000217 2.71617817 [3448] Next Session: 0x00, Data Block Type: 0x01, Reserved4: 0x00
00000218 2.71623405 [3448] Host Application Code: 0x00, Session Format: 0x00
00000219 2.71627092 [3448] Packet Size: 0, Audio Pause Length: 150
00000220 2.71628349 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000221 2.71632065 [3448] ISRC: 0x00000000000000000000000000000000
00000222 2.71635445 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000223 2.71638881 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000224 2.71682434 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000225 2.71682434 [3448]
00000226 2.71723194 [3448]
00000227 2.71723194 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000228 2.71727384 [3448]
00000229 2.71727384 [3448] Write parameter page dump:
00000230 2.71727384 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000231 2.71731323 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000232 2.71734732 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000233 2.71738224 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000234 2.71743951 [3448] Next Session: 0x00, Data Block Type: 0x01, Reserved4: 0x00
00000235 2.71747387 [3448] Host Application Code: 0x00, Session Format: 0x00
00000236 2.71751102 [3448] Packet Size: 0, Audio Pause Length: 150
00000237 2.71752360 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000238 2.71755991 [3448] ISRC: 0x00000000000000000000000000000000
00000239 2.71759344 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000240 2.71764931 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000241 2.71768507 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000242 2.71768507 [3448]
00000243 2.71772083 [3448]
00000244 2.71772083 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000245 2.71773563 [3448]
00000246 2.71773563 [3448] Write parameter page dump:
00000247 2.71773563 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000248 2.71777419 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000249 2.71780883 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000250 2.71786554 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000251 2.71790018 [3448] Next Session: 0x00, Data Block Type: 0x03, Reserved4: 0x00
00000252 2.71793454 [3448] Host Application Code: 0x00, Session Format: 0x00
00000253 2.71794795 [3448] Packet Size: 0, Audio Pause Length: 150
00000254 2.71798427 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000255 2.71803120 [3448] ISRC: 0x00000000000000000000000000000000
00000256 2.71808624 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000257 2.71812116 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000258 2.71829688 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000259 2.71829688 [3448]
00000260 2.72304972 [3448]
00000261 2.72304972 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000262 2.72309023 [3448]
00000263 2.72309023 [3448] Write parameter page dump:
00000264 2.72309023 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000265 2.72313045 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000266 2.72317711 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000267 2.72319974 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000268 2.72323438 [3448] Next Session: 0x00, Data Block Type: 0x03, Reserved4: 0x00
00000269 2.72327014 [3448] Host Application Code: 0x00, Session Format: 0x00
00000270 2.72330422 [3448] Packet Size: 0, Audio Pause Length: 150
00000271 2.72334082 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000272 2.72338887 [3448] ISRC: 0x00000000000000000000000000000000
00000273 2.72341150 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000274 2.72344530 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000275 2.72347938 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000276 2.72347938 [3448]
00000277 2.72398838 [3448]
00000278 2.72398838 [3448] CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): ENTERed
00000279 2.72537515 [3448]
00000280 2.72537515 [3448] CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): Current Read 1410, Maximum Read 1410, Current Write 1762, Maximum Write 1762
00000281 2.72904517 [3448]
00000282 2.72904517 [3448] CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): EXITing with success
00000283 2.73231849 [3448]
00000284 2.73231849 [3448] SCSI port inquiry dump:
00000285 2.73235816 [3448] SCSI ID: 7, Manager 'ROCKET', Identifier 'Port 002'
00000286 2.73239392 [3448] Residual Count Supported: Yes, Number of SCSI Target(s) Supported: 15
00000287 2.73242884 [3448] Single Transfer Size: 65536 UCHARs
00000288 2.73242884 [3448]
00000289 2.73303562 [3448]
00000290 2.73303562 [3448] CStarBurn_Wrapper::GetMountMgrSymbolicLinkName(): Number of mount points: 2
00000291 2.73310323 [3448]
00000292 2.73310323 [3448] CStarBurn_Wrapper::GetMountMgrSymbolicLinkName(): Symbolic link 1 of 2 name: '\??\Volume{7bdb50f5-b66b-11d8-982d-00038a000015}'
00000293 2.73314765 [3448]
00000294 2.73314765 [3448] CStarBurn_Wrapper::GetMountMgrSymbolicLinkName(): Symbolic link 2 of 2 name: '\DosDevices\F:'
00000295 2.73316329 [3448]
00000296 2.73316329 [3448] CStarBurn_ScsiTransportASPI::CStarBurn_ScsiTrasportASPI(): Symbolic name is '\??\Volume{7bdb50f5-b66b-11d8-982d-00038a000015}'
00000297 2.73475512 [3448]
00000298 2.73475512 [3448] SCSI device inquiry data dump:
00000299 2.73475512 [3448] Device Type: 0x05, Removable: Yes
00000300 2.73478892 [3448] SCSI Version: 0, Soft Reset Supported: No
00000301 2.73482384 [3448] Command Queue Supported: No, Linked Commands Supported: No
00000302 2.73486938 [3448] Sync Transfer Supported: No, 16-bit bus: No
00000303 2.73489200 [3448] 32-bit bus: No, Relative Addressing Supported: No
00000304 2.73493056 [3448] Vendor ID: 'MATSHITA', Product ID: 'DVD-RAM SW-9571 ', Revision Level: 'A111'
00000305 2.73493056 [3448]
00000306 2.73497889 [3448]
00000307 2.73497889 [3448] CStarBurn_ScsiDeviceGeneric::CStarBurn_ScsiDeviceGeneric(): 'MATSHITA' - 'DVD-RAM SW-9571 ' - 'A111' sits at 2:0:0:0
00000308 2.73660703 [3448]
00000309 2.73660703 [3448] CDVD capabilities page dump:
00000310 2.73660703 [3448] Page Code: 0x2A, Reserved1: 0x00, PSBit (Page Savable): 0
00000311 2.73665368 [3448] Page Size in UCHARs: 62 UCHARs, CD-R Read: Yes, CD-E Read: Yes
00000312 2.73671151 [3448] DVD-ROM Read: Yes, DVD-R Read: Yes, DVD-RAM Read: Yes, Reserved2: 0x00
00000313 2.73674671 [3448] CD-R Write: Yes, CD-E Write: Yes, Test Write: Yes
00000314 2.73675984 [3448] Reserved3: 0x00, DVD-R Write: Yes, DVD-RAM Write: Yes
00000315 2.73679504 [3448] Reserved4: 0x00, Audio Play: Yes, Composite: Yes
00000316 2.73682884 [3448] Digital Port One: No, Digital Port Two: No
00000317 2.73686265 [3448] MODE2 Form1: Yes, MODE2 Form2: Yes
00000318 2.73691768 [3448] Is Multi Session: Yes, CDDA: Yes, CDDAAccurate: Yes
00000319 2.73695232 [3448] BUP (Buffer Underrun Protection) Supported: Yes
00000320 2.73696489 [3448] RW Supported: No, RW Deinterleaved: No, C2Pointers: Yes
00000321 2.73699898 [3448] ISRC: Yes, UPC: Yes, Read Bar Code Capable: Yes
00000322 2.73703334 [3448] Lock: Yes, LockState: 0, Prevent Jumper: No
00000323 2.73706798 [3448] Reserved5: 0x00, Eject: Yes, Loading Mechanism Type: 0x01
00000324 2.73712301 [3448] Separate Volume: Yes, Separate Channel Mute: Yes
00000325 2.73715766 [3448] Supports Disc Present: No, SW Slot Selection: No
00000326 2.73717107 [3448] Side Change Capable: No, RW InLeadIn Readable: Yes, Reserved6: 0x00
00000327 2.73720571 [3448] Maximum read speed: 8310 KBps
00000328 2.73723979 [3448] Number Of Volume Level(s): 256, Buffer Size in KBs: 2048
00000329 2.73727387 [3448] Current read speed: 8310 KBps
00000330 2.73732919 [3448] Reserved7: 0x00
00000331 2.73736243 [3448] BCK: No, RCK: No, LSBF: No, Length: 0x00
00000332 2.73737500 [3448] Reserved8: 0x00
00000333 2.73740825 [3448] Maximum write speed: 1385 KBps
00000334 2.73744205 [3448] Current write speed: 1385 KBps
00000335 2.73747529 [3448] Reserved9: 0x0001
00000336 2.73747529 [3448]
00000337 2.74650605 [3448]
00000338 2.74650605 [3448] CStarBurn_CdvdBurnerGrabber::GetSupportedMediaFormatsEx(): DVD+RW page size in UCHAR(s): 4
00000339 2.74798026 [3448]
00000340 2.74798026 [3448] CStarBurn_CdvdBurnerGrabber::GetSupportedMediaFormatsEx(): DVD+R page size in UCHAR(s): 4
00000341 2.74806072 [3448]
00000342 2.74806072 [3448] StarBurn:StarBurn_GetDeviceNameByDeviceAddress(): Running under Windows NT and up...
00000343 2.74823783 [3448]
00000344 2.74823783 [3448] CStarBurn_Wrapper::GetMountMgrSymbolicLinkName(): Number of mount points: 2
00000345 2.74828002 [3448]
00000346 2.74828002 [3448] CStarBurn_Wrapper::GetMountMgrSymbolicLinkName(): Symbolic link 1 of 2 name: '\??\Volume{7bdb50f5-b66b-11d8-982d-00038a000015}'
00000347 2.74831997 [3448]
00000348 2.74831997 [3448] CStarBurn_Wrapper::GetMountMgrSymbolicLinkName(): Symbolic link 2 of 2 name: '\DosDevices\F:'
00000349 2.75139885 [3448]
00000350 2.75139885 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000351 2.75142176 [3448]
00000352 2.75142176 [3448] Write parameter page dump:
00000353 2.75142176 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000354 2.75147344 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000355 2.75150780 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000356 2.75154272 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000357 2.75157792 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000358 2.75163380 [3448] Host Application Code: 0x00, Session Format: 0x00
00000359 2.75164721 [3448] Packet Size: 0, Audio Pause Length: 150
00000360 2.75168380 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000361 2.75182488 [3448] ISRC: 0x00000000000000000000000000000000
00000362 2.75186064 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000363 2.75189528 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000364 2.75195283 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000365 2.75195283 [3448]
00000366 2.75198915 [3448]
00000367 2.75198915 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000368 2.75202658 [3448]
00000369 2.75202658 [3448] Write parameter page dump:
00000370 2.75202658 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000371 2.75206346 [3448] Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
00000372 2.75209838 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000373 2.75213274 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000374 2.75216711 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000375 2.75220175 [3448] Host Application Code: 0x00, Session Format: 0x00
00000376 2.75223834 [3448] Packet Size: 0, Audio Pause Length: 150
00000377 2.75227466 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000378 2.75230874 [3448] ISRC: 0x00000000000000000000000000000000
00000379 2.75234255 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000380 2.75237663 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000381 2.75247161 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000382 2.75247161 [3448]
00000383 2.75484398 [3448]
00000384 2.75484398 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000385 2.75488896 [3448]
00000386 2.75488896 [3448] Write parameter page dump:
00000387 2.75488896 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000388 2.75492863 [3448] Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
00000389 2.75496271 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000390 2.75502026 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000391 2.75505574 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000392 2.75509010 [3448] Host Application Code: 0x00, Session Format: 0x00
00000393 2.75510379 [3448] Packet Size: 0, Audio Pause Length: 150
00000394 2.75514039 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000395 2.75517754 [3448] ISRC: 0x00000000000000000000000000000000
00000396 2.75523286 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000397 2.75526722 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000398 2.75533036 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000399 2.75533036 [3448]
00000400 2.75621985 [3448]
00000401 2.75621985 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000402 2.75625980 [3448]
00000403 2.75625980 [3448] Write parameter page dump:
00000404 2.75625980 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000405 2.75629836 [3448] Page Length: 50 UCHARs, Write Type: 0x01, Test Write: No, Reserved2_1: 0x00
00000406 2.75635451 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000407 2.75638971 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000408 2.75640256 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000409 2.75678948 [3448] Host Application Code: 0x00, Session Format: 0x00
00000410 2.75685960 [3448] Packet Size: 0, Audio Pause Length: 150
00000411 2.75689732 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000412 2.75695570 [3448] ISRC: 0x00000000000000000000000000000000
00000413 2.75699034 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000414 2.75700292 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000415 2.75703700 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000416 2.75703700 [3448]
00000417 2.75707443 [3448]
00000418 2.75707443 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000419 2.75711131 [3448]
00000420 2.75711131 [3448] Write parameter page dump:
00000421 2.75711131 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000422 2.75717053 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000423 2.75720545 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000424 2.75721803 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000425 2.75725267 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000426 2.75728703 [3448] Host Application Code: 0x00, Session Format: 0x00
00000427 2.75732083 [3448] Packet Size: 0, Audio Pause Length: 150
00000428 2.75738034 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000429 2.75741498 [3448] ISRC: 0x00000000000000000000000000000000
00000430 2.75742755 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000431 2.75746135 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000432 2.75749627 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000433 2.75749627 [3448]
00000434 2.75996419 [3448]
00000435 2.75996419 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000436 2.76003403 [3448]
00000437 2.76003403 [3448] Write parameter page dump:
00000438 2.76003403 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000439 2.76007258 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000440 2.76010862 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000441 2.76014382 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000442 2.76017902 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000443 2.76021366 [3448] Host Application Code: 0x00, Session Format: 0x00
00000444 2.76025026 [3448] Packet Size: 0, Audio Pause Length: 150
00000445 2.76028629 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000446 2.76032038 [3448] ISRC: 0x00000000000000000000000000000000
00000447 2.76036424 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000448 2.76039888 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000449 2.76045810 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000450 2.76045810 [3448]
00000451 2.76136911 [3448]
00000452 2.76136911 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000453 2.76140822 [3448]
00000454 2.76140822 [3448] Write parameter page dump:
00000455 2.76140822 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000456 2.76144482 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000457 2.76148002 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000458 2.76151522 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000459 2.76154958 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000460 2.76158422 [3448] Host Application Code: 0x00, Session Format: 0x00
00000461 2.76162138 [3448] Packet Size: 0, Audio Pause Length: 150
00000462 2.76165742 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000463 2.76169150 [3448] ISRC: 0x00000000000000000000000000000000
00000464 2.76178453 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000465 2.76181973 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000466 2.76187029 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000467 2.76187029 [3448]
00000468 2.76188454 [3448]
00000469 2.76188454 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000470 2.76192198 [3448]
00000471 2.76192198 [3448] Write parameter page dump:
00000472 2.76192198 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000473 2.76196081 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000474 2.76199545 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000475 2.76202981 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000476 2.76208652 [3448] Next Session: 0x00, Data Block Type: 0x01, Reserved4: 0x00
00000477 2.76209937 [3448] Host Application Code: 0x00, Session Format: 0x00
00000478 2.76213318 [3448] Packet Size: 0, Audio Pause Length: 150
00000479 2.76216977 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000480 2.76220609 [3448] ISRC: 0x00000000000000000000000000000000
00000481 2.76224045 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000482 2.76229660 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000483 2.76230973 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000484 2.76230973 [3448]
00000485 2.76479385 [3448]
00000486 2.76479385 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000487 2.76483212 [3448]
00000488 2.76483212 [3448] SCSI request block dump:
00000489 2.76483212 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000490 2.76487487 [3448] CDB Length: 10, CDB dump: 0x55 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x3C 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000491 2.76487487 [3448]
00000492 2.76491370 [3448]
00000493 2.76491370 [3448] SCSI sense data dump:
00000494 2.76491370 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000495 2.76497460 [3448] Sense Key: 0x05, Reserved: 0x00, Incorrect Length: No
00000496 2.76501930 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000497 2.76505534 [3448] Additional Sense Length: 0x0A (10)
00000498 2.76509026 [3448] Command Specific Information: 0x28 0x00 0x00 0x00
00000499 2.76520005 [3448] Additional Sense Code (ASC): 0x26, Additional Sense Code Qualifier (ASCQ): 0x00
00000500 2.76520005 [3448]
00000501 2.76523860 [3448]
00000502 2.76523860 [3448] CStarBurn_CdvdBurnerGrabber::ProbeSupportedWriteModes(): SetWriteParameters( DAO_PQ ) failed!!!
00000503 2.76535621 [3448] CStarBurn_CdvdBurnerGrabber::ProbeSupportedWriteModes(): WARNING! Status 8, message 'CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!'!!!
00000504 2.76622560 [3448]
00000505 2.76622560 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000506 2.76625241 [3448]
00000507 2.76625241 [3448] Write parameter page dump:
00000508 2.76625241 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000509 2.76629125 [3448] Page Length: 50 UCHARs, Write Type: 0x02, Test Write: No, Reserved2_1: 0x00
00000510 2.76632617 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000511 2.76636053 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000512 2.76641752 [3448] Next Session: 0x00, Data Block Type: 0x08, Reserved4: 0x00
00000513 2.76645272 [3448] Host Application Code: 0x00, Session Format: 0x00
00000514 2.76648960 [3448] Packet Size: 0, Audio Pause Length: 150
00000515 2.76652535 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000516 2.76655944 [3448] ISRC: 0x00000000000000000000000000000000
00000517 2.76659324 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000518 2.76662732 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000519 2.76666280 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000520 2.76666280 [3448]
00000521 2.76669856 [3448]
00000522 2.76669856 [3448] StarBurn_DumpCdvdWriteParametersPage(): WARNING! Size 50 less then 56!
00000523 2.76673544 [3448]
00000524 2.76673544 [3448] Write parameter page dump:
00000525 2.76673544 [3448] Page Code: 0x05, PSBit (Page Saveable): 0
00000526 2.76677231 [3448] Page Length: 50 UCHARs, Write Type: 0x03, Test Write: No, Reserved2_1: 0x00
00000527 2.76680723 [3448] BUP (Buffer Underrun Protection) Enabled: No
00000528 2.76684132 [3448] Track Mode: 0x04, Copy Allowed: No, FP (Is Fixed Packet): No
00000529 2.76687568 [3448] Next Session: 0x00, Data Block Type: 0x03, Reserved4: 0x00
00000530 2.76690976 [3448] Host Application Code: 0x00, Session Format: 0x00
00000531 2.76694580 [3448] Packet Size: 0, Audio Pause Length: 150
00000532 2.76698184 [3448] Media Catalog Number: 0x00000000000000000000000000000000
00000533 2.76701564 [3448] ISRC: 0x00000000000000000000000000000000
00000534 2.76704972 [3448] SubHeaderUCHAR0: 0x00, SubHeaderUCHAR1: 0x00
00000535 2.76708353 [3448] SubHeaderUCHAR2: 0x00, SubHeaderUCHAR3: 0x00
00000536 2.76715001 [3448] Vendor Specific: 0x00 0x00 0x00 0x00
00000537 2.76715001 [3448]
00000538 2.76871781 [3448]
00000539 2.76871781 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000540 2.76874407 [3448]
00000541 2.76874407 [3448] SCSI request block dump:
00000542 2.76874407 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000543 2.76878877 [3448] CDB Length: 10, CDB dump: 0x55 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x3C 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000544 2.76878877 [3448]
00000545 2.76883906 [3448]
00000546 2.76883906 [3448] SCSI sense data dump:
00000547 2.76883906 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000548 2.76886560 [3448] Sense Key: 0x05, Reserved: 0x00, Incorrect Length: No
00000549 2.76890135 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000550 2.76893572 [3448] Additional Sense Length: 0x0A (10)
00000551 2.76897036 [3448] Command Specific Information: 0x28 0x00 0x00 0x00
00000552 2.76900500 [3448] Additional Sense Code (ASC): 0x26, Additional Sense Code Qualifier (ASCQ): 0x00
00000553 2.76900500 [3448]
00000554 2.76909942 [3448]
00000555 2.76909942 [3448] CStarBurn_CdvdBurnerGrabber::ProbeSupportedWriteModes(): SetWriteParameters( DAO_RAW_PW ) failed!!!
00000556 2.76912485 [3448] CStarBurn_CdvdBurnerGrabber::ProbeSupportedWriteModes(): WARNING! Status 8, message 'CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!'!!!
00000557 2.76919776 [3448]
00000558 2.76919776 [3448] CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): ENTERed
00000559 2.77020459 [3448]
00000560 2.77020459 [3448] CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): Current Read 8310, Maximum Read 8310, Current Write 1385, Maximum Write 1385
00000561 2.77024538 [3448]
00000562 2.77024538 [3448] CStarBurn_CdvdBurnerGrabber::GetCdvdSpeeds(): EXITing with success
00000563 2.81437725 [3448]
00000564 2.81437725 [3448] SCSI port inquiry dump:
00000565 2.81445938 [3448] SCSI ID: 7, Manager 'ROCKET', Identifier 'Port 001'
00000566 2.81449430 [3448] Residual Count Supported: Yes, Number of SCSI Target(s) Supported: 15
00000567 2.81450771 [3448] Single Transfer Size: 65536 UCHARs
00000568 2.81450771 [3448]
00000569 2.81454542 [3448]
00000570 2.81454542 [3448] CStarBurn_ScsiTransportASPI::CStarBurn_ScsiTrasportASPI(): Symbolic name is '\\.\D:'
00000571 2.81821265 [3448]
00000572 2.81821265 [3448] SCSI device inquiry data dump:
00000573 2.81821265 [3448] Device Type: 0x05, Removable: Yes
00000574 2.81826433 [3448] SCSI Version: 0, Soft Reset Supported: No
00000575 2.81832048 [3448] Command Queue Supported: No, Linked Commands Supported: No
00000576 2.81835541 [3448] Sync Transfer Supported: No, 16-bit bus: No
00000577 2.81839647 [3448] 32-bit bus: No, Relative Addressing Supported: No
00000578 2.81843363 [3448] Vendor ID: 'QSI ', Product ID: 'CDRW/DVD SBW242U', Revision Level: 'US06'
00000579 2.81843363 [3448]
00000580 2.81857750 [3448]
00000581 2.81857750 [3448] CStarBurn_ScsiDeviceGeneric::CStarBurn_ScsiDeviceGeneric(): 'QSI ' - 'CDRW/DVD SBW242U' - 'US06' sits at 1:0:0:0
00000582 2.82356920 [3448]
00000583 2.82356920 [3448] CDVD capabilities page dump:
00000584 2.82356920 [3448] Page Code: 0x2A, Reserved1: 0x00, PSBit (Page Savable): 0
00000585 2.82365496 [3448] Page Size in UCHARs: 56 UCHARs, CD-R Read: Yes, CD-E Read: Yes
00000586 2.82368988 [3448] DVD-ROM Read: Yes, DVD-R Read: Yes, DVD-RAM Read: No, Reserved2: 0x00
00000587 2.82372508 [3448] CD-R Write: Yes, CD-E Write: Yes, Test Write: Yes
00000588 2.82375609 [3448] Reserved3: 0x00, DVD-R Write: No, DVD-RAM Write: No
00000589 2.82379129 [3448] Reserved4: 0x00, Audio Play: Yes, Composite: No
00000590 2.82382510 [3448] Digital Port One: No, Digital Port Two: No
00000591 2.82388013 [3448] MODE2 Form1: Yes, MODE2 Form2: Yes
00000592 2.82391337 [3448] Is Multi Session: Yes, CDDA: Yes, CDDAAccurate: Yes
00000593 2.82394774 [3448] BUP (Buffer Underrun Protection) Supported: Yes
00000594 2.82396003 [3448] RW Supported: Yes, RW Deinterleaved: No, C2Pointers: Yes
00000595 2.82399467 [3448] ISRC: Yes, UPC: Yes, Read Bar Code Capable: No
00000596 2.82402903 [3448] Lock: Yes, LockState: 0, Prevent Jumper: No
00000597 2.82408463 [3448] Reserved5: 0x00, Eject: Yes, Loading Mechanism Type: 0x01
00000598 2.82411955 [3448] Separate Volume: Yes, Separate Channel Mute: Yes
00000599 2.82415391 [3448] Supports Disc Present: No, SW Slot Selection: No
00000600 2.82416648 [3448] Side Change Capable: No, RW InLeadIn Readable: Yes, Reserved6: 0x00
00000601 2.82420084 [3448] Maximum read speed: 1410 KBps
00000602 2.82423464 [3448] Number Of Volume Level(s): 256, Buffer Size in KBs: 2048
00000603 2.82428940 [3448] Current read speed: 1410 KBps
00000604 2.82432320 [3448] Reserved7: 0x00
00000605 2.82435589 [3448] BCK: No, RCK: No, LSBF: No, Length: 0x01
00000606 2.82436846 [3448] Reserved8: 0x00
00000607 2.82440170 [3448] Maximum write speed: 1762 KBps
00000608 2.82443523 [3448] Current write speed: 1762 KBps
00000609 2.83158027 [3448] Reserved9: 0x0001
00000610 2.83158027 [3448]
00000611 2.83790901 [3448]
00000612 2.83790901 [3448] CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): ENTERed
00000613 2.84498030 [3448]
00000614 2.84498030 [3448] CStarBurn_CdvdBurnerGrabber::GetInsertedDiscType(): EXITing with success, disc type == 0x00000003
00000615 2.95946580 [3448]
00000616 2.95946580 [3448] SCSI port inquiry dump:
00000617 2.95997759 [3448] SCSI ID: 7, Manager 'ROCKET', Identifier 'Port 001'
00000618 2.96020891 [3448] Residual Count Supported: Yes, Number of SCSI Target(s) Supported: 15
00000619 2.96044302 [3448] Single Transfer Size: 65536 UCHARs
00000620 2.96044302 [3448]
00000621 2.96128558 [3448]
00000622 2.96128558 [3448] CStarBurn_ScsiTransportASPI::CStarBurn_ScsiTrasportASPI(): Symbolic name is '\\.\D:'
00000623 2.96602361 [3448]
00000624 2.96602361 [3448] SCSI device inquiry data dump:
00000625 2.96602361 [3448] Device Type: 0x05, Removable: Yes
00000626 2.96680528 [3448] SCSI Version: 0, Soft Reset Supported: No
00000627 2.96691563 [3448] Command Queue Supported: No, Linked Commands Supported: No
00000628 2.96695083 [3448] Sync Transfer Supported: No, 16-bit bus: No
00000629 2.96696647 [3448] 32-bit bus: No, Relative Addressing Supported: No
00000630 2.96701173 [3448] Vendor ID: 'QSI ', Product ID: 'CDRW/DVD SBW242U', Revision Level: 'US06'
00000631 2.96701173 [3448]
00000632 2.96705224 [3448]
00000633 2.96705224 [3448] CStarBurn_ScsiDeviceGeneric::CStarBurn_ScsiDeviceGeneric(): 'QSI ' - 'CDRW/DVD SBW242U' - 'US06' sits at 1:0:0:0
00000634 2.97188134 [3448]
00000635 2.97188134 [3448] CDVD capabilities page dump:
00000636 2.97188134 [3448] Page Code: 0x2A, Reserved1: 0x00, PSBit (Page Savable): 0
00000637 2.97194476 [3448] Page Size in UCHARs: 56 UCHARs, CD-R Read: Yes, CD-E Read: Yes
00000638 2.97197996 [3448] DVD-ROM Read: Yes, DVD-R Read: Yes, DVD-RAM Read: No, Reserved2: 0x00
00000639 2.97474428 [3448] CD-R Write: Yes, CD-E Write: Yes, Test Write: Yes
00000640 2.97484764 [3448] Reserved3: 0x00, DVD-R Write: No, DVD-RAM Write: No
00000641 2.97487614 [3448] Reserved4: 0x00, Audio Play: Yes, Composite: No
00000642 2.97491050 [3448] Digital Port One: No, Digital Port Two: No
00000643 2.97496581 [3448] MODE2 Form1: Yes, MODE2 Form2: Yes
00000644 2.97497838 [3448] Is Multi Session: Yes, CDDA: Yes, CDDAAccurate: Yes
00000645 2.97501247 [3448] BUP (Buffer Underrun Protection) Supported: Yes
00000646 2.97504711 [3448] RW Supported: Yes, RW Deinterleaved: No, C2Pointers: Yes
00000647 2.97508175 [3448] ISRC: Yes, UPC: Yes, Read Bar Code Capable: No
00000648 2.97511667 [3448] Lock: Yes, LockState: 0, Prevent Jumper: No
00000649 2.97517310 [3448] Reserved5: 0x00, Eject: Yes, Loading Mechanism Type: 0x01
00000650 2.97518707 [3448] Separate Volume: Yes, Separate Channel Mute: Yes
00000651 2.97522059 [3448] Supports Disc Present: No, SW Slot Selection: No
00000652 2.97525579 [3448] Side Change Capable: No, RW InLeadIn Readable: Yes, Reserved6: 0x00
00000653 2.97529016 [3448] Maximum read speed: 1410 KBps
00000654 2.97532424 [3448] Number Of Volume Level(s): 256, Buffer Size in KBs: 2048
00000655 2.97537871 [3448] Current read speed: 1410 KBps
00000656 2.97539101 [3448] Reserved7: 0x00
00000657 2.97542481 [3448] BCK: No, RCK: No, LSBF: No, Length: 0x01
00000658 2.97545861 [3448] Reserved8: 0x00
00000659 2.97549186 [3448] Maximum write speed: 1762 KBps
00000660 2.97552566 [3448] Current write speed: 1762 KBps
00000661 2.98481427 [3448] Reserved9: 0x0001
00000662 2.98481427 [3448]
00000663 2.99514827 [3448]
00000664 2.99514827 [3448] CStarBurn_CdvdBurnerGrabber::TestUnitReady(): ENTERed for 10 second(s)
00000665 3.01101173 [3448]
00000666 3.01101173 [3448] CStarBurn_CdvdBurnerGrabber::TestUnitReady(): EXITing with success
00000667 3.01837301 [3448]
00000668 3.01837301 [3448] CStarBurn_CdvdBurnerGrabber::GetBUP(): JustLink buffer underrun protection, supported status 0x01, enabled status 0x01
00000669 3.06460626 [3448]
00000670 3.06460626 [3448] CStarBurn_CdvdBurnerGrabber::Blank(): ENTERed
00000671 3.07987468 [3448]
00000672 3.07987468 [3448] CStarBurn_CdvdBurnerGrabber::BlankForCDRW(): ENTERed
00000673 3.08866881 [3448]
00000674 3.08866881 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000675 3.08870261 [3448]
00000676 3.08870261 [3448] SCSI request block dump:
00000677 3.08870261 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000678 3.08874620 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000679 3.08874620 [3448]
00000680 3.08878559 [3448]
00000681 3.08878559 [3448] SCSI sense data dump:
00000682 3.08878559 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000683 3.08882414 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000684 3.08885934 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000685 3.08891577 [3448] Additional Sense Length: 0x0A (10)
00000686 3.08892806 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000687 3.08896298 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000688 3.08896298 [3448]
00000689 3.18624043 [3448]
00000690 3.18624043 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000691 3.18630329 [3448]
00000692 3.18630329 [3448] SCSI request block dump:
00000693 3.18630329 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000694 3.18634631 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000695 3.18634631 [3448]
00000696 3.18640777 [3448]
00000697 3.18640777 [3448] SCSI sense data dump:
00000698 3.18640777 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000699 3.18644660 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000700 3.18645945 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000701 3.18649409 [3448] Additional Sense Length: 0x0A (10)
00000702 3.18652873 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000703 3.18656393 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000704 3.18656393 [3448]
00000705 3.28648026 [3448]
00000706 3.28648026 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000707 3.28654089 [3448]
00000708 3.28654089 [3448] SCSI request block dump:
00000709 3.28654089 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000710 3.28658140 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000711 3.28658140 [3448]
00000712 3.28659788 [3448]
00000713 3.28659788 [3448] SCSI sense data dump:
00000714 3.28659788 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000715 3.28663699 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000716 3.28667275 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000717 3.28673002 [3448] Additional Sense Length: 0x0A (10)
00000718 3.28677555 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000719 3.28679427 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000720 3.28679427 [3448]
00000721 3.38657399 [3448]
00000722 3.38657399 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000723 3.38663322 [3448]
00000724 3.38663322 [3448] SCSI request block dump:
00000725 3.38663322 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000726 3.38667847 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000727 3.38667847 [3448]
00000728 3.38671759 [3448]
00000729 3.38671759 [3448] SCSI sense data dump:
00000730 3.38671759 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000731 3.38675586 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000732 3.38681397 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000733 3.38684917 [3448] Additional Sense Length: 0x0A (10)
00000734 3.38686146 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000735 3.38689666 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000736 3.38689666 [3448]
00000737 3.49161025 [3448]
00000738 3.49161025 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000739 3.49166891 [3448]
00000740 3.49166891 [3448] SCSI request block dump:
00000741 3.49166891 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000742 3.49173652 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000743 3.49173652 [3448]
00000744 3.49177423 [3448]
00000745 3.49177423 [3448] SCSI sense data dump:
00000746 3.49177423 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000747 3.49181362 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000748 3.49182648 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000749 3.49186084 [3448] Additional Sense Length: 0x0A (10)
00000750 3.49189548 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000751 3.49194744 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000752 3.49194744 [3448]
00000753 3.59194562 [3448]
00000754 3.59194562 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000755 3.59200820 [3448]
00000756 3.59200820 [3448] SCSI request block dump:
00000757 3.59200820 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000758 3.59205067 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000759 3.59205067 [3448]
00000760 3.59209006 [3448]
00000761 3.59209006 [3448] SCSI sense data dump:
00000762 3.59209006 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000763 3.59212833 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000764 3.59218560 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000765 3.59219873 [3448] Additional Sense Length: 0x0A (10)
00000766 3.59223393 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000767 3.59226857 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000768 3.59226857 [3448]
00000769 3.69805241 [3448]
00000770 3.69805241 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000771 3.69811554 [3448]
00000772 3.69811554 [3448] SCSI request block dump:
00000773 3.69811554 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000774 3.69818259 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000775 3.69818259 [3448]
00000776 3.69822003 [3448]
00000777 3.69822003 [3448] SCSI sense data dump:
00000778 3.69822003 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000779 3.69823623 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000780 3.69827199 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000781 3.69830635 [3448] Additional Sense Length: 0x0A (10)
00000782 3.69834099 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000783 3.69838150 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000784 3.69838150 [3448]
00000785 3.79819977 [3448]
00000786 3.79819977 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000787 3.79826263 [3448]
00000788 3.79826263 [3448] SCSI request block dump:
00000789 3.79826263 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000790 3.79830565 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000791 3.79830565 [3448]
00000792 3.79834588 [3448]
00000793 3.79834588 [3448] SCSI sense data dump:
00000794 3.79834588 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000795 3.79838527 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000796 3.79844254 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000797 3.79847830 [3448] Additional Sense Length: 0x0A (10)
00000798 3.79851266 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000799 3.79852579 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000800 3.79852579 [3448]
00000801 3.89838988 [3448]
00000802 3.89838988 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000803 3.89844883 [3448]
00000804 3.89844883 [3448] SCSI request block dump:
00000805 3.89844883 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000806 3.89849436 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000807 3.89849436 [3448]
00000808 3.89853375 [3448]
00000809 3.89853375 [3448] SCSI sense data dump:
00000810 3.89853375 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000811 3.89857230 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000812 3.89862985 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000813 3.89864270 [3448] Additional Sense Length: 0x0A (10)
00000814 3.89867735 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000815 3.89871227 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000816 3.89871227 [3448]
00000817 3.99840846 [3448]
00000818 3.99840846 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000819 3.99846964 [3448]
00000820 3.99846964 [3448] SCSI request block dump:
00000821 3.99846964 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000822 3.99853669 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000823 3.99853669 [3448]
00000824 3.99857412 [3448]
00000825 3.99857412 [3448] SCSI sense data dump:
00000826 3.99857412 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000827 3.99859032 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000828 3.99862580 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000829 3.99865989 [3448] Additional Sense Length: 0x0A (10)
00000830 3.99869509 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000831 3.99873531 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000832 3.99873531 [3448]
00000833 4.09874830 [3448]
00000834 4.09874830 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000835 4.09880949 [3448]
00000836 4.09880949 [3448] SCSI request block dump:
00000837 4.09880949 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000838 4.09885307 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000839 4.09885307 [3448]
00000840 4.09889246 [3448]
00000841 4.09889246 [3448] SCSI sense data dump:
00000842 4.09889246 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000843 4.09893129 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000844 4.09898884 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000845 4.09902460 [3448] Additional Sense Length: 0x0A (10)
00000846 4.09905924 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000847 4.09907265 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000848 4.09907265 [3448]
00000849 4.19877582 [3448]
00000850 4.19877582 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000851 4.19883700 [3448]
00000852 4.19883700 [3448] SCSI request block dump:
00000853 4.19883700 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000854 4.19890349 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000855 4.19890349 [3448]
00000856 4.19891942 [3448]
00000857 4.19891942 [3448] SCSI sense data dump:
00000858 4.19891942 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000859 4.19895797 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000860 4.19899345 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000861 4.19902837 [3448] Additional Sense Length: 0x0A (10)
00000862 4.19906301 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000863 4.19910380 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000864 4.19910380 [3448]
00000865 4.30437248 [3448]
00000866 4.30437248 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000867 4.30443562 [3448]
00000868 4.30443562 [3448] SCSI request block dump:
00000869 4.30443562 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000870 4.30447836 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000871 4.30447836 [3448]
00000872 4.30451803 [3448]
00000873 4.30451803 [3448] SCSI sense data dump:
00000874 4.30451803 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000875 4.30455603 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000876 4.30461330 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000877 4.30464878 [3448] Additional Sense Length: 0x0A (10)
00000878 4.30466163 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000879 4.30469655 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000880 4.30469655 [3448]
00000881 4.40962860 [3448]
00000882 4.40962860 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000883 4.40968782 [3448]
00000884 4.40968782 [3448] SCSI request block dump:
00000885 4.40968782 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000886 4.40973308 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000887 4.40973308 [3448]
00000888 4.40977219 [3448]
00000889 4.40977219 [3448] SCSI sense data dump:
00000890 4.40977219 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000891 4.40981074 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000892 4.40984678 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000893 4.40988114 [3448] Additional Sense Length: 0x0A (10)
00000894 4.40991523 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000895 4.40995629 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000896 4.40995629 [3448]
00000897 4.51687547 [3448]
00000898 4.51687547 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000899 4.51693274 [3448]
00000900 4.51693274 [3448] SCSI request block dump:
00000901 4.51693274 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000902 4.51697436 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000903 4.51697436 [3448]
00000904 4.51701375 [3448]
00000905 4.51701375 [3448] SCSI sense data dump:
00000906 4.51701375 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000907 4.51705287 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000908 4.51711014 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000909 4.51712327 [3448] Additional Sense Length: 0x0A (10)
00000910 4.51715763 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000911 4.51719227 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000912 4.51719227 [3448]
00000913 4.61702060 [3448]
00000914 4.61702060 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000915 4.61708122 [3448]
00000916 4.61708122 [3448] SCSI request block dump:
00000917 4.61708122 [3448] SRB_Status: 0x04, SRB_HaStat: 0x00, SRB_TargStat: 0x02
00000918 4.61714715 [3448] CDB Length: 10, CDB dump: 0x51 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
00000919 4.61714715 [3448]
00000920 4.61718487 [3448]
00000921 4.61718487 [3448] SCSI sense data dump:
00000922 4.61718487 [3448] Error Code: 0x70, Is Sense Valid: No, Segment Number: 0x00 (0)
00000923 4.61720135 [3448] Sense Key: 0x02, Reserved: 0x00, Incorrect Length: No
00000924 4.61723683 [3448] End Of Media: No, File Mark: No, Information: 0x00 0x00 0x00 0x00
00000925 4.61727175 [3448] Additional Sense Length: 0x0A (10)
00000926 4.61730695 [3448] Command Specific Information: 0x00 0x00 0x00 0x00
00000927 4.61734746 [3448] Additional Sense Code (ASC): 0x04, Additional Sense Code Qualifier (ASCQ): 0x08
00000928 4.61734746 [3448]
00000929 4.71716601 [3448]
00000930 4.71716601 [3448] CStarBurn_ScsiTransportASPI::ExecuteCDB(): Command failed!!!
00000931 4.71722887 [3448]
00000932 4.71722887 [3448] SC


Top
 Profile  
 
 Post subject: gapless
PostPosted: Sun Oct 24, 2004 9:35 pm 
Offline

Joined: Mon Sep 06, 2004 1:45 pm
Posts: 118
If you look at the DiskAtOnceFromFile Questions posting, at the end of page one you told me you were going to support gapless audio cds in this build. Gapless is critical to my application.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 89 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC


Who is online

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