Rocket Division Software
http://www.starburnsoftware.com/forum/

Error 0x800402A0, nothing is written to the disc
http://www.starburnsoftware.com/forum/starburn-sdk-f3/error-0x800402a0-nothing-written-the-disc-t2172.html
Page 1 of 1

Author:  flöle [ Sun May 15, 2011 9:39 am ]
Post subject:  Error 0x800402A0, nothing is written to the disc

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 1035 times

Author:  anton (staff) [ Sun May 15, 2011 5:54 pm ]
Post subject:  Re: Error 0x800402A0, nothing is written to the disc

With all my respect I cannot find any references about even TRYING to burn anything inside this log... Wrong file?

Author:  flöle [ Sat May 28, 2011 2:05 pm ]
Post subject:  Re: Error 0x800402A0, nothing is written to the disc

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.");
}

Author:  dima (staff) [ Mon May 30, 2011 10:17 am ]
Post subject:  Re: Error 0x800402A0, nothing is written to the disc

Hello,

We are checking this issue!

Many thanx !!!

Dmitry

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/