Issue 138: Strange OpenGL Error (Crash) in 0.4
Status:  Fixed
Owner: ----
Closed:  Feb 2010
Project Member Reported by dennd...@gmail.com, Dec 9, 2009
0.4 on OSX loves to do the following: http://paste.pocoo.org/show/155994/

I have no idea what's going on. I first suspected a bug in drawLine, since the error occurs quite 
often if I use it. But the error also happens if I don't use it.

Looky looky:
http://paste.pocoo.org/show/155742/
http://paste.pocoo.org/show/155729/
Feb 4, 2010
Project Member #1 thomas.h...@gmail.com
Can you still repeat this?  

Maybe try the latest master with config option to disable auto OpenGL.ERROR_CHECK.  I 
was getting a simmilar error for FBO.  although no error actually happened, pyOpenGL 
raise the exception anyways(only happens on one of my machines).
Feb 5, 2010
Project Member #2 dennd...@gmail.com
No.

The issue was fixed. The problem was that the Python GC tried to delete some textures in an OpenGL state that 
doesn't allow doing that. So it was kinda tricky to trigger and seemed to appear at random. The issue is gone 
since a few months already.

I will set the issue to fixed.
Status: Fixed
Feb 5, 2010
Project Member #3 txprog
Oh it was this issues ?
Nice :)