Jump to content
  • 0

Can't connect to char server. Wrong client version


affinity

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  02/08/15
  • Last Seen:  

When I login on my client I "fail(ed) to connect to server". My charserv.bat says:

 

[info]: request connect - account_id:2000006/login_id1:1997126483/login_id2:1113141404

[Warning]: s aid=2000006 has an incorect version=20100713 in clientinfo. Server compiled for 45

[info]: sd->version = 20100713

 

I assume I need an updated client but I don't know where to get one.

If not, what do I change to make this work? I'm so close to being able to login! ):

 

Thanks in advance.

post-31552-0-24490400-1423373792_thumb.jpg

Edited by affinity
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

You need to change the client date in your mmo.h into the client date you are using which is 20100713 client here's example 

https://github.com/rathena/rathena/blob/master/src/common/mmo.h#L23

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  02/08/15
  • Last Seen:  

I changed the date to 20100713 and recompiled but it still isn't working. 

The only thing that changed is this line:

[Warning]: s aid=2000006 has an incorect version=20100713 in clientinfo. Server compiled for 45

Instead of saying "Server compiled for 45" it now says "Server compiled for 25"
 
Should I download an updated client? The one I'm using I don't actually even want to use. I just don't know where to get an updated client.
 
Thanks again.

You need to change the client date in your mmo.h into the client date you are using which is 20100713 client here's example 

https://github.com/rathena/rathena/blob/master/src/common/mmo.h#L23

Edited by affinity
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  317
  • Reputation:   63
  • Joined:  11/13/11
  • Last Seen:  

You need to change this part of your clientinfo.xml

From:

<version>20100713</version>

To:

<version>25</version>
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  02/08/15
  • Last Seen:  

 

You need to change this part of your clientinfo.xml

From:

<version>20100713</version>

To:

<version>25</version>

I've tried changing the version in my clientinfo.xml countless times and still I get the exact same problem.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   17
  • Joined:  01/29/15
  • Last Seen:  

Make sure your mmo.h has the right client date #define PACKETVER 20100713

Have your clientinfo use <version>25</version>

And make sure you've set your "packet_db_ver: 25"

To recompile after all this: Clean build and Build after these changes.

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