Re: jogl crashes video card driver
Posted by
runiter on
Dec 20, 2012; 5:13pm
URL: https://forum.jogamp.org/jogl-crashes-video-card-driver-tp4026980p4027584.html
enabled the debug didn't really do anything except two INFO lines.
I'm now working on Gears source code directly trying to figure why it crashes. I put lots of println and exception catch throughout the Gears example code but noticed that all functions are called and no exception thrown.
When GLCanvas is being initialized it appears that Graphics Card driver crashes (I get a windows balloon warning that video card driver crashes) but I get no error or exception thrown in Gears.
It appears that JOGL catches such exceptions without displaying any error message.
Does JOGL has a debug flag?