Closed denchp closed 10 years ago
This is not tied specifically to changing the user, it may require a new high score to be reported from the game to trigger.
It is neither the end of a game, or getting high scores. Testing high scores with new users tomorrow.
If a newly minted user gets a high score, the system will crash as it tries to save the score with a null user name, which ends up not matching a user, which results in an empty set being returned.
Ln 48 LocalScoreKeeper
This issue has been addressed with the update to SQLCE as the data store.
After playing a game, if the user exits to the game menu, changes the active user and goes back into the game, at the conclusion of the next game, the program will crash.