Jump to content
  • 0
ThyroDree

Error Packet / Socket.c

Question

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

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

probably you run more than one instance of your servers

second instance failing with connection error.

 

Share this post


Link to post
Share on other sites
  • 0
3 hours ago, 4144 said:

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 ;(

Share this post


Link to post
Share on other sites
  • 0

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

 

Share this post


Link to post
Share on other sites
  • 0
50 minutes ago, 4144 said:

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.