Resolved how do you explain this loginserver error?

Dev-Kiwi

Baron
Customer
QA Engineer
Mentor
hello people, previous week this error show up on login server and i had to restart login
what is causing this? i can only understand that it is something about the server ports?
it happened 2-3 times and did not happen again. today i decided to discuss here, is it something about my host?
LOGINERROR.webp
 
9014 is installed in the world and/or in the network, connects are sent to you there and a connection is dropped. Everything is signed in the config, why are you ignoring it, I don't know.
 
hello people, previous week this error show up on login server and i had to restart login
what is causing this? i can only understand that it is something about the server ports?
it happened 2-3 times and did not happen again. today i decided to discuss here, is it something about my host?
its about this
# Internal Login server communication address with game server or External if the game server is on another physical server
# The host and port for game servers
LoginHost = 127.0.0.1
LoginPort = 9014
same at game server
 
its about this
# Internal Login server communication address with game server or External if the game server is on another physical server
# The host and port for game servers
LoginHost = 127.0.0.1
LoginPort = 9014
same at game server
it is the same from the start. never messed with it, when i changed physical server, i just changed the ip both auth and gameserver properties.
and in half a year this happened a week ago, transition of physical machine i made about a month ago
 
it is the same from the start. never messed with it, when i changed physical server, i just changed the ip both auth and gameserver properties.
and in half a year this happened a week ago, transition of physical machine i made about a month ago
Check what can occupy port 9014, here we are talking about not being able to access the port or get it at all

1731524102647.webp
 
Back
Top