Login  Register

Re: jogl crashes video card driver

Posted by gouessej on Jan 10, 2013; 9:45pm
URL: https://forum.jogamp.org/jogl-crashes-video-card-driver-tp4026980p4027789.html

runiter wrote
gouessej wrote
I call display(), makeCurrent() and release(). I run out of new ideas to fix this bug.
Can't you debug it by putting breakpoint (or printing stack trace) on display() and inside of makeCurrent() and release() methods to see where the extra makeCurrent() call is coming from?
Runiter, come down to Earth, I provided several bug fixes without being able to reproduce these bugs.

I think GLContext.makeCurrent() silently fails in Java Web Start on one of your machines. Then, this context can't be released as it's not current. I need to do several attempts of making this context current like we already do for the drawing. I can provide a fix in a few minutes...
Julien Gouesse | Personal blog | Website