Jump to content
  • 0

Unable to connect to mapserver after character creator screen, clif_parse: Disconnecting session #3 with unknown connect packet 0x0436(length:19), possibly for having an invalid account_id.


liquidartz

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  04/14/22
  • Last Seen:  

Hi this is my first post as I have spent too much time trying to figure this out. 

 

Setup

rAthena version - Latest Git clone 

Client: 20200401b

 

Problem Description: clif_parse: Disconnecting session #3 with unknown connect packet 0x0436(length:19), possibly for having an invalid account_id
 

I have defined the following at defines_pre.hpp

Spoiler

#define PACKETVER 20200401

 

I suspect this has something to do with the packet encryption, unfortunately I'm not able to disable packet encryption for this client. I'm fairly new to this (only started a week ago), please let me know if I'm missing something.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1554
  • Reputation:   239
  • Joined:  08/03/12
  • Last Seen:  

2 hours ago, liquidartz said:

Hi this is my first post as I have spent too much time trying to figure this out. 

 

Setup

rAthena version - Latest Git clone 

Client: 20200401b

 

Problem Description: clif_parse: Disconnecting session #3 with unknown connect packet 0x0436(length:19), possibly for having an invalid account_id
 

I have defined the following at defines_pre.hpp

  Hide contents

#define PACKETVER 20200401

 

I suspect this has something to do with the packet encryption, unfortunately I'm not able to disable packet encryption for this client. I'm fairly new to this (only started a week ago), please let me know if I'm missing something.

Hmm. Can you check your ragnarok database login table and see the accounts that u want to login ?

 

make sure using default accounts for server login , dont create it yourself.

Default account_id for server login = 1.  For players account should start with 2000000
 

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  04/14/22
  • Last Seen:  

5 minutes ago, Chaos92 said:

Hmm. Can you check your ragnarok database login table and see the accounts that u want to login ?

 

make sure using default accounts for server login , dont create it yourself.

Default account_id for server login = 1.  For players account should start with 2000000
 

There’s my problem.

 

I had it configured at 200000, I’m missing another 0. Unbelievable 

Im able to login now, thanks for the solution. 

 

 

 

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