• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Disc Burns, but is unreadable
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Disc Burns, but is unreadable


  • Subject: Disc Burns, but is unreadable
  • From: "J. Todd Slack" <email@hidden>
  • Date: Tue, 15 Jul 2008 07:44:09 -0700

Hi All,

(I tried posting to the Disc-Recording List, but no replies.)

I have been troubleshooting an issue where I burn a DVD and the burn process happens, but the resulting disc is unreadable once burned. I insert the disc after burning and I am told it is unreadable.

This never happened except on Leopard.

I am doing something similar to the following:

[burn setLaunchPath:@"/usr/bin/hdiutil"];

[burn setArguments:[NSArray arrayWithObjects:@"burn",imagePath,burnVerify,@"-speed",burnSpeed,@"- verbose",@"-noforceclose",@"-device",drivePath,nil]];

// And release the DRDevice here, just in case another application is holding it reserved.
[[DRDevice deviceForIORegistryEntryPath:drivePath] releaseExclusiveAccess];
[[DRDevice deviceForIORegistryEntryPath:drivePath] releaseMediaReservation];

[burn setStandardOutput:pipe];
[burn setStandardError:errorPipe];
handle=[pipe fileHandleForReading];
errorHandle=[errorPipe fileHandleForReading];

[progressMessage setStringValue: NSLocalizedStringFromTable(@"BURN_DIALOG_11_KEY", @"Localized", nil)];

[NSThread detachNewThreadSelector:@selector(copyStdOut:) toTarget:self withObject:handle];
[NSThread detachNewThreadSelector:@selector(copyStdErr:) toTarget:self withObject:errorHandle];


	[burn launch];

Can anyone provide advice?

Thanks!

-Jason
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Disc Burns, but is unreadable
      • From: Kevin Elliott <email@hidden>
  • Prev by Date: Re: Cocoa : Drag/ drop from a table view onto a NSTextfield
  • Next by Date: iPhone: Implementing search and index combo, like Contacts?
  • Previous by thread: Re: Core Animation: Disabling Implicit Animations
  • Next by thread: Re: Disc Burns, but is unreadable
  • Index(es):
    • Date
    • Thread