denchp / PuckControl

1 stars 1 forks source link

Changing the active user causes the system to crash #13

Closed denchp closed 10 years ago

denchp commented 10 years ago

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.

denchp commented 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.

denchp commented 10 years ago

It is neither the end of a game, or getting high scores. Testing high scores with new users tomorrow.

denchp commented 10 years ago

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

denchp commented 10 years ago

This issue has been addressed with the update to SQLCE as the data store.