Login  Register

Re: jogl crashes video card driver

Posted by gouessej on Jan 15, 2013; 6:50pm
URL: https://forum.jogamp.org/jogl-crashes-video-card-driver-tp4026980p4027843.html

runiter wrote
one more thing, looks like com.ardor3d.example.canvas.JoglAwtExample doesn't work standalone either. Here is the exception:

java.lang.reflect.InvocationTargetException
        at java.awt.EventQueue.invokeAndWait(Unknown Source)
        at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
        at com.ardor3d.framework.jogl.JoglAwtCanvas.init(JoglAwtCanvas.java:64)
        at com.ardor3d.framework.jogl.JoglAwtCanvas.draw(JoglAwtCanvas.java:79)
        at com.ardor3d.framework.FrameHandler.updateFrame(FrameHandler.java:90)
        at com.ardor3d.example.canvas.JoglAwtExample.main(JoglAwtExample.java:132)
Caused by: java.lang.IllegalArgumentException: contextKey not found in context store.
That's fixed, I've just done a pull request to fix this regression, sorry.

Edit.: I'll fix the problem with the context release later. Please use my version on Github until Renanse accepts my latest pull request.
Julien Gouesse | Personal blog | Website