Re: Incomplete shutdown (Eclipse)

Posted by raptor on
URL: https://forum.jogamp.org/Incomplete-shutdown-Eclipse-tp4025154p4032503.html

I found the same problem here, if I call JOGL 2.15 it does not terminate .

E.g. If I only put the below code in the main function, it will not close cleanly:
GLProfile glpMinimal = GLProfile.get(GLProfile.GL2);

It does not appear to be my driver as it works with LWJGL 2.9.1

Obviously when something simple is put in the main function like sys out, it also works.

Did anybody resolve this?
___