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
DesktopVideoOut.compontent not found? (Read 773 times)
DesktopVideoOut.compontent not found?
Sep 17th, 2008, 11:28pm
 
Even with the most basic example file, like with GettingStartedCapture, I suddenly get the following error:
Code:
2008-09-17 23:22:02.944 java[847:15203] Error loading /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut:  dlopen(/Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut, 262): no suitable image found.  Did find:


/Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut: mach-o, but wrong architecture
2008-09-17 23:22:03.137 java[847:19f03] Error loading /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut:  dlopen(/Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut, 262): no suitable image found.  Did find:


/Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut: mach-o, but wrong architecture
2008-09-17 23:22:03.139 java[847:19f03] Error loading /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut:  dlopen(/Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut, 262): no suitable image found.  Did find:


/Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut: mach-o, but wrong architecture

I haven't used processing in a while, but the error occured in 148, but if I open 135, is also gives the error (didn't give it a while ago).
I did install the Arduino program, and so did a friend of mine, who gets the same error.
Does anyone know what's wrong?

The applet does start and does show the webcam image btw

Im on a Intel iMac with Mac OS X 10.5.4
Re: DesktopVideoOut.compontent not found?
Reply #1 - Oct 18th, 2008, 12:27am
 
Im having the same issue as well can someone help us with this

Thanks for your time
Re: DesktopVideoOut.compontent not found?
Reply #2 - Oct 18th, 2008, 1:39am
 
That's a problem with your QuickTime installation, I recommend reinstalling QuickTime to see if that fixes it.

The error message means that it has found a QuickTime component installed on your machine that's PowerPC-only, but that you're on an Intel machine (or vice versa).
Re: DesktopVideoOut.compontent not found?
Reply #3 - Nov 30th, 2008, 3:45am
 
I think you can just remove /Library/QuickTime/DesktopVideoOut.component (make a backup to be sure?)
Page Index Toggle Pages: 1