craigmart-in / cisc370-finalproject

Automatically exported from code.google.com/p/cisc370-finalproject
0 stars 0 forks source link

Issue quitting blackjack #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Play blackjack
2. Say 'no' to wanting to play in next round
3. Say 'yes' to wanting to go back to game selection

What is the expected output? What do you see instead?
-Expect: menu that states 0: Blackjack 1: Quit.
-What you get: It asks if you would like to play this round of Blackjack.  If 
you say yes here then it goes to game selection.  Then if you say '1' to quit 
it outputs "Invalid input. Please try again." twice and brings game menu back 
up.  If you type '1' again then it finally quits.  However, if you keep the 
server running and try to run the client again and play blackjack, it will stay 
at "Please wait for the current hand to finish." forever.

Original issue reported on code.google.com by laxgee...@gmail.com on 9 May 2011 at 5:30

GoogleCodeExporter commented 9 years ago
Also if you follow this:
Would you like to play this round of Blackjack (y/n)? 'n'
Would you like to go back to the game selection? (y/n)? 'y'
Would you like to play this round of Blackjack (y/n)? 'y'
Which game would you like to play? '0'
Which game would you like to play? '0'
Would you like to play this round of Blackjack (y/n)? 'y'

You get a ConcurrentModificationException.  Could be related to above issue so 
I didn't create a new one.

Original comment by laxgee...@gmail.com on 9 May 2011 at 5:36

GoogleCodeExporter commented 9 years ago
Seems to not affect the GUI version.

Original comment by laxgee...@gmail.com on 9 May 2011 at 4:47

GoogleCodeExporter commented 9 years ago
Issue resolved

Original comment by laxgee...@gmail.com on 10 May 2011 at 2:32

GoogleCodeExporter commented 9 years ago
Verified and done.

Original comment by cmgec...@gmail.com on 10 May 2011 at 4:34