| Issue 138: | Strange OpenGL Error (Crash) in 0.4 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Feb 5, 2010
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
Oh it was this issues ? Nice :) |