Hi Loic,
Here is the server log that is causing me some confusion. After a user is timed out (is now sitting out) and chooses to sit back in (client sends a packetpokersit packet) The next user's (whose turn it is to play) controls/buttons become visible. He/she can only call (as in pay blinds) He/she then presses the call button. The server acknowledges the call packet but then later says that the user cannot check? 2007/10/18 11:45 EDT [-] [Server][PokerGame 102] player 140 calls 1000 2007/10/18 11:45 EDT [-] [Server][PokerGame 102] player 140 bets 1000 2007/10/18 11:45 EDT [-] [Server][PokerGame 102] new position (1) 2007/10/18 11:45 EDT [-] PokerService: updatePlayerMoney: UPDATE user2table SET money = money + -1000, bet = bet - -1000 WHERE user_serial = 140 AND table_serial = 102 2007/10/18 11:45 EDT [-] PokerTable: delayedActions: game estimated duration is now 330.0 and is running since 34.01 seconds 2007/10/18 11:45 EDT [-] PokerTable: broadcast[122L, 140L] type = POKER_CALL(68) serial = 140 game_id = 102 2007/10/18 11:45 EDT [-] [PokerGame 102] player 140 calls 1000 2007/10/18 11:45 EDT [-] [PokerGame 102] player 140 bets 1000 2007/10/18 11:45 EDT [-] => bet min=2000, max=4000, step=1, to_call=0 2007/10/18 11:45 EDT [-] [PokerGame 102] new position (1) 2007/10/18 11:45 EDT [-] [PokerGame 102] player 140 calls 1000 2007/10/18 11:45 EDT [-] [PokerGame 102] player 140 bets 1000 2007/10/18 11:45 EDT [-] => bet min=2000, max=4000, step=1, to_call=0 2007/10/18 11:45 EDT [-] [PokerGame 102] new position (1) 2007/10/18 11:45 EDT [-] PokerTable: broadcast[122L, 140L] type = POKER_POSITION(54) game_id = 102, position = 1, serial = 0 ***** Here's the strange bit ******** 2007/10/18 11:45 EDT [-] PokerAvatar: handlePacketLogic(140): type = POKER_CHECK(65) serial = 140 game_id = 102 2007/10/18 11:45 EDT [-] PokerAvatar: packet for table 102 2007/10/18 11:45 EDT [-] [Server][PokerGame 102] ERROR: player 140 cannot check. state = pre-flop (ignored) ********************************* 2007/10/18 11:45 EDT [-] PokerTable: broadcast[122L, 140L] type = POKER_TIMEOUT_WARNING(77) serial = 122 game_id = 102 timeout = 18
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
