Re: Problem running CocoaDVDPlayer sample
Re: Problem running CocoaDVDPlayer sample
- Subject: Re: Problem running CocoaDVDPlayer sample
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 17 Jun 2010 17:17:23 -0600
On Jun 17, 2010, at 4:52 PM, Laurent Daudelin wrote:
> I'm just starting to explore DVD playback and downloaded the "CocoaDVDPlayer" sample. Did a build and started it in the debugger. As soon as it calls "DVDInitialize()", the application stops with "Program exited with status value:45.kill" in the debugger. Anybody has any clue? I can't find any error 45 and it's certainly not a DVD Framework possible errors because they are all in the -70001 to -70029 range.
The function probably detected using ptrace() that you were running it in a debugger and killed itself. This happens with a lot of Apple frameworks that deal with DRM, even though the DRM used on DVDs was cracked a long time ago.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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