ManokStreZ Posted January 9, 2024 Posted January 9, 2024 i use 2018-06-20eRagexeRE and ./configure --enable-packetver=20180530 and then coming problem like this...can someone please tell me where to fix it ? and i Found This Thread but he said solved the problem but i dont know how he fix it Thanks. Quote
0 Rivers Posted January 9, 2024 Posted January 9, 2024 Turn off the server firstly. ./athena-start stop Then check Packets.hpp and change the packetver=20180620 in terminal do the following commands: make clean ./configure --enable-packetver=20180620 make clean make server in that exact order to get the clean version with your latest packetver. The packetversion needs to be exactly the same as your client's packet version in order to run. Error 155 is different from 144. I replicated this error on my phone and managed to resolve it by adjusting the packet version values and fully recompiling the server. Quote
0 Chaos92 Posted January 9, 2024 Posted January 9, 2024 3 hours ago, ManokStreZ said: i use 2018-06-20eRagexeRE and ./configure --enable-packetver=20180530 and then coming problem like this...can someone please tell me where to fix it ? and i Found This Thread but he said solved the problem but i dont know how he fix it Thanks. u said u are using 20180620 client. So make sure packets.hpp clientdate are correct. and you type above '20180530' which isnt the same as it should be. If you already change clientdate in packets.hpp, ./configure only shouldnt give any issue. Quote
0 ManokStreZ Posted January 9, 2024 Author Posted January 9, 2024 1 hour ago, Rivers said: Turn off the server firstly. ./athena-start stop Then check Packets.hpp and change the packetver=20180620 in terminal do the following commands: make clean ./configure --enable-packetver=20180620 make clean make server in that exact order to get the clean version with your latest packetver. The packetversion needs to be exactly the same as your client's packet version in order to run. Error 155 is different from 144. I replicated this error on my phone and managed to resolve it by adjusting the packet version values and fully recompiling the server. Problem Solved ! 57 minutes ago, Chaos92 said: u said u are using 20180620 client. So make sure packets.hpp clientdate are correct. and you type above '20180530' which isnt the same as it should be. If you already change clientdate in packets.hpp, ./configure only shouldnt give any issue. Problem Solved ! Thanks guys you are amazing, i follow guide from you guys it work now ! thanks again, Quote
0 Rivers Posted January 9, 2024 Posted January 9, 2024 For search result purposes I'm adding the full error code in text here. Resolved error: CHARACTER_INFO size error!! character num : 3 CHARACTER_INFO size : 155 Quote
0 Nethemir Posted March 30, 2024 Posted March 30, 2024 I had the same issue and this solved it. Thank you! Quote
0 TomBrooks Posted April 17 Posted April 17 Thank you both. I was having the same problem and didn't know how to solve it until I read this article. doodle jump game Quote
Question
ManokStreZ
i use 2018-06-20eRagexeRE
and ./configure --enable-packetver=20180530
and then coming problem like this...can someone please tell me where to fix it ? and i Found This Thread but he said solved the problem but i dont know how he fix it
Thanks.
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.