hwoodward / Remote-Card-Games

Program for playing card games online/remotely. Goal is to play a game of hand and foot with multiple groups in different locations.
MIT License
2 stars 1 forks source link

Crash at end of game #102

Closed slwoodward closed 4 years ago

slwoodward commented 4 years ago

Game crashes after going out to end the last round.

Possible this is due to note in handview that tries to print the meld requirement for the next round. Want round to end and all the scores to be displayed in the window.

slwoodward commented 4 years ago

More details on behavior at end of game on 3/28. In last round player went out, and screen displayed "You went out to end the round" but it didn't display the last caneesta in TableView on either players' display. It crashed after player who went out hit sort by number. Both cmd windows also closed.

slwoodward commented 4 years ago

Found bug, and fixed it.