Jump to content
  • 0

Map server keeps disconnecting me


Gocanaroj

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  05/02/13
  • Last Seen:  

I am able to login to my server, select a character, but I can't login with that character.

 

My map server gives me this error:

 

post-17138-0-92601500-1440745598_thumb.png

 

My packet version in packet_db.txt matches my version in my clientinfo.xml that I built into my grf, so I'm not sure where else it could be incorrect, or if it's even the issue. What would be causing this?

Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  658
  • Reputation:   663
  • Joined:  11/12/12
  • Last Seen:  

The most common issue for this is packet obfuscation; it is turned on by default on rAthena and your client probably has it turned off. The 'easy' solution is to disable packet obfuscation server side (from src/config/core.h - #define PACKET_OBFUSCATION). The recommended solution would be to set your packet keys in packet_db.txt with packet_keys_use and rediff your client with those packet keys that you used.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

Its clearly say that you have unknown packets. Please double check your mmo.h & packet_db.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  513
  • Reputation:   83
  • Joined:  08/11/12
  • Last Seen:  

I am able to login to my server, select a character, but I can't login with that character.

 

My map server gives me this error:

 

attachicon.gifMapServerDC.png

 

My packet version in packet_db.txt matches my version in my clientinfo.xml that I built into my grf, so I'm not sure where else it could be incorrect, or if it's even the issue. What would be causing this?

 

1. please check your PACKETVER before you recompile your binaries

2. please check your packet_db if it uses the correct version

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

If you have checked those files and still not working, its because you are using a not-compatible version of exe/packets.

Try changing the exe to another date that your emu reads fine.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  05/02/13
  • Last Seen:  

If you have checked those files and still not working, its because you are using a not-compatible version of exe/packets.

Try changing the exe to another date that your emu reads fine.

 

Sorry.. I'm kinda new to this. Where would I find that exactly? Or are you talking about my diffed client exe?

 

Also, if it makes any difference, I followed the guide on this post: https://rathena.org/board/topic/70962-recommended-client-setup/

 

I wasn't able to download the clean 2012 kro install because when I went to the site he linked, and I tried to download it, it said I didn't have proper permission, so I went with the one I already had downloaded, which is the 2015 one from RateMyServer. I am still using the diffed client in the guide I linked, and also the packet version from packet_db.txt that he said to set it to (30), along with the PACKETVER in mmo.h (20120410).

Edited by Gocanaroj
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

So.. U using the exe date 20120410 and the packet ver 30?

U have to set them on the grf and emu

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

Let me know if you still have issues, I can try to walk you through

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  05/02/13
  • Last Seen:  

So.. U using the exe date 20120410 and the packet ver 30?

U have to set them on the grf and emu

 

Yep, those are the 2 that I use (20120410 and 30).

 

By emu, do you mean the emulator? If so, what file would I find that in to change the packet version to the correct version?

 

If you're talking about clientinfo.xml (/data/clientinfo.xml) in my kRO folder, I have already double checked that one, and it is set to version 30. Also, I packed my GRF with the appropriate version number in my clientinfo.xml.

Edited by Gocanaroj
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

Have you compiled after edit mmo.h?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  05/02/13
  • Last Seen:  

Yep, I rebuilt the solution.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  05/02/13
  • Last Seen:  

After doing what you said, it finally works!

 

I wasn't able to rediff my client because I used that guide on the forum post I linked, and the link he had for the diff program was broken, and I just downloaded a pre-diffed EXE; so for now I just disabled PACKET_OBFUSCATION.

 

Thank you so much for the help! Really appreciate it!

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...