#1 Burning Software

It is currently Fri Apr 19, 2024 8:47 pm

All times are UTC




Post new topic Reply to topic  [ 14 posts ] 
Author Message
 Post subject: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Wed Dec 09, 2009 1:19 pm 
Offline

Joined: Thu Jul 02, 2009 2:22 pm
Posts: 20
I have a DVD-RW disc, it has some data already and the status is INCOMPLETE.
My program want to burn other data in it incrementally and I have imported last session using ImportTrack(-1), but the program get a STARBURN_ERR_DISC_FINALIZED error.
I use the sample "DataBurner" to burn it, and get the some error.
But I use the program "StarBurn" that you provide, it can burn data incrementally on the same DVD-RW disc.
My program can burn other disc successfully using same method, such as CD-R, CD-RW, DVD+RW.
Please help me and the code is:

m_dataBurner->LockTray = VARIANT_TRUE;
m_fsParams.isTestBurn = VARIANT_FALSE;
// Specify Verification mode
m_fsParams.isVerifyNeed = VARIANT_FALSE;
m_dataBurner->NextSessionAllowed = VARIANT_TRUE;

// Specify the Drive
m_dataBurner->Drive = GetCurrentDrive();
// Specify the burning speed
m_dataBurner->WriteSpeed = GetCurrentSpeed();

//get disc type
IDiscInfoPtr discInfo = m_dataBurner->Drive->DiscInfo;
if((discInfo->DiscType & STARBURN_DISC_TYPE_DVD))
{
//If you plan to burn to DVD's you can use only TAO mode!!
m_dataBurner->Mode = STARBURN_WRITE_MODE_TAO;
}
else
{
// Specify the Write mode
m_dataBurner->Mode = STARBURN_WRITE_MODE_TAO;
}

//m_volumeName = _T("Star Burn");
m_volumeName = g_strLabel;
m_fsParams.Set(GetSafeHwnd(),m_dataBurner);
m_fsParams.volumeName = m_volumeName;


Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Wed Dec 09, 2009 1:32 pm 
Offline

Joined: Thu Jul 02, 2009 2:22 pm
Posts: 20
The picture shows infomation of DVD-RW disc.


Attachments:
discInfo1.JPG
discInfo1.JPG [ 39.13 KiB | Viewed 19815 times ]
Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Wed Dec 09, 2009 1:54 pm 
Offline

Joined: Thu Jul 02, 2009 2:22 pm
Posts: 20
the sample "DataBurner", error!


Attachments:
Data Burner.JPG
Data Burner.JPG [ 58.8 KiB | Viewed 19880 times ]
Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Wed Dec 09, 2009 1:58 pm 
Offline

Joined: Thu Jul 02, 2009 2:22 pm
Posts: 20
the program "StarBurn", successful


Attachments:
StarBurn2.JPG
StarBurn2.JPG [ 122.49 KiB | Viewed 19833 times ]
StarBurn1.JPG
StarBurn1.JPG [ 72.52 KiB | Viewed 19844 times ]
Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Wed Dec 09, 2009 7:05 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
We don't need your source and/or screenshots at this point. Provide us with StarBurn log.


Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Thu Dec 10, 2009 7:40 am 
Offline

Joined: Thu Jul 02, 2009 2:22 pm
Posts: 20
OK, thanks
Please tell me the location of log, both "DataBurner" and "StarBurn".


Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Thu Dec 10, 2009 10:19 am 
Offline

Joined: Thu Jul 02, 2009 2:22 pm
Posts: 20
"Data Burner" log, the sample failed.


Attachments:
Data Burner.rar [5.69 KiB]
Downloaded 732 times
Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Thu Dec 10, 2009 10:23 am 
Offline

Joined: Thu Jul 02, 2009 2:22 pm
Posts: 20
"StarBurn" log, the sample successful.


Attachments:
StarBurn.rar [7.11 KiB]
Downloaded 714 times
Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Mon Dec 14, 2009 6:34 am 
Offline

Joined: Thu Jul 02, 2009 2:22 pm
Posts: 20
any result?? please tell me


Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Mon Dec 14, 2009 7:32 am 
Offline

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

1) At the first the StarBurnX uses newest version of StarBurn SDK so some differences are possible.

2) It's seems bug in StarBurnX ... :(

TOC says that - "NWA_V (Next Writable Address Valid): No "

but

Track Info says - "NWA_V (Next Writable Address Valid): Yes"


so ... we are trying to solve this problem.

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Tue Dec 15, 2009 6:33 am 
Offline

Joined: Thu Jul 02, 2009 2:22 pm
Posts: 20
thanks for your reply.
If you solve the bug, please tell me.


Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Wed Dec 16, 2009 6:48 am 
Offline

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

Off course!

Thanx!

Dmitry


Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Sat Dec 19, 2009 9:45 am 
Offline

Joined: Thu Jul 02, 2009 2:22 pm
Posts: 20
hi,
Can you tell me how to burn the disc successfully using my program?
or tell me the method that the example of "StarBurn" do.
Maybe some lines code like bellow:
m_dataBurner->NextSessionAllowed = VARIANT_TRUE;


Top
 Profile  
 
 Post subject: Re: Get a STARBURN_ERR_DISC_FINALIZED error when burning DVD-RW
PostPosted: Sat Dec 19, 2009 3:47 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
I don't think we know (and want to know really) how to use your program...

jyu_730 wrote:
hi,
Can you tell me how to burn the disc successfully using my program?
or tell me the method that the example of "StarBurn" do.
Maybe some lines code like bellow:
m_dataBurner->NextSessionAllowed = VARIANT_TRUE;


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC


Who is online

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