Comment 1 for bug 363432

Revision history for this message
Dmitriy (6-launchpad-foxcub-org) wrote :

Running glipy/glipy/terminal/console.py also crashes with the following error:
Mesa 7.2 implementation error: referencing deleted buffer object
Please report at bugzilla.freedesktop.org
Traceback (most recent call last):
  File "console.py", line 433, in <module>
    pyglet.app.run()
  File "/usr/lib/python2.6/site-packages/pyglet/app/__init__.py", line 264, in run
    EventLoop().run()
  File "/usr/lib/python2.6/site-packages/pyglet/app/xlib.py", line 94, in run
    sleep_time = self.idle()
  File "/usr/lib/python2.6/site-packages/pyglet/app/__init__.py", line 193, in idle
    window.dispatch_event('on_draw')
  File "/usr/lib/python2.6/site-packages/pyglet/window/__init__.py", line 1217, in dispatch_event
    EventDispatcher.dispatch_event(self, *args)
  File "/usr/lib/python2.6/site-packages/pyglet/event.py", line 340, in dispatch_event
    if handler(*args):
  File "console.py", line 421, in on_draw
    console.draw()
  File "console.py", line 191, in draw
    self._batch.draw()
  File "/usr/lib/python2.6/site-packages/pyglet/graphics/__init__.py", line 538, in draw
    func()
  File "/usr/lib/python2.6/site-packages/pyglet/graphics/__init__.py", line 470, in <lambda>
    (lambda d, m: lambda: d.draw(m))(domain, mode))
  File "/usr/lib/python2.6/site-packages/pyglet/graphics/vertexdomain.py", line 270, in draw
    buffer.bind()
  File "/usr/lib/python2.6/site-packages/pyglet/graphics/vertexbuffer.py", line 398, in bind
    self.data_ptr + self._dirty_min)
  File "/usr/lib/python2.6/site-packages/pyglet/gl/lib.py", line 105, in errcheck
    raise GLException(msg)
pyglet.gl.lib.GLException: invalid enumerant