Hi,

I wanted to stert balazar_brother solo game and get this error:
Traceback (most recent call last):
  File "/usr/share/balazar_brother/gui.py", line 206, in play_solo
    r = balazar_brother.game_interface.start_single(globdef.NAME, "test")
  File "/usr/share/balazar_brother/game_interface.py", line 128, in 
start_single
    r = tofu.single.serve_forever(login = login, password = password)
  File "/usr/lib/python2.4/site-packages/tofu/single.py", line 76, in 
serve_forever
    return tofu.IDLER.idle()
  File "idler.pyx", line 140, in _soya.Idler.idle
  File "/usr/lib/python2.4/site-packages/tofu/single.py", line 74, in <lambda>
    tofu.IDLER.next_round_tasks.append(lambda : 
tofu.GAME_INTERFACE.ready(notifier))
  File "/usr/share/balazar_brother/game_interface.py", line 215, in ready
    self.notifier.login_player(self.login, self.password)
  File "/usr/lib/python2.4/site-packages/tofu/single.py", line 38, in 
login_player
    except ValueError: player = tofu.YourPlayer(filename, password, 
client_side_data)
  File "/usr/share/balazar_brother/player.py", line 34, in __init__
    self.create_characters()
  File "/usr/share/balazar_brother/player.py", line 56, in create_characters
    level.add_mobile(character)
  File "/usr/share/balazar_brother/level.py", line 59, in add_mobile
    mobile.set_platform(starting_platform, change_level = 0)
  File "/usr/share/balazar_brother/character.py", line 177, in set_platform
    platform.add_character(self, **kargs)
  File "/usr/share/balazar_brother/platform.py", line 261, in add_character
    super(StartingPlatform, self).add_character(character)
  File "/usr/share/balazar_brother/platform.py", line 84, in add_character
    if character.level:
AttributeError: 'RedBalazar' object has no attribute 'level'

is this a bug in the game or do I need some other modules

_______________________________________________
Soya-user mailing list
[email protected]
https://mail.gna.org/listinfo/soya-user

Reply via email to