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.
Pages: 1 ... 3 4 5 
GSVideo - Couldn't load library (Read 26981 times)
Re: GSVideo - Couldn't load library
Reply #60 - May 21st, 2010, 8:10am
 
I'm on Mac os 10.5.8, have installed all the gstream stuff using macports. I'm getting the

This version of Processing only supports libraries and JAR files compiled for Java 1.5.
A library used by this sketch was compiled for Java 1.6 or later,

error when I try to run the examples.

I dont see anyone else getting this error, so am wondering what is up on my machine.

Using processing 1.1

Thanks
Re: GSVideo - Couldn't load library
Reply #61 - May 23rd, 2010, 4:44am
 
I find this error strange because even though I compiling gsvideo with JDK 1.6, I selected compliance level with 1.5

If you try another library such as glgraphics:

https://sourceforge.net/projects/glgraphics/files/glgraphics/test/glgraphics-201...

do you get the same error
Re: GSVideo - Couldn't load library
Reply #62 - May 26th, 2010, 1:29pm
 
not the same one, but it won't run.

This gives

processing.app.debug.RunnerException: VerifyError: (class: processing/opengl/PGraphicsOpenGL, method: bindTexture signature: (Lprocessing/core/PImage;)V) Bad access to protected data

and the line

size(CANVAS_WIDTH, CANVAS_HEIGHT, GLConstants.GLGRAPHICS);

is highlighted.
Pages: 1 ... 3 4 5