Skip to content

Instantly share code, notes, and snippets.

@stubb
Created June 30, 2012 19:49
Show Gist options
  • Save stubb/3025259 to your computer and use it in GitHub Desktop.
Save stubb/3025259 to your computer and use it in GitHub Desktop.
start mp game with pw
File "/home/kili/Repositories/FIFE/trunk/engine/python/fife/extensions/fife_timer.py", line 125, in updateEvent
self._callback()
File "/home/kili/Repositories/FIFE/trunk/engine/python/fife/extensions/pychan/tools.py", line 83, in real_callback
callback(*args,**kwargs)
File "/home/kili/Repositories/FIFE/trunk/engine/python/fife/extensions/pychan/events.py", line 164, in delayed_f
f( event )
File "/home/kili/Repositories/FIFE/trunk/engine/python/fife/extensions/pychan/events.py", line 327, in captured_f
tools.applyOnlySuitable(self_ref().callbacks[group_name][event_name],event=event,widget=self_ref().widget_ref())
File "/home/kili/Repositories/FIFE/trunk/engine/python/fife/extensions/pychan/tools.py", line 60, in applyOnlySuitable
return func(*args,**kwargs)
File "/home/kili/Repositories/unknown-horizons/horizons/gui/modules/multiplayermenu.py", line 519, in __create_game
(hashlib.sha1(password).hexdigest() if password != "" else ""))
File "/home/kili/Repositories/unknown-horizons/horizons/network/networkinterface.py", line 144, in creategame
return self.game2mpgame(game)
File "/home/kili/Repositories/unknown-horizons/horizons/network/networkinterface.py", line 310, in game2mpgame
return MPGame(game.uuid, game.creator, game.mapname, game.maxplayers, game.playercnt, game.players, self._client.name, game.clientversion, game.name, game.load, game.password, game.ready_players)
AttributeError: 'Game' object has no attribute 'password'
Traceback (most recent call last):
File "run_uh.py", line 544, in <module>
main()
File "run_uh.py", line 261, in main
ret = horizons.main.start(options)
File "/home/kili/Repositories/unknown-horizons/horizons/main.py", line 251, in start
fife.run()
File "/home/kili/Repositories/unknown-horizons/horizons/engine/engine.py", line 246, in run
self.loop()
File "/home/kili/Repositories/unknown-horizons/horizons/engine/engine.py", line 255, in loop
self.engine.pump()
File "/home/kili/Repositories/FIFE/trunk/engine/python/fife/fife.py", line 2167, in pump
return _fife.Engine_pump(self)
RuntimeError: Caught a director exception
Unknown Horizons has crashed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment