Menu

#27 Won't start

open
nobody
Crash (9)
5
2003-08-04
2003-08-04
No

crash just after loading progress bar tops out:
This is on a Debian testing distro with SDL 1.2.5,
pygame 1.5.5 and
python 2.2.

I don't get this problem on my other system which is
SuSE 8.1, pygame
1.5.6, python 2.2 and SDL 1.2.4

robin@revo:~/software/source/sulk/from_cvs/unstable$
./sulk.py
Traceback (most recent call last):
File "./sulk.py", line 29, in ?
main.main()
File "src/main.py", line 897, in main
sound.set_mixer_and_options()
File "src/sound.py", line 49, in set_mixer_and_options
sprites.ScrollMessage("Sorry, could not enable
sound.")#?
File "src/sprites/textual.py", line 493, in __init__
graphic.Graphic.__init__(self)
File "src/sprites/graphic.py", line 72, in __init__
self.show()
File "src/sprites/graphic.py", line 91, in show
self.add(self.render_container)
AttributeError: ScrollMessage instance has no attribute
'render_container'
---

Discussion


Log in to post a comment.

Auth0 Logo