Page 1 of 1

Known bugs

Posted: Wed Aug 22, 2007 8:10 pm
by drwr
I'll be editing this post as new releases are made to keep it current.

Presently, this is current as of release 0.92.

* Running with the "Show forecast values" option enabled in the Game Preferences panel has been reported to cause an occasional hard crash. Save frequently if you enable this option.

* Users who upgrade from 0.91 may see the error message "AttributeError: HomeFleet instance has no attribute 'preCombatShips'". This is generally ignorable. If it gives you problems, you can delete your current games and let them redownload.

* Still a problem importing orders-only exports.

* The Turn News panel isn't showing other players' scores.

Users are invited to post additional bug reports as responses to this thread.

David

Posted: Fri Aug 24, 2007 3:56 pm
by FishSpeaker
Here's a new bug (report these here or in another thread?):

In barker5a, turn 13, the News tab does not work. When clicking it, the pane just displays the content from whatever tab was last selected. Here's the stack trace from the log:

Code: Select all

Traceback (most recent call last):
  File "rsw\client\GameWindow.pyc", line 65, in <lambda>
  File "rsw\client\GameWindow.pyc", line 1385, in __notebookPageChanged
  File "rsw\client\GameWindow.pyc", line 1009, in presentTurnNews
  File "rsw\client\GameWindow.pyc", line 1057, in __showTurnNews
  File "rsw\client\TurnNewsPanel.pyc", line 57, in showNews
  File "rsw\client\TurnNewsPanel.pyc", line 74, in __describeNews
  File "rsw\client\TurnNewsPanel.pyc", line 141, in __describeTurnNNews
  File "rsw\client\TurnNewsPanel.pyc", line 316, in __describeGifts
UnboundLocalError: local variable 'gifts' referenced before assignment

Posted: Fri Aug 24, 2007 4:11 pm
by drwr
Got it, thanks.

David