Re: NativeWindowException: Unable to lock surface
Posted by
Celine on
Aug 01, 2013; 1:59pm
URL: https://forum.jogamp.org/NativeWindowException-Unable-to-lock-surface-tp4029205p4029700.html
FYI, I've just found a bug report for GLCanvas/JDK 1.7/Eclipse RCP problem:
https://jogamp.org/bugzilla/show_bug.cgi?id=712For my Eclipse RCP/NewtCanvasSWT problem, I will file a bug report.
The OpenGL context is not destroyed, in fact, the NewtCanvasSWT handle a resize event with a height value = 0, hence the window is marked as invisible. Then, other resize events with valid values are handled but the window stay in an invisible state.