Alayne Posted August 8, 2017 Posted August 8, 2017 Hi peoples! Being on this for the last two days, I give up. Here's my issue. I try to use a 2015+ client, but can't get it to work. I always end up on a "Character info size error. Character info size: 147" error. Server side error, when I try to connect, on char_server: s aid=2000000 has an incorect version=54 in clientinfo. Server compiled for 46 The issue is that I might have done everything to make it compile under 54, and not 46: on packet_db: packet_db_ver: 54 packet_keys_use: 54 with the matching //2015-10-29aRagexe packet_ver: 54 packet_keys: 0x45B945B9,0x45B945B9,0x45B945B9 // [renniw] [...] On clif.h: MAX_PACKET_VER = 55, On mmo.h: #define PACKETVER 20151029 I've tried disabling packet obfu, try everything I can try on all the topic here and there, but no way, I still end up on this f***** Server compiled for 46. Can anybody give me a clue on what I missed? Quote
0 Chaos92 Posted August 8, 2017 Posted August 8, 2017 8 minutes ago, Alayne said: Hi peoples! Being on this for the last two days, I give up. Here's my issue. I try to use a 2015+ client, but can't get it to work. I always end up on a "Character info size error. Character info size: 147" error. Server side error, when I try to connect, on char_server: s aid=2000000 has an incorect version=54 in clientinfo. Server compiled for 46 The issue is that I might have done everything to make it compile under 54, and not 46: on packet_db: packet_db_ver: 54 packet_keys_use: 54 with the matching //2015-10-29aRagexe packet_ver: 54 packet_keys: 0x45B945B9,0x45B945B9,0x45B945B9 // [renniw] [...] On clif.h: MAX_PACKET_VER = 55, On mmo.h: #define PACKETVER 20151029 I've tried disabling packet obfu, try everything I can try on all the topic here and there, but no way, I still end up on this f***** Server compiled for 46. Can anybody give me a clue on what I missed? First, try to use client 20150916. 2nd, packerversion = 53 packetdb and key also = 53 as far as I know, latest rathena didnt check version anymore. just make sure you change in your src/config/packets.h your clientdate. Quote
0 Alayne Posted August 8, 2017 Author Posted August 8, 2017 Same error. I did try with others, but all failed more or less the same way. Now the error is s aid=2000000 has an incorect version=53 in clientinfo. Server compiled for 46 Quote
0 sader1992 Posted August 8, 2017 Posted August 8, 2017 i would suggest using the lastest rathena Quote
0 Alayne Posted August 9, 2017 Author Posted August 9, 2017 That's allready the one I used, i pull the last version some days ago. Quote
0 sader1992 Posted August 9, 2017 Posted August 9, 2017 11 hours ago, Alayne said: That's allready the one I used, i pull the last version some days ago. packet_db.txt removed like 2 weeks ago and the packet_ver 54 now ignored i would really suggest you get the last rathena Quote
Question
Alayne
Hi peoples!
Being on this for the last two days, I give up. Here's my issue.
I try to use a 2015+ client, but can't get it to work. I always end up on a "Character info size error. Character info size: 147" error.
Server side error, when I try to connect, on char_server:
s aid=2000000 has an incorect version=54 in clientinfo. Server compiled for 46
The issue is that I might have done everything to make it compile under 54, and not 46:
on packet_db:
packet_db_ver: 54 packet_keys_use: 54
with the matching
//2015-10-29aRagexe packet_ver: 54 packet_keys: 0x45B945B9,0x45B945B9,0x45B945B9 // [renniw] [...]
On clif.h:
MAX_PACKET_VER = 55,
On mmo.h:
#define PACKETVER 20151029
I've tried disabling packet obfu, try everything I can try on all the topic here and there, but no way, I still end up on this f***** Server compiled for 46.
Can anybody give me a clue on what I missed?
5 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.