#1 Burning Software

It is currently Fri Mar 29, 2024 5:30 am

All times are UTC




Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Canceling a burning process causes disc cannot be ejected
PostPosted: Fri Nov 07, 2008 6:49 am 
Offline

Joined: Fri Nov 30, 2007 9:08 am
Posts: 3
I use the sample application, "Data Burner", in Microsoft Visual C++ GUI Samples to burn some files.
If "Cancel" button is pressed when the progress bar is running, the disc cannot be ejected even after the application is closed.
When I run the application again, it stops while "Scanning devices" dialog is showing, pressing "Cancel" now cannot successfully canel the scanning process and I have no way to close the application.
Only restarting the computer can solve such a problem.

Is there any problem in the sample code?


Top
 Profile  
 
 Post subject: Re: Canceling a burning process causes disc cannot be ejecte
PostPosted: Fri Nov 07, 2008 12:43 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
I don't think so. We don't lock the disc inside the burner. Please send complete debug log. Thanks!

Selina Yen wrote:
I use the sample application, "Data Burner", in Microsoft Visual C++ GUI Samples to burn some files.
If "Cancel" button is pressed when the progress bar is running, the disc cannot be ejected even after the application is closed.
When I run the application again, it stops while "Scanning devices" dialog is showing, pressing "Cancel" now cannot successfully canel the scanning process and I have no way to close the application.
Only restarting the computer can solve such a problem.

Is there any problem in the sample code?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 10, 2008 3:27 am 
Offline

Joined: Fri Nov 30, 2007 9:08 am
Posts: 3
I use the pre-compiled sample application, "Data Burner", in your SDK release. How can I provide debug log for you?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 10, 2008 4:05 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Please check the F.A.Q. where it tells how to generate the log.

Selina Yen wrote:
I use the pre-compiled sample application, "Data Burner", in your SDK release. How can I provide debug log for you?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 13, 2008 5:37 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Yes I also have faced the same problem in VB.NET Sample of DataBurner while running a sample.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 13, 2008 10:13 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Is this core or StarBurnX wrapper sample?

deepakp wrote:
Yes I also have faced the same problem in VB.NET Sample of DataBurner while running a sample.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 14, 2008 7:32 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
It is StarBurnX Wrapper VB.NET Sample. Also, LockTray property is also not working properly if I pressing the eject button more than 3 times it actually ejects the drive though burn is in process.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 14, 2008 7:43 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
StarBurnX wrapper DOES lock the disc.

Windows by itself does unlock the disc. Everything works reliably only if SPTD transport is used.

deepakp wrote:
It is StarBurnX Wrapper VB.NET Sample. Also, LockTray property is also not working properly if I pressing the eject button more than 3 times it actually ejects the drive though burn is in process.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 14, 2008 3:52 pm 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

Support of the SPTD transport will be added to StarBurnX in the v.11

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re:
PostPosted: Mon Jun 08, 2009 7:08 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
dima (staff) wrote:
Hello,

Support of the SPTD transport will be added to StarBurnX in the v.11

Regards,

Dmitry


Is the discussed support of SPTD transport added?


Top
 Profile  
 
 Post subject: Re: Canceling a burning process causes disc cannot be ejected
PostPosted: Mon Jun 08, 2009 8:39 am 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

Yes, it is! In order to start using SPTD you should call the InitializeEx function of StarBurnX object and specify the STARBURN_TRANSPORT_SPTD.

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: Canceling a burning process causes disc cannot be ejected
PostPosted: Mon Jun 08, 2009 8:52 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Sir,

1) I have tried with InitializeEx(key, STARBURN_TRANSPORT_SPTD) it gives me error unsupported transport.
2) Using STARBURN_TRANSPORT_SPTI does not locks the drive after Drive.LockTray called.

Will you please kindly suggest me what to do? I got stuck beacuse of this.
Thank you.


Top
 Profile  
 
 Post subject: Re: Canceling a burning process causes disc cannot be ejected
PostPosted: Mon Jun 08, 2009 12:09 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Did you install SPTD layer shipped with StarBurn SDK?


Top
 Profile  
 
 Post subject: Re: Canceling a burning process causes disc cannot be ejected
PostPosted: Mon Jun 08, 2009 12:13 pm 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Yes Sir.

I am using SPTI transport mode.
Amazing thing is After calling Drive.LockTray() drive is locked, but if after this I am accessing drive related information like drive.state, drive.DriveInfo, drive.DiscInfo then drive is unlocked automatically. I can't figure out why?
Will you please kindly look into the problem?


Top
 Profile  
 
 Post subject: Re: Canceling a burning process causes disc cannot be ejected
PostPosted: Mon Jun 08, 2009 8:50 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Can we have your application (binary of course) for tests? So we'll not spend time hand-crafting custom one with the same serie of calls here... Thank you!


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

All times are UTC


Who is online

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