affinity Posted February 8, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 02/08/15 Last Seen: February 22, 2015 Share Posted February 8, 2015 (edited) 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. Edited February 8, 2015 by affinity Quote Link to comment Share on other sites More sharing options...
Radian Posted February 8, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted February 8, 2015 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 Quote Link to comment Share on other sites More sharing options...
affinity Posted February 9, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 02/08/15 Last Seen: February 22, 2015 Author Share Posted February 9, 2015 (edited) 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 February 9, 2015 by affinity Quote Link to comment Share on other sites More sharing options...
Conflicts Posted February 10, 2015 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 317 Reputation: 63 Joined: 11/13/11 Last Seen: March 23 Share Posted February 10, 2015 You need to change this part of your clientinfo.xml From: <version>20100713</version> To: <version>25</version> Quote Link to comment Share on other sites More sharing options...
affinity Posted February 10, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 02/08/15 Last Seen: February 22, 2015 Author Share Posted February 10, 2015 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. Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted May 12, 2015 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Share Posted May 12, 2015 same problem ! Quote Link to comment Share on other sites More sharing options...
Tranquility Posted May 13, 2015 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 118 Reputation: 17 Joined: 01/29/15 Last Seen: January 5, 2020 Share Posted May 13, 2015 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. Quote Link to comment Share on other sites More sharing options...
Question
affinity
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.

Edited by affinityLink to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.