"Michael Oschmann" <[EMAIL PROTECTED]> writes: > 2007/06/10 02:10 EDT [PokerServerProtocol,257,41.240.98.188] (3 bytes) => > type = PING(5) > 2007/06/10 02:10 EDT [PokerServerProtocol,257,41.240.98.188] (3 bytes) => > type = PING(5) > 2007/06/10 02:10 EDT [PokerServerProtocol,257,41.240.98.188] (11 bytes) => > type = POKER_TOURNEY_REGISTER(116) serial = 7 game_id = 7 > 2007/06/10 02:10 EDT [PokerServerProtocol,257,41.240.98.188] (0 bytes) => > type = NONE(0) > 2007/06/10 02:10 EDT [PokerServerProtocol,257,41.240.98.188] (0 bytes) => > type = QUIT(7) > 2007/06/10 02:10 EDT [-] PokerAvatar::handleConnection(7): type = > POKER_TOURNEY_REGISTER(116) serial = 7 game_id = 7 > 2007/06/10 02:10 EDT [-] tourneyRegister: UPDATE user2money SET amount = > amount - 300000 WHERE user_serial = 7 AND currency_serial = 1 AND > amount >= 300000 > 2007/06/10 02:10 EDT [-] tourneyRegister: INSERT INTO user2tourney > (user_serial, tourney_serial) VALUES (7, 7) > 2007/06/10 02:10 EDT [-] PokerAvatar::handleConnection(7): type = NONE(0) > 2007/06/10 02:10 EDT [-] PokerAvatar::handleConnection(7): type = QUIT(7) > > *** Not sure about the packetQuit?
The NONE and QUIT should not be there. My guess is that your client is sending garbage at the end of the register packet. What's the binary dump of what you sent ? Cheers, -- +33 1 76 60 72 81 Loic Dachary mailto:[EMAIL PROTECTED] http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED] Latitude: 48.86962325498033 Longitude: 2.3623046278953552 _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
