I killed RSW and restarted it, and now my active game does not show up in my game list no matter how many times I use File->Download Games. I get an error when closing RSW: "Exception occured when attempting to save game enourmous7a. AttributeError: 'NoneType' object has no attribute 'save'". Here's the stack trace from the log:
Code: Select all
Traceback (most recent call last):
File "rsw\client\RswClient.pyc", line 866, in __idleCallback
File "rsw\client\RswClient.pyc", line 253, in closeAllGames
File "rsw\client\RswClient.pyc", line 246, in closeGame
File "rsw\client\RswClient.pyc", line 312, in __closeGameHandle
File "rsw\client\ClientGame.pyc", line 1126, in saveAndSubmitDraft
File "rsw\client\ClientGame.pyc", line 1078, in saveLocally
File "rsw\client\RswClient.pyc", line 311, in <lambda>
File "rsw\client\RswClient.pyc", line 318, in __finalClose
AttributeError: 'NoneType' object has no attribute 'save'