joey
January 7, 2019, 11:03pm
1
X11Util.Display: Shutdown (JVM shutdown: true, open (no close attempt): 2/2, reusable (open, marked uncloseable): 0, pending (open in creation order): 2)
X11Util: Open X11 Display Connections: 2
X11Util: Open[0]: NamedX11Display[:0, 0x7f23d4006e90, refCount 1, unCloseable false]
X11Util: Open[1]: NamedX11Display[:0, 0x7f23d4016db0, refCount 1, unCloseable false]
I get this error when hit esc after previewing a sketch. should I be worried about that? Thanks
Found this . Are you using Eclipse or another IDE besides the Processing IDE?
joey
January 7, 2019, 11:27pm
3
Yes. I use Atom mostly for Ruby and Javascript development.
joey
January 7, 2019, 11:28pm
4
Oh but - I’m not using Atom when I’m coding in Processing. I’m using the IDE.
It looks like an error that’s coming from the opengl library Processing is built on. What operating system are you using?
joey
January 8, 2019, 12:33am
7
joey@joey-UX303UB:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07)
joey@joey-UX303UB:~$ glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel® HD Graphics 520 (Skylake GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.0.5
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.0.5
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 18.0.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
So chances are Processing can’t find the jogl library. I honestly don’t know enough to give you any useful instructions. My guess would be that either it can’t find the right jar or the jar it did find doesn’t work on ubuntu. From what I can tell there are a couple included versions of jogl for linux.
Hopefully someone else can be more helpful. Best of luck.
i get this error too, on processing ide under raspberry pi. Did you solve this?
hamoid
February 6, 2020, 2:24pm
10
I think I’ve had that for years. Maybe we could make a t-shirt with that message, to be constructive
1 Like