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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com