Hi,
A first-time Processing user here.
I’ve just installed it on my Acer Chromebook Spin
I get the below error message when I try to use P3D:
size(400, 400, P3D);
Is there any way around this?
Thanks
java.lang.InternalError: XXX0 profile[2]: GL2 -> profileImpl GL3bc !!! not mapped
at com.jogamp.opengl.GLProfile.computeProfileMap(GLProfile.java:2098)
at com.jogamp.opengl.GLProfile.initProfilesForDeviceCritical(GLProfile.java:1976)
at com.jogamp.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1895)
at com.jogamp.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1861)
at com.jogamp.opengl.GLProfile.access$000(GLProfile.java:80)
at com.jogamp.opengl.GLProfile$1.run(GLProfile.java:239)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
at com.jogamp.opengl.GLProfile.initSingleton(GLProfile.java:225)
at com.jogamp.opengl.GLProfile.getProfileMap(GLProfile.java:2324)
at com.jogamp.opengl.GLProfile.get(GLProfile.java:1009)
at com.jogamp.opengl.GLProfile.getGL2ES2(GLProfile.java:930)
at processing.opengl.PSurfaceJOGL.initGL(PSurfaceJOGL.java:215)
at processing.opengl.PSurfaceJOGL.initFrame(PSurfaceJOGL.java:149)
at processing.core.PApplet.initSurface(PApplet.java:10369)
at processing.core.PApplet.runSketch(PApplet.java:10277)
at processing.core.PApplet.main(PApplet.java:10035)
InternalError: XXX0 profile[2]: GL2 -> profileImpl GL3bc !!! not mapped