Bug: download clean
Posted: Thu Dec 06, 2007 12:18 pm
I selected the "Re-download clean" option from my only active game. After doing so, the game window disappeared and only the "RSW Game List" window was left. The RSW Game List window content pane was completely white, however. I could select and move the window around (did not get the "Not Responding" message), but the window continued to render plain white even after letting it sit for several minutes.
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:
The following files were left behind after the unsuccessful "Re-download clean": enormous7a.gam, enormous7a.msg, enormous7a.usr. Deleting them resolved the issue, although strangely I still seem to have previously imported data.
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'