Re: CocoaDVDPlayer
Re: CocoaDVDPlayer
- Subject: Re: CocoaDVDPlayer
- From: Steve Nygard <email@hidden>
- Date: Wed, 16 Sep 2009 20:50:43 -0600
Try running it from outside the debugger. DVDInitialize() uses
ptrace() with PT_DENY_ATTACH to stop it from being used in a debugger.
<http://lists.apple.com/archives/Cocoa-dev/2004/Jul/msg01967.html>
--
Steve
On 16-Sep-2009, at 18:29 , Quincey Morris wrote:
This may not be the correct list for this. ('dvdlist' doesn't look
like the right list either -- it says it's for "Authoring Tools".)
The CocoaDVDPlayer sample application doesn't appear to run properly
under Snow Leopard. It gets as far as calling DVDInitialize (), but
doesn't return from the call. The debugger reports the application
as having exited with status code 45, and the dock icon disappears,
but the app actually is still running (or so the debugger says if
you try to run it again).
I've never tried this sample before today, so I'm not sure if
there's more going on that I don't understand, but any advice would
be appreciated. Or, what is the correct list to ask about this?
_______________________________________________
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