Jump to content
  • 0

Rejected From Server


Freya

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   53
  • Joined:  02/12/17
  • Last Seen:  

Hello everyone, I would like to ask on what is the solution on this problem. My char_athena, and map_athena have both the same user and password, they are also linked in to the login table. The problem now here is that, in the console, sometimes it says
 
image.png.46b69c599d26a6d6d4e260a602bd7172.png

I found it amusing since my user and password are the same and the gender is indicated S too and the ID is 1, after a few seconds or minutes I suppose, the Login Server will connect. The next part would be
Whenever I try to enter in-game, the server rejects my connection (Rejected from Server) and indicates in the console below (however, if you attempt to open it a lot of times, then you will be given access but somehow, it's so irritating because most of the time, you get rejected.)

image.png.30945bb9004cfb81e61df3d1a7bde232.png

Could this be of human error (misconfiguration) or is this just normal or is it just me?
Thank you!

Edited by Freya
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   3
  • Joined:  10/01/17
  • Last Seen:  

This happen to me few days ago. I have no VNC or any kind of viewer installed on my VPS (Using console command). I tried restart/stop the emulator but still failed. So I restarted my server and start rathena again.

Maybe multiple Login, Map and Char Server are open and that cause the problem. 

Edited by Pandoras
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  83
  • Reputation:   3
  • Joined:  10/22/17
  • Last Seen:  

I have the same issue, it happens i know how to fix it from a GUI but not on my linux vps using the console /sob

 

after you triple check map_athena, char_athena, inter_athena you can try this.

you're suposed to create a database adding the tables for main.sql and logs.sql (other ones are not critical for logging in to the client)

if you have access to a GUI sql manager you'll see in the 'login' table which loaded from logs.sql that the 'data' tab is still s1,p1

If this is true, change it to whatever your username/password for mysql is adding letter S to sex. (you can add GM acc here too)

If this is false (values are changed), you have an issue with either char_athena, map_athena or inter_athena data. Remember, you must put a static IP if you're building a local server or host IP if you have a VPS

You must create another user to manage the database and give it permissions!

 

Did you add this to your inter_athena?

sql.db_hostname: //your server IP
sql.db_port: 3306 //same value
sql.db_username: //same user as mysql (the one you created)
sql.db_password: //same password as mysql
sql.db_database: //name of your database (added main.sql and logs.sql)
sql.codepage:
 

Last tip.

If you succesfully created main.sql logs.sql tables this value (on inter_athena):

log_db_db: 

must be the name of your database and NOT 'log'

 

sorry if i can't help you more, i feel your pain with this /sob 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  02/27/18
  • Last Seen:  

Hi Freya, sorry for the bother, just want to ask if you already solved this problem? I'm also encountering this problem now.

Thanks!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  62
  • Reputation:   0
  • Joined:  03/18/12
  • Last Seen:  

have anyone solved this problem ? i'm also get this problem ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  104
  • Reputation:   0
  • Joined:  09/02/20
  • Last Seen:  

have the same problem, need help this topic

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...