#1 Burning Software

It is currently Fri Apr 26, 2024 7:31 am

All times are UTC




Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Question about Disc Information
PostPosted: Wed Jan 19, 2011 5:20 am 
Offline

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

1. I am using StarBurnX v12(just updated to StarBurnX_v12_300_20101122 and was using StarBurnX_v12_160_20100401 before this)[referring VB.NET samples].
2. While checking newer version V12_300, I found following behavior and same was observed in V12_160.
3. Scenario:
a. I inserted a disc in the drive. Then launched a sample which accesses DiscInformation for the drive with disc.
b. Every thing is right till now. I just printed DiscLabel on console on Print button click. It was printed. OK.
c. Now I ejected the drive. As disc is not in the drive, I have to refresh the information. So on sample form I have Refresh button, which refreshes disc information by drive.DiscInformation.Refresh(). OK
d. Now, as DiscInformation is refreshed. I am again printing DiscLabel by clicking Print button. My expectation is Nothing should be printed.
e. But this time also previous Disc's DiscLabel was printed. After investing for the problem, I came to know that DiscInformation of previous disc is retained. It was not refreshed for this case.

Is this normal/problem/something is wrong from my side? I checked the same in Major release V12('Trident II' Build 2010-01-10). Everything is fine in that version means DiscLabel was printed as "" even DiscInformation was not showing previous values.

Is the problem clear to you? If not I will discuss it again. :)

Thank you. I am waiting for your reply. :)


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Thu Jan 20, 2011 2:46 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Do you want logs?


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Thu Jan 20, 2011 6:33 am 
Offline

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

Yes, it would be nice!!

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Mon Jan 24, 2011 7:46 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
In this latest dll, custom log is also not getting created. Sorry, I cannot give you the logs. Please kindly check this? :?


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Tue Jan 25, 2011 7:45 am 
Offline

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

Yes, today, we will provide the new StarBurnX build.

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Tue Jan 25, 2011 4:00 pm 
Offline

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

Here is the new StarBurnX build:

link was removed

Check described issues and send the StarBurn.log file to us :)

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Thu Jan 27, 2011 2:48 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Dima Sir,
Everything is OK. No problem.

I am checking these dlls for other possible problems.
Is there anything else you have changed? If no then should I use these dlls to update my product beacause I am not getting logs from my customers, so if any problem will occur I will not get StarBurnX logs to get help from you?


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Thu Jan 27, 2011 6:12 am 
Offline

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

I guess this new version of StarBurnX is more preferable to use in your product .. but anyway you should test this new version with your product before release it :)

Note: you should updata StarBurnX12.dll together with StarBurn.dll!!!


Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Thu Jan 27, 2011 7:52 am 
Offline

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

I am checking my application with new StarBurnX dlls.
Thank you.


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Thu Jan 27, 2011 9:00 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Please keep us updated. Thank you very much for cooperation.


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Thu Feb 03, 2011 9:04 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Dima Sir,
1) I am very happy to use these dlls. These dlls works good for me. I will use these in my product. Thank you. :D
2) But while testing I found following small problem, the Disc Information after refreshing takes a lot of time to update DiscInfo.Status property(which by default has value STARBURN_DISC_STATUS_EMPTY), I found this problem for Audio CD with 17 tracks.
3) My first problem is, there is no way to detect whether disc information is updated or filled with information of the current disc in drive.
4) Now, as I said earlier the default value for DiscInfo.Status is STARBURN_DISC_STATUS_EMPTY so its not reliable to use for checking empty discs. I think there should be another enum value like NONE.

Will you please suggest me possible solution for the discussed problems.
Thank you Sir. I am waiting for your reply. :)


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Thu Feb 03, 2011 10:05 am 
Offline

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

4) The DiscType property ( of DiskInfo class ) will return the STARBURN_DISC_TYPE_NONE value in case the "no disc detected"!!!

2) Yes, we should refresh information about each of tracks on the disc. We will investigate the way to make this process execute faster.

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Thu Feb 03, 2011 12:22 pm 
Offline

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

Yes you are right for empty drive.
But in my case for Audio CD disc type is STARBURN_DISC_TYPE_CD_ROM and as I said earlier also DiscInfo.Status is STARBURN_DISC_STATUS_EMPTY.
Which is wrong!!!! :(

Thank you Sir, I am waiting for your reply. :)


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Thu Feb 03, 2011 1:53 pm 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Send me the log file please and I will check this issue!

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: Question about Disc Information
PostPosted: Fri Feb 04, 2011 7:24 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Dima Sir,
I am attaching log with the same scenario simulated.


Attachments:
BurnComponentLog.rar [6.53 KiB]
Downloaded 972 times
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

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