Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] Ihave Problem Field Server

Status
Not open for further replies.
Junior Spellweaver
Joined
Sep 12, 2014
Messages
119
Reaction score
34
Hi guys I'm having problems with this for two days and I did not find a solution. Try to rebuild the bins. But I still have the same error

Code:
05-21 06:21:25|  SendErrorMsg to ClientIndex[ 56]    xxx.xxx.xxx.xxx(24271) ==> ERR_COMMON_INVALID_CLIENT_VERSION(0x2006) AT T_PC_CONNECT_VERSION Param1(0) Param2(0) Msg(4.3.0.75)
05-21 06:21:27|Socket Closed  SocketIndex[ 56] SocketType[7] PeerIP[    xxx.xxx.xxx.xxx] Port[24271] MaxWriteBufCounts[   1] ==> reason 6[0X000006]
05-21 06:28:47|Socket Closed  SocketIndex[ 54] SocketType[5] PeerIP[  xxx.xxx.xxx.xxx] Port[62430] MaxWriteBufCounts[   1] ==> reason 5[0X000005]
05-21 06:28:47|	Closed FieldServer(   xxx.xxx.xxx.xxx:62430), ServerGroupName( DeathRivals)
05-21 06:28:50|Socket Connect SocketIndex[ 57] PeerIP[   xxx.xxx.xxx.xxx] Port[62667]
05-21 06:33:23|ServerGroup(DeathRivals) FieldServer( xxx.xxx.xxx.xxx, 15103), PeerIPPort[ xxx.xxx.xxx.xxx:62667] registeration done...
05-21 06:42:43|Socket Closed  SocketIndex[ 57] SocketType[5] PeerIP[  xxx.xxx.xxx.xxx] Port[62667] MaxWriteBufCounts[   1] ==> reason 5[0X000005]
05-21 06:42:43|	Closed FieldServer(  xxx.xxx.xxx.xxx:62667), ServerGroupName( DeathRivals)05-21 06:42:47|Socket Connect SocketIndex[ 58] PeerIP[  xxx.xxx.xxx.xxx] Port[62892]
05-21 06:47:19|ServerGroup(DeathRivals) FieldServer(xxx.xxx.xxx.xxx, 15103), PeerIPPort[xxx.xxx.xxx.xxx:62892] registeration done...
05-21 06:57:44|Socket Closed  SocketIndex[ 58] SocketType[5] PeerIP[  xxx.xxx.xxx.xxx] Port[62892] MaxWriteBufCounts[   1] ==> reason 5[0X000005]
05-21 06:57:44|	Closed FieldServer(  xxx.xxx.xxx.xxx:62892), ServerGroupName( DeathRivals)05-21 06:57:47|Socket Connect SocketIndex[ 59] PeerIP[  xxx.xxx.xxx.xxx] Port[63129]
05-21 07:02:17|ServerGroup(DeathRivals) FieldServer(xxx.xxx.xxx.xxx, 15103), PeerIPPort[xxx.xxx.xxx.xxx:63129] registeration done...
05-21 07:28:38|Socket Connect SocketIndex[ 60] PeerIP[  xxx.xxx.xxx.xxx] Port[3184]
05-21 07:28:42|Socket Closed  SocketIndex[ 60] SocketType[7] PeerIP[  xxx.xxx.xxx.xxx] Port[3184] MaxWriteBufCounts[   1] ==> reason 6[0X000006]
05-21 07:28:43|Socket Connect SocketIndex[ 61] PeerIP[  xxx.xxx.xxx.xxx] Port[58165]
05-21 07:29:26|Socket Closed  SocketIndex[ 61] SocketType[7] PeerIP[  xxx.xxx.xxx.xxx] Port[58165] MaxWriteBufCounts[   1] ==> reason 6[0X000006]
05-21 07:33:14|Socket Closed  SocketIndex[ 59] SocketType[5] PeerIP[  xxx.xxx.xxx.xxx] Port[63129] MaxWriteBufCounts[   1] ==> reason 5[0X000005]
05-21 07:33:14|	Closed FieldServer(  xxx.xxx.xxx.xxx:63129), ServerGroupName( DeathRivals)05-21 07:33:17|Socket Connect SocketIndex[ 62] PeerIP[  xxx.xxx.xxx.xxx] Port[63570]
05-21 07:33:30|Socket Connect SocketIndex[ 63] PeerIP[  xxx.xxx.xxx.xxx] Port[44104]
05-21 07:33:34|Socket Closed  SocketIndex[ 63] SocketType[7] PeerIP[  xxx.xxx.xxx.xxx] Port[44104] MaxWriteBufCounts[   1] ==> reason 6[0X000006]
05-21 07:33:35|Socket Connect SocketIndex[ 64] PeerIP[  xxx.xxx.xxx.xxx] Port[38375]
05-21 07:33:43|Socket Closed  SocketIndex[ 64] SocketType[7] PeerIP[  xxx.xxx.xxx.xxx] Port[38375] MaxWriteBufCounts[   1] ==> reason 6[0X000006]
 
Last edited by a moderator:
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Code:
[B][COLOR="#FF0000"]ERR_COMMON_INVALID_CLIENT_VERSION(0x2006)[/COLOR][/B]

Please read logs carefully. Mismatching server <-> client version.

Check:
  • server/config/versions.cfg
  • client/VerionInfo.ver
 
Upvote 0
Junior Spellweaver
Joined
Sep 12, 2014
Messages
119
Reaction score
34
Check the version.But I continue with the same problem that the FieldServer Unexpectedly Closes. And reloads again
 
Upvote 0
Skilled Illusionist
Joined
Aug 24, 2011
Messages
382
Reaction score
36
its normal when you have time pm me and i wil show you how to fix that its from global cfg rong update setings
or your apache or what you use for update dot allow and dont download the comexion from server to client and its normal if the server have a verion and you change that version on your version.info
but the client dont conect to ftp or website ..one more tip check your firewall and add exception to apache exe to alow the conexion and maibe you use cllien 4.5 to server 4.3 or 4.2
 
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
pm me and i wil show you how to fix that its from global cfg

What's the problem with discussing that here, so other people profit from it as well?

Also I have a slight feeling the posted logs have nothing to do with the problem and the problem was solved already in other help threads. I've never seen the FieldServer close unexpectedly from a version mismatch.
 
Upvote 0
Status
Not open for further replies.
Back
Top