Re: OpenGL error 1282 at GLContext.release()
Posted by
Sven Gothel on
Feb 14, 2012; 3:50am
URL: https://forum.jogamp.org/OpenGL-error-1282-at-GLContext-release-tp3742304p3742541.html
On 02/14/2012 04:44 AM, ac [via jogamp] wrote:
>
>
well .. the code snippet doesn't tell me a thing (no obvious bug).
> forgot to mention, I observed this issue only on windows (win7 64 bits)
This is a poor bug report, see Wiki/FAQ Bugreport.
You may also attach/provide a working sample code reproducing the behavior,
since you cannot expect people to decorate your lines to attempt to
reproduce anything. Sorry to be harsh.
You may also try running with the properties
-Djogl.debug.DebugGL -Djogl.debug.TraceGL
and if GLSL is involved
-Djogl.debug.GLSLCode (in case you use our ShaderUtils)
this will help pinpoint the offending GL command, hopefully.
~Sven