I have been having this error now for a while now, and I dunno what to
do.

Traceback (most recent call last):
  File "C:\Documents and Settings\aoeu256\workspace
\ff5.5\pygstarsweep.py", line 846, in <module>
    start()
  File "C:\Documents and Settings\aoeu256\workspace
\ff5.5\pygstarsweep.py", line 838, in start
    pyglet.app.run()
  File "C:\Python25\Lib\site-packages\pyglet\app\__init__.py", line
263, in run
    EventLoop().run()
  File "c:\python25\lib\site-packages\pyglet\app\win32.py", line 62,
in run
    self._timer_func(0, 0, timer, 0)
  File "c:\python25\lib\site-packages\pyglet\app\win32.py", line 83,
in _timer_func
    sleep_time = self.idle()
  File "C:\Python25\Lib\site-packages\pyglet\app\__init__.py", line
187, in idle
    dt = clock.tick(True)
  File "C:\Python25\Lib\site-packages\pyglet\clock.py", line 679, in
tick
    return _default.tick(poll)
  File "C:\Python25\Lib\site-packages\pyglet\clock.py", line 294, in
tick
    item.func(ts - item.last_ts, *item.args, **item.kwargs)
  File "C:\Documents and Settings\aoeu256\workspace
\ff5.5\pygstarsweep.py", line 829, in update
    prof.runcall(lambda: area.update(dt))
  File "C:\Python25\Lib\hotshot\__init__.py", line 76, in runcall
    return self._prof.runcall(func, args, kw)
  File "C:\Documents and Settings\aoeu256\workspace
\ff5.5\pygstarsweep.py", line 829, in <lambda>
    prof.runcall(lambda: area.update(dt))
  File "C:\Documents and Settings\aoeu256\workspace
\ff5.5\pygstarsweep.py", line 645, in update
    i.process(self.map, self.map2piece)
  File "C:\Documents and Settings\aoeu256\workspace
\ff5.5\pygstarsweep.py", line 355, in process
    self.deletegraphics()
  File "C:\Documents and Settings\aoeu256\workspace
\ff5.5\pygstarsweep.py", line 414, in deletegraphics
    self.gloutline.delete()
  File "C:\Python25\Lib\site-packages\pyglet\graphics
\vertexdomain.py", line 358, in delete
    self.domain.allocator.dealloc(self.start, self.count)
  File "C:\Python25\Lib\site-packages\pyglet\graphics\allocation.py",
line 279, in dealloc
    assert self.starts
AssertionError

--~--~---------~--~----~------------~-------~--~----~
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