Applet reloads
Posted by Gerco on Aug 23, 2011; 3:48pm
URL: https://forum.jogamp.org/Applet-reloads-tp3278381.html
Hi,
I'm developing a JOGL applet for the company I work for, and we occaisionally encounter three types JOGL exceptions when the browser tries to reload the applet, specifically:
* ExceptionInInitializerError (caused by a GLException: No profile available: [GL2, GL2ES2, GL2ES1, GLES2, GLES1, GL2GL3, GL3])
* UnsatisfiedLinkError: Native Library C:\Users\gba.UTRECHT\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\47\173457af-2972baab-n\nativewindow_jvm.dll already loaded in another classloader
* UnsatisfiedLinkError: com.sun.gluegen.runtime.CPU.getPointerSizeInBits()I
Has anyone had any similar experiences or suggestions? Only restarting the browser or going to another page and waiting for a while seems to alleviate the problem once it occurs.
With regards,
Gerco.