Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message



Nero SDK Discussion Forum Discuss, Failed burn sessions w/ external recorder at International Chat: Software related forum; Hi all, I have written a small applet (in VB.NET), which uses NeroCOM to burn data from a magneto optical drive to DVD-R on the fly. The applet works fine on a machine with an internal recorder. On another machine with an external (USB) recorder, the burn sessions


Reply
 
Thread Tools
Old 13-01-2005   #1 (permalink)
New on Forum
 
Join Date: Jan 2005
Posts: 4
Failed burn sessions w/ external recorder

Hi all,

I have written a small applet (in VB.NET), which uses NeroCOM to burn data from a magneto optical drive to DVD-R on the fly. The applet works fine on a machine with an internal recorder. On another machine with an external (USB) recorder, the burn sessions reproducibly fail every time after around 10 minutes. Why?

The relevant part, I think, from the nero log goes like this:

>>>>
....
15:40:21 #24 SCSI -1135 File Cdrdrv.cpp, Line 1432
SCSI Exec, HA 5, TA 0, LUN 0, buffer 0x0F9A0000
Status: 0x04 (0x01, SCSI_ERR)
HA-Status 0x00 (0x00, OK)
TA-Status 0x02 (0x01, SCSI_TASTATUS_CHKCOND)
Sense Key: 0x03 (KEY_MEDIUM_ERROR)
Sense Code: 0x0C
Sense Qual: 0x07
CDB Data: 0x2A 0x00 0x00 0x1A 0xC1 0x80 0x00 0x00 0x20 0x00 0x00 0x00
Sense Data: 0xF0 0x00 0x03 0x00 0x1A 0xBE 0xC0 0x0A
0x00 0x00 0x00 0x00 0x0C 0x07

15:40:21 #25 CDR -1135 File Writer.cpp, Line 311
Write error

15:40:22 #26 Text 0 File ThreadedTransfer.cpp, Line 228
all writers idle, stopping conversion

15:40:22 #27 Text 0 File ThreadedTransfer.cpp, Line 222
conversion idle, stopping reader

15:40:22 #28 Text 0 File DVDR.cpp, Line 2642
EndDAO: Last written address was 1753471

15:40:22 #29 Phase 133 File APIProgress.cpp, Line 276
Writing short lead-out

15:40:32 #30 SCSI -1093 File Cdrdrv.cpp, Line 1178
SCSI Exec, HA 5, TA 0, LUN 0
Status: 0x04 (0x01, SCSI_ERR)
HA-Status 0x00 (0x00, OK)
TA-Status 0x02 (0x01, SCSI_TASTATUS_CHKCOND)
Sense Key: 0x03 (KEY_MEDIUM_ERROR)
Sense Code: 0x02
Sense Qual: 0x00
CDB Data: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Sense Data: 0xF0 0x00 0x03 0x00 0x1A 0xBE 0xB0 0x0A
0x00 0x00 0x00 0x00 0x02 0x00

15:40:32 #31 SCSI -1176 File Cdrdrv.cpp, Line 1178
SCSI Exec, HA 5, TA 0, LUN 0
Status: 0x04 (0x01, SCSI_ERR)
HA-Status 0x00 (0x00, OK)
TA-Status 0x02 (0x01, SCSI_TASTATUS_CHKCOND)
Sense Key: 0x05 (KEY_ILLEGAL_REQUEST)
Sense Code: 0x72
Sense Qual: 0x03
CDB Data: 0x5B 0x01 0x02 0x00 0x00 0x03 0x00 0x00 0x00 0x00 0x00 0x00
Sense Data: 0x70 0x00 0x05 0x00 0x00 0x00 0x00 0x0A
0x00 0x00 0x00 0x00 0x72 0x03

15:40:32 #32 SCSI -1066 File Cdrdrv.cpp, Line 1178
SCSI Exec, HA 5, TA 0, LUN 0, buffer 0x05084E00
Status: 0x04 (0x01, SCSI_ERR)
HA-Status 0x00 (0x00, OK)
TA-Status 0x02 (0x01, SCSI_TASTATUS_CHKCOND)
Sense Key: 0x05 (KEY_ILLEGAL_REQUEST)
Sense Code: 0x24
Sense Qual: 0x00
CDB Data: 0xE9 0x00 0x22 0x0A 0x00 0x00 0x00 0x00 0x00 0x08 0x00 0x00
Sense Data: 0x70 0x00 0x05 0x00 0x00 0x00 0x00 0x0A
0x00 0x00 0x00 0x00 0x24 0x00

15:40:32 #33 CDR -1093 File WriterStatus.cpp, Line 167
No seek complete
PLEXTOR DVDR PX-712A\H5 T0

15:40:32 #34 TRANSFER -24 File WriterStatus.cpp, Line 167
Could not perform end of Disc-at-once

15:40:32 #35 Phase 38 File APIProgress.cpp, Line 276
Burn process failed at 4x (5.540 KB/s)
....
>>>>


Does this help any of you NeroCOM gurus (alexp...)? If not I can elaborate on hardware, code, etc.
[full log burnmsg3.txt attached]

Thanks

QuRace
Attached Files
File Type: txt burnmsg3.txt (14.9 KB, 3 views)
QuRace is offline   Reply With Quote
Old 13-01-2005   #2 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
Did you try decreasing the burn speed? This often helps with the external recorders.

Since you app works on a desktop machine, I'd suspect the reason for failure is not code related.
alexp is offline   Reply With Quote
Old 14-01-2005   #3 (permalink)
New on Forum
 
Join Date: Jan 2005
Posts: 4
Re: Failed burn sessions w/ external recorder

Quote:
Originally Posted by alexp
Did you try decreasing the burn speed? This often helps with the external recorders.
Yes. 8X -> 4X. But I will further decrease burn speed. Thanks so far.

Quote:
Originally Posted by alexp
Since you app works on a desktop machine, I'd suspect the reason for failure is not code related.
Just out of curiosity: Can't you learn anything more specific from all those status/error codes in the log?
QuRace is offline   Reply With Quote
Old 17-01-2005   #4 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
Quote:
Just out of curiosity: Can't you learn anything more specific from all those status/error codes in the log?
You could get a hint but the real intention is for the NeroAPI developers who can pinpoint the problem more accurately. There is a lot of info in the log that does not make sense to non-developers.
alexp is offline   Reply With Quote
Old 31-01-2005   #5 (permalink)
New on Forum
 
Join Date: Jan 2005
Posts: 4
Re: Failed burn sessions w/ external recorder

In case anyone's interested: Problem solved.

The external USB recorder (Plextor PX-712UF) didn't like the Verbatim DVD-Rs I used extensively for testing. It eats ANYTHING else, however (other manufacturers, DVD+Rs, etc.).

You can file that under "Murphy's law".
QuRace is offline   Reply With Quote
 
Reply


If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here



Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
burn failed, verification failed.... bobo22 CD and DVD Burners 4 07-08-2006 21:41
Failed burn with DVD recorder; can anything be done to save the recording? RedSeven Newbie Forum 1 26-10-2005 18:14
DVD Recorder failed discs Pokeman Newbie Forum 0 17-11-2004 01:44
3500AG does not burn Single Sessions. hyperation NEC / Optiarc Burner 5 05-10-2004 01:15
Failed to retrieve write speed from external USB burning device. Vyacheslav Burning Software 0 01-09-2004 17:07


All times are GMT +2. The time now is 15:14.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0