void setup() {
size(600,600,P3D);
noLoop();
}
void draw() {
}
OSX Sierra 10.12.6 / Processing 3.3.5
if you press the esc key = no problem
if you mouse click "x" close button =
java.lang.NullPointerException
at processing.core.PApplet.dispose(PApplet.java:3706)
at processing.core.PApplet.exit(PApplet.java:3653)
at processing.opengl.PSurfaceJOGL$NEWTWindowListener.windowDestroyNotify(PSurfaceJOGL.java:911)
at jogamp.newt.WindowImpl.consumeWindowEvent(WindowImpl.java:4389)
at jogamp.newt.WindowImpl.sendWindowEvent(WindowImpl.java:4317)
at jogamp.newt.WindowImpl.windowDestroyNotify(WindowImpl.java:4677)
ONLY occurs when noLoop() is present
ONLY occurs in P3D
OSX Sierra 10.12.6 / Processing 3.3.5
if you press the esc key = no problem
if you mouse click "x" close button =
ONLY occurs when
noLoop()is presentONLY occurs in P3D