Login  Register

Re: EGLGLXDrawableFactory JVM crash (x11 display)

Posted by Jean-Luc on Dec 20, 2016; 9:49am
URL: https://forum.jogamp.org/EGLGLXDrawableFactory-JVM-crash-x11-display-tp4037534p4037541.html

Thanks for your support.

I manage to make the application work on a host with this configuration:
ll /usr/lib/x86_64-linux-gnu/libEGL.so.1.0.0
-rw-r--r-- 1 root root 173144 Aug 19  2015 /usr/lib/x86_64-linux-gnu/libEGL.so.1.0.0

And on this host, it fails:
ll /usr/lib/x86_64-linux-gnu/libEGL.so.1
lrwxrwxrwx 1 root root 51 Apr  5  2016 /usr/lib/x86_64-linux-gnu/libEGL.so.1 -> /etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu

So it seems it comes from my side, I'll try to update this libEGL.so.1

Anyway, I switched to GLCanvas which seems to have better performance and I fixed my rendering problems by using TextRenderer (instead of Java2D). I also used GLU.createGLU(GL) instead of the static initialisation.

It works fine now !

Thanks again.