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.
IndexDiscussionGeneral Discussion,  Status › 1.05 can't use the opengl
Page Index Toggle Pages: 1
1.05 can't use the opengl (Read 1220 times)
1.05 can't use the opengl
Jun 11th, 2009, 4:30am
 
if you import processing.opengl.*;
pr say:

Exception in thread "Animation Thread" java.lang.RuntimeException: You need to use "Import Library" to add processing.opengl.PGraphicsOpenGL to your sketch.
     at processing.core.PApplet.makeGraphics(PApplet.java:1193)
     at processing.core.PApplet.size(PApplet.java:999)
     at processing.core.PApplet.size(PApplet.java:959)
     at sketch_jun11a.setup(sketch_jun11a.java:24)
     at processing.core.PApplet.handleDraw(PApplet.java:1403)
     at processing.core.PApplet.run(PApplet.java:1328)
     at java.lang.Thread.run(Thread.java:613)

Re: 1.05 can't use the opengl
Reply #1 - Jun 11th, 2009, 5:36am
 
This might be a similar problem to the one I had, which turned out to be an incompatible third-party library, see bug report 1259 at dev.processing.org/bugs/show_bug.cgi?id=1259
Page Index Toggle Pages: 1