Video woes on Windows 7 x64
in
Integration and Hardware
•
2 years ago
Got a shiny newish Windows 7 64 bit box with a AMD Athlon II X4 under the hood. Doesn't want to run the video examples included with processing 1.2.1. Example paper trail:
Quicktime is, of course, installed. I also uninstalled and reinstalled it a couple of times. What's the deal?Could not find QuickTime, please reinstall QuickTime 7 or later.
Exception in thread "Animation Thread" java.lang.NoClassDefFoundError: quicktime/std/StdQTExceptionat Pixelate.setup(Pixelate.java:43)at processing.core.PApplet.handleDraw(Unknown Source)at processing.core.PApplet.run(Unknown Source)at java.lang.Thread.run(Thread.java:662)Caused by: java.lang.ClassNotFoundException: quicktime.std.StdQTExceptionat java.net.URLClassLoader$1.run(URLClassLoader.java:202)at java.security.AccessController.doPrivileged(Native Method)at java.net.URLClassLoader.findClass(URLClassLoader.java:190)at java.lang.ClassLoader.loadClass(ClassLoader.java:307)at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)at java.lang.ClassLoader.loadClass(ClassLoader.java:248)... 4 more
I was having problems earlier mixing 32-bit and 64-bit .dll libraries. Quicktime is only 32 bit. Is this where the problem lies?
1