|
RT
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 390, in run
result = self._run(*self.args, **self.kwargs)
File "/home/zhyk/Downloads/thb/src/client/core/game_client.py", line 265, in _run
self.game_start()
File "/home/zhyk/Downloads/thb/src/gamepack/thb/thbkof.py", line 258, in game_start
self.process_action(PlayerTurn(p))
File "/home/zhyk/Downloads/thb/src/game/game_common.py", line 256, in process_action
rst = action.apply_action()
File "/home/zhyk/Downloads/thb/src/gamepack/thb/actions.py", line 737, in apply_action
g.process_action(FatetellStage(p))
File "/home/zhyk/Downloads/thb/src/game/game_common.py", line 238, in process_action
action = self.emit_event('action_before', action)
File "/home/zhyk/Downloads/thb/src/client/core/game_client.py", line 299, in emit_event
return game.Game.emit_event(self, evt_type, data)
File "/home/zhyk/Downloads/thb/src/game/game_common.py", line 209, in emit_event
data = evt.handle(evt_type, data)
File "/home/zhyk/Downloads/thb/src/gamepack/thb/characters/sakuya.py", line 46, in handle
Game.getgame().process_action(LunaClockActionStage(src, src))
File "/home/zhyk/Downloads/thb/src/game/game_common.py", line 256, in process_action
rst = action.apply_action()
File "/home/zhyk/Downloads/thb/src/gamepack/thb/characters/sakuya.py", line 30, in apply_action
Game.getgame().process_action(ActionStage(self.target))
File "/home/zhyk/Downloads/thb/src/game/game_common.py", line 256, in process_action
rst = action.apply_action()
File "/home/zhyk/Downloads/thb/src/gamepack/thb/actions.py", line 594, in apply_action
g.emit_event('action_stage_action', target)
File "/home/zhyk/Downloads/thb/src/client/core/game_client.py", line 299, in emit_event
return game.Game.emit_event(self, evt_type, data)
File "/home/zhyk/Downloads/thb/src/game/game_common.py", line 209, in emit_event
data = evt.handle(evt_type, data)
File "/home/zhyk/Downloads/thb/src/gamepack/thb/thbkof.py", line 62, in handle
self.do_switch()
File "/home/zhyk/Downloads/thb/src/gamepack/thb/thbkof.py", line 71, in do_switch
g.next_character(p)
File "/home/zhyk/Downloads/thb/src/gamepack/thb/thbkof.py", line 284, in next_character
for k in tags:
RuntimeError: dictionary changed size during iteration
<THBattleKOF at 0xabd1edc> failed with RuntimeError
|
|