Hey Folks,
much thanks and appreciation for updating to 2.06!
I downloaded the new Processing 2.06alpha for MacOSX and tried to run my programm which uses the OPENGL P3D renderer, that works fine with 2.05.
(I tried running it on Lion and Snow Leopard)
I get the following error message:
Exception in thread "Animation Thread" javax.media.opengl.GLException: java.lang.NoSuchFieldError: online
at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:98)
at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:196)
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:164)
at javax.media.opengl.awt.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:831)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:419)
at processing.opengl.PGL.requestDraw(Unknown Source)
at processing.opengl.PGraphicsOpenGL.requestDraw(Unknown Source)
at processing.core.PApplet.run(PApplet.java:1855)
at java.lang.Thread.run(Thread.java:680)
I have no idea, since I don't even have anything called "online".... any ideas what could cause this?
Thanks in advance!
much thanks and appreciation for updating to 2.06!
I downloaded the new Processing 2.06alpha for MacOSX and tried to run my programm which uses the OPENGL P3D renderer, that works fine with 2.05.
(I tried running it on Lion and Snow Leopard)
I get the following error message:
Exception in thread "Animation Thread" javax.media.opengl.GLException: java.lang.NoSuchFieldError: online
at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:98)
at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:196)
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:164)
at javax.media.opengl.awt.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:831)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:419)
at processing.opengl.PGL.requestDraw(Unknown Source)
at processing.opengl.PGraphicsOpenGL.requestDraw(Unknown Source)
at processing.core.PApplet.run(PApplet.java:1855)
at java.lang.Thread.run(Thread.java:680)
I have no idea, since I don't even have anything called "online".... any ideas what could cause this?
Thanks in advance!
3