Server Problem

Discussion related to Turbo Sliders and beta version feedback.

Moderator: Forum Moderators

Post Reply
y4nn1ck

Server Problem

Post by y4nn1ck » Wed Mar 09, 2005 11:11 pm

Hello

I' have a problem running a server.

I'm behind a routeur so i forward the 6655 tcp port to my server (i also try to open 6655 and 6654 but same thing).
Everyone could connect FROM internet, i also play on the same machine that run the server, and the problem is that everyone report me they can do the race but they all see the others players staying on the start point, it's the same for me. finaly we can talk together when the race is finish.

any ideas ?

thx

y4nn1ck

User avatar
Ande
Game Developer
Game Developer
Posts: 487
Joined: Thu Oct 14, 2004 9:43 pm

Re: Server Problem

Post by Ande » Thu Mar 10, 2005 8:34 am

y4nn1ck wrote: I'm behind a routeur so i forward the 6655 tcp port to my server (i also try to open 6655 and 6654 but same thing).
Everyone could connect FROM internet, i also play on the same machine that run the server, and the problem is that everyone report me they can do the race but they all see the others players staying on the start point, it's the same for me. finaly we can talk together when the race is finish.
First of all, the troubleshooting document under doc directory has lots of information.

But the problem is that you also have to have UDP port open. Clients send UDP packets to a port of the same number as the TCP port to inform how they move the car. Likewise, server sends UDP packets to client to report the new car positions. It seems that both of these were blocked. If only server->client is working, players would see the server car moving but their own cars staying at one point (making very small movements but returning back). If only client->server works, server would see the clients moving and clients would see only themselves moving.

Guest

Post by Guest » Thu Mar 10, 2005 10:59 am

thanks for you reply and sorry if the problem appear in the troobleshooting guide, i read it and probably miss this part.

i will try to open this UDP

thanks

y4nn1ck

User avatar
Ande
Game Developer
Game Developer
Posts: 487
Joined: Thu Oct 14, 2004 9:43 pm

Post by Ande » Thu Mar 10, 2005 11:02 am

Anonymous wrote: i will try to open this UDP
Let us know if it helps! It may be a bit tricky if the ports are closed to both directions as it seems.

y4nn1ck

Post by y4nn1ck » Thu Mar 10, 2005 10:45 pm

Hello

I try and it's work :D thnaks a lot

Post Reply