Jump to content
  • 0

Error Size


ManokStreZ

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.02
  • Content Count:  121
  • Reputation:   0
  • Joined:  09/02/20
  • Last Seen:  

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.

1.jpg

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   47
  • Joined:  12/04/13
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

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

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.

1.jpg

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.02
  • Content Count:  121
  • Reputation:   0
  • Joined:  09/02/20
  • Last Seen:  

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,

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   47
  • Joined:  12/04/13
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.03
  • Content Count:  4
  • Reputation:   3
  • Joined:  03/23/24
  • Last Seen:  

I had the same issue and this solved it. Thank you!

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