Re: Mysterious run time error
Re: Mysterious run time error
- Subject: Re: Mysterious run time error
- From: Bill Bumgarner <email@hidden>
- Date: Sun, 26 Nov 2006 09:09:56 -0800
On Nov 26, 2006, at 5:38 AM, Joseph Ayers wrote:
I just moved to a MacBookPro from a TI Powerbook, rather
ungracefully and after reinstalling XCode 2.4.1 I get the following
run time error on all APPs
[Session started at 2006-11-26 06:56:45 -0500.]
2006-11-26 06:56:49.860 AVCVideoCap[967] *** -[NSBundle load]:
Error loading code /Users/lobster/Library/InputManagers/Menu Extra
Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
for bundle /Users/lobster/Library/InputManagers/Menu Extra Enabler/
Menu Extra Enabler.bundle, error code 2 (link edit error code 0,
error number 0 ())
When I check in
/Users/lobster/Library/InputManagers/
Menu Extra Enabler.bundle is there....
Is Menu Extra Enabler.bundle PPC or i386 only or a Universal binary?
If single architecture, it is likely spewing said message when a load
attempt happens in a process of the other architecture type.
If Universal, then there might be a symbol collision upon load.
IIRC, you could likely launch AVCVideoCap from the command line with
a set of DYLD environment variables in place that would cause the
dynamic linker to spew more info.
b.bum
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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