PDA

View Full Version : Need Help with TTT Sample



majzoubie
12-21-2008, 09:15 AM
Hi,

I am trying to learn ES by trying to go through the TTT game. It seems like when I click on “Join Game” quickJoinGame gets executed followed by onCreateOrJoinGameResponse. However, e.getEsError().getDescription() returns “FailedToJoinGameRoom” which never goes to any UI room.
Any clue what might be causing this?
BTW I have done all the necessary setups. I even get the GuessTheNumberGame Plugin initiliazed and TicTacToe plugin initialized messages in the ES Server Console when I start the server.

Thanks,

Fred A.

MikeParks
12-23-2008, 02:38 AM
You might want to look into the GameManager tutorials and try to get that up and running. Then you can initialize whichever game you'd like through the "join game" messages.