#1 Burning Software

It is currently Thu Dec 19, 2024 5:10 am

All times are UTC




Post new topic Reply to topic  [ 27 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Audio-CD Burn error - exception 8
PostPosted: Wed May 28, 2008 1:17 pm 
Offline

Joined: Sat Sep 15, 2007 3:54 pm
Posts: 65
Hello,

A user of my application has reported a problem when burning WAV files using StarBurn to a Audio CD.
I have attached a small log (not the full StarBurn log) below, where the last line identified the error:

StarBurn_CdvdBurnerGrabber_DiscAtOncePQFromFile() failed, exception 8, status 0, text "CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed

If neccesary, I can try to generate a full log for further analysing, but hopefully this helps enough?

Code:
14:45:46 160 MBs of cache will be used during burn process
14:45:46 Testing unit ready
14:45:46 Track-At-Once: Yes, Session-At-Once: Yes, Disc-At-Once PQ: Yes, Disc-At-Once raw P-W: Yes
14:45:46 Getting BUP (Buffer Underrun Protection) support
14:45:46 BUP (Buffer Underrun Protection) Enabled: No, Supported: Yes
14:45:46 Enabling BUP (Buffer Underrun Protection)
14:45:46 Setting CD/DVD speeds
14:45:47 Getting current CD/DVD speeds
14:45:47 Current read speed 8467 KBps (8467 maximum)
14:45:47 Current write speed 706 KBps (8468 maximum)
14:45:47 Getting track information
14:45:47 Track Blank: Yes, NWA valid: Yes, free LBs 359847, track ¹ 1
14:45:47 Getting disc information
14:45:47 Disc erasable: No, Disc status: 0x 0, Last session status: 0x 0, Disc type: 2
14:45:47 Sending OPC (Optimum Power Calibration)
14:45:47 Burning mode: Disc-At-Once PQ (from file)
14:45:47 Burning started
14:45:50 StarBurn_CdvdBurnerGrabber_DiscAtOncePQFromFile() failed, exception 8, status 0, text "CStarBurn_ScsiTransportSPTI::ExecuteCDB(): Command failed"


Thanks in advance,
Mikael


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 29, 2008 8:06 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
This is not a log, this is console output and it tells NOTHING :) I can only guess you've used old DAO PQ mode unsupported on the most of the hardware. To be 100% sure we need complete StarBurn log.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 29, 2008 2:54 pm 
Offline

Joined: Sat Sep 15, 2007 3:54 pm
Posts: 65
No problems :)
I will contact the user and tell him to enable logging.

Where should I send the logs? (Starburn.log and StarWave.log)

Thanks,
Mikael


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 29, 2008 7:33 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Good :)

Please use support@rocketdivision.com (alias redirected to the whole team). We need only StarBurn.log, no need in StarWave.log for now...

Thanks!

Stojo303 wrote:
No problems :)
I will contact the user and tell him to enable logging.

Where should I send the logs? (Starburn.log and StarWave.log)

Thanks,
Mikael


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 29, 2008 7:44 pm 
Offline

Joined: Sat Sep 15, 2007 3:54 pm
Posts: 65
Perfect, log send via email.

Thanks in advance!

Regards,
Mikael


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 29, 2008 8:35 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Analyzed the log…

This drive does not seem to like DAO PQ mode. It really reports it can do but actually it does not… Three ways to go:

1) Try updating drive’s firmware.
2) Switch to DAO96 mode (actually if both DAO96 and 16 are supported use DAO96). Or SAO if both fail.
3) We’ll be getting this unit next week to see if it’s really WE who have the code screwed up (don’t think so…)

1) And 2) could be done immediately ï


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 30, 2008 5:30 am 
Offline

Joined: Sat Sep 15, 2007 3:54 pm
Posts: 65
[quote]1) And 2) could be done immediately ï


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 30, 2008 7:02 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Drive firmware should be updated w/o any actions performed by you.

For DAO modes selection you obviously need to modify your code :)

[quote="Stojo303"][quote]1) And 2) could be done immediately ï


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 31, 2008 8:31 am 
Offline

Joined: Sat Sep 15, 2007 3:54 pm
Posts: 65
Quote:
For DAO modes selection you obviously need to modify your code Smile


Yes, of course, but how can I change between DAO16 and DAO96?
I searched through all the supplies .PAS files for constants of these modes but found nothing.

I'm using Delphi 2007.


Thanks,
Mikael


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 31, 2008 10:09 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
DiscAtOncePQXxx Vs. DiscAtOnceRawPWXxx

Stojo303 wrote:
Quote:
For DAO modes selection you obviously need to modify your code Smile


Yes, of course, but how can I change between DAO16 and DAO96?
I searched through all the supplies .PAS files for constants of these modes but found nothing.

I'm using Delphi 2007.


Thanks,
Mikael


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 01, 2008 5:17 pm 
Offline

Joined: Sat Sep 15, 2007 3:54 pm
Posts: 65
Thanks for your reply Anton.

Just one more question, if I have understood correct, DiscAtOnceRawPW is equal to DAO96 and should be prefered?

If so, I can tell my user to simply select this mode (without the need of performing a full modified build) and test again.


Thanks in advance,
Mikael


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 01, 2008 6:51 pm 
Offline

Joined: Sat Sep 15, 2007 3:54 pm
Posts: 65
New logfile for "Disc-at-once Raw P-W s send to your support.
The user still got a error, but this time with another exception number.

Please let me know if I should instruct the user to perform some other tests.

Thanks,
Mikael


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 01, 2008 7:59 pm 
Offline

Joined: Fri Jan 11, 2008 6:13 am
Posts: 200
Location: BVI
What your user is trying to burn is not valid CD quality WAV file.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 02, 2008 4:55 am 
Offline

Joined: Sat Sep 15, 2007 3:54 pm
Posts: 65
Thanks Aaron,

Was that the initial problem (exception 8) also or did it only applied to the last log (exception 2)?

Should I tell my user to do the exact same test as in the 1st case, but using Disc-At-Once Raw P-W instead of PQ?

As it seems to be, his burner supports both DAO Raw P-W and DAO P-Q, but when P-Q is selected it won't work (exception 8).
I found that a bit hard to explain for me to him, because his drive supports both modes but at the moment NONE seems to work.


Regards,
Mikael


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 02, 2008 8:40 am 
Offline

Joined: Fri Jan 11, 2008 6:13 am
Posts: 200
Location: BVI
No. Initial issue was b/c drive refused to burn in DAO16, now your user did not even start to burn anything, content was rejected.

Stojo303 wrote:
Thanks Aaron,

Was that the initial problem (exception 8) also or did it only applied to the last log (exception 2)?

Should I tell my user to do the exact same test as in the 1st case, but using Disc-At-Once Raw P-W instead of PQ?

As it seems to be, his burner supports both DAO Raw P-W and DAO P-Q, but when P-Q is selected it won't work (exception 8).
I found that a bit hard to explain for me to him, because his drive supports both modes but at the moment NONE seems to work.


Regards,
Mikael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 27 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 47 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:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group