cant run opengl/p3d sketches in alhpa versions?
in
Core Library Questions
•
1 years ago
hi,
i am having the problem described here:
http://code.google.com/p/processing/issues/detail?id=483
which means i have to try my luck with the processing 2.0a4 alpha version.
i downloaded it, but i cannot get any opengl sketches running now. not in OPENGL, nor in P3D. hm?
can someone help?
is there special things i need to do before being able to run the alpha version?
thanks,
/j
i am on os x 10.6.8 and i get the following error message trying to run the "Earth" opengl example as it is when i load it:
java.lang.NullPointerExceptionat javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1584)at javax.media.opengl.GLProfile.isGL4bcAvailable(GLProfile.java:151)at javax.media.opengl.GLProfile.glAvailabilityToString(GLProfile.java:242)at javax.media.opengl.GLProfile.glAvailabilityToString(GLProfile.java:310)at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1283)at javax.media.opengl.GLProfile.access$000(GLProfile.java:71)at javax.media.opengl.GLProfile$1.run(GLProfile.java:117)at java.security.AccessController.doPrivileged(Native Method)at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:115)at processing.opengl.PGraphicsOpenGL.initPrimary(Unknown Source)at processing.opengl.PGraphicsOpenGL.allocate(Unknown Source)at processing.opengl.PGraphicsOpenGL.setSize(Unknown Source)at processing.core.PApplet.makeGraphics(PApplet.java:1563)at processing.core.PApplet.size(PApplet.java:1370)at processing.core.PApplet.size(PApplet.java:1341)at Earth.setup(Earth.java:50)at processing.core.PApplet.handleDraw(PApplet.java:1881)at processing.core.PApplet.run(PApplet.java:1803)at java.lang.Thread.run(Thread.java:680)Exception in thread "Animation Thread" java.lang.RuntimeExceptionat processing.core.PApplet.makeGraphics(PApplet.java:1614)at processing.core.PApplet.size(PApplet.java:1370)at processing.core.PApplet.size(PApplet.java:1341)at Earth.setup(Earth.java:50)at processing.core.PApplet.handleDraw(PApplet.java:1881)at processing.core.PApplet.run(PApplet.java:1803)at java.lang.Thread.run(Thread.java:680)
1