Alors j'ai fait se post pour le problème de de joueurs cachés pendant le Lobby.
Quand je regarde le Relayer, je m'appercoie que le joueurs qui avait eu se probleme n'avais que une commande de transmis qui est :
- Code: Select all
2013-09-03 00:45:52,009 INFO faf.fa.relayer Command transmitted from FA to server : {"action": "PlayerOption", "chuncks": ["team Carly -1 0"]}
Alors que les autres :
- Code: Select all
2013-09-03 00:45:52,013 INFO faf.fa.relayer Command transmitted from FA to server : {"action": "PlayerOption", "chuncks": ["faction TEA_Aulex 2 1"]}
2013-09-03 00:45:52,013 INFO faf.fa.relayer Command transmitted from FA to server : {"action": "PlayerOption", "chuncks": ["color TEA_Aulex 2 8"]}
2013-09-03 00:45:52,013 INFO faf.fa.relayer Command transmitted from FA to server : {"action": "PlayerOption", "chuncks": ["team TEA_Aulex 2 3"]}
2013-09-03 00:45:52,013 INFO faf.fa.relayer Command transmitted from FA to server : {"action": "PlayerOption", "chuncks": ["startspot TEA_Aulex 2 2"]}
Pas de StartSpot pour Carly et se juste apres une commande de Ping :
- Code: Select all
2013-09-03 00:45:42,497 INFO faf.fa.relayer Command received from server : {"commands": [], "key": "ping"}
Je creuse un peu plus ...