Hi,
This happened when selecting a theater (asking for info, I think):
running on: linux
creating personal directories for saved games and scenarios
personal directories created ok
open /dev/sequencer: No such device
pygame version is 1.5.6, works ok
initializing hardware accelerated mode.
audio: 8 sound channels available
audio: no audio CD found
AudioManager.loadMusic: about to load music: ../sound/music-intro.mod
AudioManager.loadMusic: loaded music: ../sound/music-intro.mod
launching AI client: /usr/games/civil-ai
Parsing scenario: ../scenarios/clash_in_the_pass.civil...
Parsing scenario: ../scenarios/msa_test.civil...
Oops, something went wrong. Dumping brain contents:
---------------------------------------------------------------------------
Traceback (most recent call last):
File "civil.py", line 505, in ?
main ()
File "civil.py", line 478, in main
initAll ()
File "civil.py", line 462, in initAll
setup ()
File "civil.py", line 332, in setup
if MainDialog ().run () != ACCEPTED:
File "gui/dialog.py", line 195, in run
returncode = self.wm.handle ( event )
File "gui/widget_manager.py", line 116, in handle
return self.handleMouseReleased (event)
File "gui/widget_manager.py", line 251, in handleMouseReleased
status = w.handle ( widget.MOUSEBUTTONUP, event )
File "gui/widget.py", line 168, in handle
code = self.callbacks[type] ( self, event )
File "gui/main_dialog.py", line 90, in newGame
state = dialog.run ()
File "gui/dialog.py", line 195, in run
returncode = self.wm.handle ( event )
File "gui/widget_manager.py", line 116, in handle
return self.handleMouseReleased (event)
File "gui/widget_manager.py", line 251, in handleMouseReleased
status = w.handle ( widget.MOUSEBUTTONUP, event )
File "gui/widget.py", line 168, in handle
code = self.callbacks[type] ( self, event )
File "gui/select_theater.py", line 70, in ok
state = dialog.run ()
File "gui/dialog.py", line 195, in run
returncode = self.wm.handle ( event )
File "gui/widget_manager.py", line 116, in handle
return self.handleMouseReleased (event)
File "gui/widget_manager.py", line 251, in handleMouseReleased
status = w.handle ( widget.MOUSEBUTTONUP, event )
File "gui/widget.py", line 168, in handle
code = self.callbacks[type] ( self, event )
File "gui/new_game.py", line 83, in selectScenario
state = dialog.run ()
File "gui/dialog.py", line 195, in run
returncode = self.wm.handle ( event )
File "gui/widget_manager.py", line 116, in handle
return self.handleMouseReleased (event)
File "gui/widget_manager.py", line 251, in handleMouseReleased
status = w.handle ( widget.MOUSEBUTTONUP, event )
File "gui/widget.py", line 168, in handle
code = self.callbacks[type] ( self, event )
File "gui/select_scenario.py", line 244, in showInfo
InfoScenario ( scenario.info ).run ()
File "gui/info_scenario.py", line 35, in __init__
self.createDescription ()
File "gui/info_scenario.py", line 75, in createDescription
sizex, sizey = NormalLabel.size ( testline )
TypeError: unbound method size() must be called with NormalLabel
instance as first argument (got str instance instead)
---------------------------------------------------------------------------
Please mail this stack trace to civil-devel@...
so that the error can be fixed. Thank you! -- the Civil team
connection closed by remote party
AI: failed to get response from server!
Daniel
|