#1 Burning Software

It is currently Fri Apr 19, 2024 5:59 am

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Error 0x800402A0, nothing is written to the disc
PostPosted: Sun May 15, 2011 9:39 am 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
Hi,

can you give me any details why nothing is written to the disc, and upon verification StarBurnX throws this error?
Log attached. Thanks.


Attachments:
StarBurn.zip [4.75 KiB]
Downloaded 1032 times
Top
 Profile  
 
 Post subject: Re: Error 0x800402A0, nothing is written to the disc
PostPosted: Sun May 15, 2011 5:54 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
With all my respect I cannot find any references about even TRYING to burn anything inside this log... Wrong file?


Top
 Profile  
 
 Post subject: Re: Error 0x800402A0, nothing is written to the disc
PostPosted: Sat May 28, 2011 2:05 pm 
Offline

Joined: Sun Jun 14, 2009 6:00 pm
Posts: 542
I checked, no, it is the right log file. Maybe the error happens before the burning process starts.

This is my command line output:

Code:
Starting to write disc...73297 Files, Size: 13.36 GB
Burning data disc completed.
Verifying disc...
An error (800402A0) occured while executing the command: Exception from HRESULT:
0x800402A0


This is my code:

Code:
Console.WriteLine("Starting to write disc...{0} Files, Size: {1}", dataBurner.GetFileCount(), FormatFileSize.Format(dataBurner.Size * 1024L));
try
{
    dataBurner.Burn(false, name);
}
catch (COMException)
{
    throw new COMException(dataBurner.LastError, (int)dataBurner.LastErrorCode);
}
Console.WriteLine("Burning data disc completed.");

if (options.Flags.Contains("-verify"))
{
    Console.WriteLine("Verifying disc...");
    dataBurner.Verify();
    Console.WriteLine("Verifying completed.");
}


Top
 Profile  
 
 Post subject: Re: Error 0x800402A0, nothing is written to the disc
PostPosted: Mon May 30, 2011 10:17 am 
Offline

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

We are checking this issue!

Many thanx !!!

Dmitry


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

All times are UTC


Who is online

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