We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
video library problem (Read 1029 times)
video library problem
Nov 4th, 2006, 2:02pm
 
hello

trying to get the video library for processing 0118 working on my macbook pro 10.4.8 with quicktime 7.1.3 and I am getting the following error:

2006-11-04 12:38:25.162 java[322] *** -[NSBundle load]: Error loading code /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/M
agicMenuEnabler for bundle /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle, error code 2 (link edit error code 0, error number 0 ())


I have procesing 0115 running on a g5 10.3.9 with quicktime 7.1.2 and no problems so is this the quicktime 7 issue or something else.  thanks in advance.

a+
gar
Re: video library problem
Reply #1 - Nov 4th, 2006, 8:31pm
 
i believe MagicMenuEnabler is something from stuffit deluxe. it's not part of processing or processing's quicktime library.
Re: video library problem
Reply #2 - Nov 4th, 2006, 8:57pm
 
Hi fry

It only seems to happen when I use:

import processing.video.*;

I will try uninstalling stuffit and see if that make any difference.

a+
gar
Re: video library problem
Reply #3 - Nov 5th, 2006, 1:41pm
 
try writing something using another library and see if the same error message shows up. chances are, it's showing up with video because when a library is used, your code is run as a separate application (note that it shows up as a new item in the dock, unlike code that doesn't use any libraries).

or if it's just the video library it could be a conflict between magic menu and quicktime.

or perhaps most likely is that this error message doesn't have anything to do with your problem, it's just randomly showing up when a new application is launched (in this case, your sketch using video).
Re: video library problem
Reply #4 - Nov 5th, 2006, 3:03pm
 
Hi

thanks for you response, having major problems with my macbook at the moment so I'll have to come back to this once those are solved - perhaps this video/magicmenuenabler issue was symptomatic of the other problems.

a+
gar
Re: video library problem
Reply #5 - Nov 6th, 2006, 3:14pm
 
All sorted now.  Simply removing the magicmenufolder from the InputManagers folder solved the problem and stuffit seems to be unaffected.

Thanks for your help fry.

a+
gar
Page Index Toggle Pages: 1