This happens at random:

Traceback (most recent call last):
  File "xxx.py", line 579, in <module>
    pyglet.app.run()
  File "xxx/pyglet/app/__init__.py", line 264, in run
    EventLoop().run()
  File "xxx/pyglet/app/xlib.py", line 93, in run
    sleep_time = self.idle()
  File "xxx/pyglet/app/__init__.py", line 192, in idle
    window.switch_to()
  File "xxx/pyglet/window/xlib/__init__.py", line 781, in switch_to
    self._context.set_current()
  File "xxx/pyglet/gl/__init__.py", line 359, in set_current
    buffers = (GLuint * len(buffers))(*buffers)
IndexError: invalid index

Any clue as to what might be causing it?

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to