Package: snowballz Version: 0.9.5.1-1 Severity: serious I played several levels (with default settings) and all of them crash after about one minute of playing with the following Python Type Error:
File "rabbyt._anims.pyx", line 230, in rabbyt._anims.AnimSlot.anim.__set__ TypeError: Cannot convert float to rabbyt._anims.Anim See file for the full console output. --- System information. --- Architecture: i386 Kernel: Linux 2.6.25-2-686 Debian Release: lenny/sid 900 testing security.debian.org 900 testing mirror.switch.ch 900 testing debian.netcologne.de 500 stable mirror.switch.ch --- Package information. --- Depends (Version) | Installed ==============================-+-=========== python (>= 2.4) | 2.5.2-1 python-imaging | 1.1.6-3 python-numeric | 24.2-9 python-opengl | 3.0.0~b3-1 python-pygame | 1.7.1release-4.2 python-rabbyt | 0.8.1-1 ttf-tamil-fonts | 1:0.5.4
[EMAIL PROTECTED]:~$ snowballz
/usr/share/games/snowballz/font.py:3: UserWarning:
*******************************************************************************
The rabbyt.fonts module is deprecated and will be removed in a future version
of rabbyt. I recommend using pyglet for font rendering.
If you still want to use pygame fonts, check out the ``pygame_font.py`` example
included with rabbyt.
*******************************************************************************
import rabbyt.fonts
/usr/share/games/snowballz/font.py:3: UserWarning:
The rabbyt.vertexarrays module is deprecated and will be removed in a future
version of rabbyt.
import rabbyt.fonts
/usr/share/games/snowballz/font.py:35: UserWarning: set_gl_color is deprecated. Use glColor4f instead.
self.sprite.render()
/usr/share/games/snowballz/font.py:24: UserWarning: set_gl_color is deprecated. Use glColor4f instead.
def render(self, x, y, string, color=(1,1,1)):
Traceback (most recent call last):
File "snowballz.py", line 648, in <module>
main.lobby(mapname)
File "snowballz.py", line 79, in lobby
self.run()
File "snowballz.py", line 201, in run
self.run_loop()
File "snowballz.py", line 208, in run_loop
self.loop()
File "snowballz.py", line 363, in loop
display.draw(self, dt)
File "/usr/share/games/snowballz/display.py", line 261, in draw
data.snowflakes.run(True)
File "/usr/share/games/snowballz/data.py", line 311, in run
self.add_flake()
File "/usr/share/games/snowballz/data.py", line 322, in add_flake
f = Flake(self.bounds)
File "/usr/share/games/snowballz/data.py", line 290, in __init__
self.x = rabbyt.wrap(bounds[0], x, static=False)
File "/var/lib/python-support/python2.5/rabbyt/anims.py", line 579, in wrap
return AnimWrap(bounds, parent, static)
File "rabbyt._anims.pyx", line 693, in rabbyt._anims.AnimWrap.__init__
File "rabbyt._anims.pyx", line 230, in rabbyt._anims.AnimSlot.anim.__set__
TypeError: Cannot convert float to rabbyt._anims.Anim
[EMAIL PROTECTED]:~$
signature.asc
Description: OpenPGP digital signature

