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 Disconnect from the server

Newbie Spellweaver
Joined
Jun 3, 2016
Messages
9
Reaction score
0
QKGAiMyu-gI - Help  Disconnect from the server - RaGEZONE Forums
Help me, I'm using server files 3.5 Episode, I have a problemMy friend connects to the server via hamachi, and after 1-2 minutes it disconnects from the server with such errors.Server logs are attached. thanks for the help.
 

Attachments

You must be registered for see attachments list
Last edited:
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Looking at the logs and the related code, it appears that you somehow connect to the Pre Server with one IP Address and then connect to the Field Server with another. The Pre Server doesn't accept this and prevents the login. The other logs are likely caused by this initial failure.

Code:
SendErrorMsg to ClientIndex[  1]  25.112.87.213(61052) ==> [B][COLOR="#FF0000"]ERR_PROTOCOL_CLIENT_IP_NOT_MATCHED[/COLOR][/B](0x245c) AT T_FP_CONNECT_AUTH_USER Param1(204) Param2(0) Msg()

I'm confused as to how that could possibly happen. It might be related to hamachi, making the client connect with different IPs.

Which IP did you insert into the global.cfg as listening IP address? And which IP did you insert in the launcher? Did you by accident start multiple instances of the Field Server?

EDIT:

I just noticed that the Servers run on a hamachi IP address (25.112.87.213) while the Client connects with a none-hamachi address (46.119.197.69). This could be the cause of this issue.

Make sure the hamachi network adapter has higher priority than your default network adapter and check if you connect via a 25.X.X.X address then. This could solve this.

EDIT2:

This is how you can change your network adapter priority:
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jun 3, 2016
Messages
9
Reaction score
0
in launcher ip 25.112.87.213
1 Instance Field Server started
 

Attachments

You must be registered for see attachments list
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Please check my edit:

EDIT:

I just noticed that the Servers run on a hamachi IP address (25.112.87.213) while the Client connects with a none-hamachi address (46.119.197.69). This could be the cause of this issue.

Make sure the hamachi network adapter has higher priority than your default network adapter and check if you connect via a 25.X.X.X address then. This could solve this.

EDIT2:

This is how you can change your network adapter priority:
 
Upvote 0
Newbie Spellweaver
Joined
Jun 3, 2016
Messages
9
Reaction score
0
I used this before sql server express,there was no such mistake but then installed sql server standart аnd there is such an error, This can cause an error?
 
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
If you had an SQL error, the Logs would tell you that the Servers can't connect to the database. So I don't think you have an SQL error. This issue is not related to it.

Sounds stupid but did you try to restart your system already? Specially if you just installed hamachi that could help re-ordering the network adapters.
 
Upvote 0
Back
Top