Hi !
After I switched some of my samples to jogl 2.0, i noticed that some of them (that work fine in Eclipse) sometimes crash when they are launched from JNLP.
The crash log tell me it happens in libnativewindow_x11.so.
I managed to reduce the sample for debug purpose but i don't know how i can debug the .so.
Here are :
- my sample code :
Sample000.java,
- my jnlp file :
Sample000.jnlp (you can try it, the jar is still available),
and
- the crash log :
hs_err_pid16923.log.
At the bottom of the crash log there is information about my computer if you need it.
After some tests, it appears that the crash happens more frequently when i move the mouse over the window.
I would be glad to help you, if i can. Just tell me how :)