[VSRO Files] ("Token Timeout") NO One can solve this stupid error C9

10/29/2011 19:23 younex#1
Token Timeout! [token id: 1, jid: 1430, elapsed: 13634 ms (created: 433848078, cur: 433861712)]

AgentServer give (Token Timeout! [token id: 1, jid: 1430, elapsed: 13634 ms (created: 433848078, cur: 433861712)] )
my friend get C9
5 days and i'm searching for help what i say

Thanks for that one who will help me
10/30/2011 00:08 buriko_0007#2
Close FIREWALL
10/30/2011 01:18 younex#3
firewall is closed for router and my computer
when my brothers pc connect with lan IP
he success but when someone try to connect from my external IP he get C9 after typing his Image code
10/31/2011 01:57 younex#4
any idea guys
i feel like i'm going to burn that fucking computer :(
that C9 error makes me hate my life

BUMP
11/06/2011 07:13 kentaru#5
bump same prob here
11/06/2011 15:54 younex#6
bump same problem there
11/11/2011 03:05 asuradoll#7
bump same problem there

use my as a server (192.168.0.2) of the computer to run the game, everything is normal. But I use the same gateway 192.168.0.3 computer to run the game, enter the account password and verification code after the error C9.

and the AgentServer get this error:

Token Timeout! [token id: 1, jid: 1418, elapsed: 13978 ms (created: 967611, cur: 981589)]

Please help me my hero!
12/06/2011 10:31 AlexandruPSC#8
Same problem anyone help please?
12/06/2011 14:33 !x_~!#9
Close firewall
12/06/2011 17:58 _Vala_#10
Have u opened the right ports?
12/18/2011 21:02 katour#11
the same any help here ????????
12/21/2011 19:12 Flowlance#12
I had the exact same error while going through a router. Struggled for days trying to find a solution but I came to the conclusion that it is impossible. Connecting directly to the modem worked though. My workaround was buying a switch, which is connected to the modem. My server pc is hooked up to this switch. I also hooked up the router into this switch for my wireless devices. So my setup looks like this

Code:
Modem - Switch - Router
          |        |__ Wireless devices
          |___________ Server pc
12/21/2011 19:30 silkbotter#13
I'll give you a hint:
the gateway server sends the server list to the client. the server list includes server name, state, ip and so on.
so basically your server sends the internal 192.168.x.x ip address to the requesting client. then it gives the client a token to connect to that server (authenticated, and may connect to the gameworld - agentserver). since the 192.168.x.x of your server is an internal ip which cannot be accessed from outside (since every lan home network has such ip) the client cannot connect and the "token" expires.
that's the problem.

in other words this is what happens:
1- connection to gateway server
2-gateway server sends server name+state+ip to the client.
3-when logging in, the gateway server checks if userdata are true.
if yes, then the gateway server sends a "token ticket" to the agentserver saying "hey agentserver..XXX is going to connect to you. it's ok cuz he had the right user credentials".
the agent server knows then, that the computer that will connect through that token ID will be authenticated and bound to account XXXX.
5- the client now tries to connect to the agent server. he will show the agent server that token ticket which he received from the gatewayserver.
6-client cannot connect to the given IP because the given ip is a local lan ip.
7-gateway server sends a token-timeout.
in other words this means that the ticket which the gatewayserver was sent to the client expired and is no longer valid. to ensure nobody steals such token ;)


i hope this was clear enough to understand this server system.

if you use hamachi for your friends, it'll be enough.
since you surely have a dynamic ip, it's not possible to open the server for outside, because on every 24 hours - ip change- you would have to reconfigure all server configs with the new ip and you would have to give people a new media file with the new ip address in it. so stick to hamachi ;)

thank me :)
01/06/2012 08:57 gengkey02#14
so people that have dynamic ip + router cannot host server without using hamachi or tunngle?
01/28/2012 11:01 Little Hole#15
you need a kind of dll injection to hook ws_32 send in the gateway server
that deal with that thing if the user connected with ip"192.168.xxx.xxx"
send make gateway server send him the real ip (local one) for your game server
if ip didn't start with 192 then make gateway server send your WAN ip
that's all
hope i help

you need a kind of dll injection to hook ws_32 send in the gateway server
that deal with that thing if the user connected with ip"192.168.xxx.xxx"
send make gateway server send him the real ip (local one) for your game server
if ip didn't start with 192 then make gateway server send your WAN ip
that's all
hope i help