Error Packet / Socket.c

ThyroDree

New member
Messages
556
Points
0
Location
Philippines
Github
bosxkate23
Emulator
My server start to have this error

[Error]: Sent wrong packet id: 0x2711
[Error]: --- failed assertion --------------------------------------------
[Error]: socket.c:2112: '0' in function `socket_validateWfifo'
[Error]: ./login-server(+0x1d4ef) [0x5582705414ef]
[Error]: ./login-server(+0x312cc) [0x5582705552cc]
[Error]: ./login-server(+0x1042c) [0x55827053442c]
[Error]: ./login-server(+0xbad3) [0x55827052fad3]
[Error]: ./login-server(+0xbf0d) [0x55827052ff0d]
[Error]: ./login-server(+0xbb92) [0x55827052fb92]
[Error]: ./login-server(+0x30586) [0x558270554586]
[Error]: ./login-server(main+0x2fa) [0x55827052b72a]
[Error]: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7fe3211c72e1]
[Error]: ./login-server(_start+0x2a) [0x55827052b90a]
[Error]: --- end failed assertion ----------------------------------------
[Error]: Skip wrong packet id: 0x2710
[Error]: --- failed assertion --------------------------------------------
[Error]: socket.c:824: '0' in function `rfifoskip'
[Error]: ./login-server(+0x1d4ef) [0x5582705414ef]
[Error]: ./login-server(+0x2fe09) [0x558270553e09]
[Error]: ./login-server(+0xbf2d) [0x55827052ff2d]
[Error]: ./login-server(+0xbb92) [0x55827052fb92]
[Error]: ./login-server(+0x30586) [0x558270554586]
[Error]: ./login-server(main+0x2fa) [0x55827052b72a]
[Error]: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7fe3211c72e1]
[Error]: ./login-server(_start+0x2a) [0x55827052b90a]
[Error]: --- end failed assertion ----------------------------------------
[Error]: Can not connect to login-server.
[Error]: The server communication passwords (default s1/p1) are probably invalid.
[Error]: Also, please make sure your login db has the correct communication username/passwords and the gender of the account is S.
[Error]: The communication passwords are set in /conf/map/map-server.conf and /conf/char/char-server.conf


It was all good, then after some reloadscript i did during editing inside the game. When i checked the command lines from PuttySSH i found this line and i cant connect to my servevr now :( IP and user pass are all correct in char-server, map server

 
Still getting this error, is this hosting problems? I didn't touch any on my source files yet. And get this

 
probably you run more than one instance of your servers

second instance failing with connection error.

 
probably you run more than one instance of your servers

second instance failing with connection error.
I have test server, 1 main server (running), 1 test server (running)...

Main Server has default ports and the Test Server ports i changed into 6901, 6122, 5122 on conf folders it seems to work but sometimes its hard to connect to the test server and when I ./athena-start restart on Test Server. I will get the error I said above ;(

 
this error because you doing something wrong.

or running already runned server, or connecting to other server.

if you have more than one server on same host, better not use athena-start script and run each server manually

 
this error because you doing something wrong. 

or running already runned server, or connecting to other server.

if you have more than one server on same host, better not use athena-start script and run each server manually
Yes 2 server on same host, how can I change the trigger start script on other server?  Only my test server gets problematic the main server isn't affected

 
Back
Top