Valcars Posted December 22, 2021 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 60 Reputation: 0 Joined: 01/03/16 Last Seen: April 15, 2022 Share Posted December 22, 2021 (edited) hi everyone for the first time this error happened to me does anyone know how I can solve it? Edited December 22, 2021 by Valcars Quote Link to comment Share on other sites More sharing options...
0 WhiteEagle Posted December 22, 2021 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 480 Reputation: 67 Joined: 08/28/12 Last Seen: 12 hours ago Share Posted December 22, 2021 As the error message says, the name contains too many letters. Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted December 23, 2021 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: Wednesday at 03:00 PM Share Posted December 23, 2021 3 hours ago, M a p l e said: https://github.com/rathena/rathena/blob/master/src/common/mmo.hpp#L111 #define NAME_LENGTH (23 + 1) change to: #define NAME_LENGTH (29 + 1) NAME_LENGTH is used in other checks as well as in some arrays. Don’t change it if you don’t know what you’re doing. Quote Link to comment Share on other sites More sharing options...
0 Valcars Posted December 23, 2021 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 60 Reputation: 0 Joined: 01/03/16 Last Seen: April 15, 2022 Author Share Posted December 23, 2021 Oh thanks when compiling I always get this error how can I solve it? Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted December 23, 2021 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: Wednesday at 03:00 PM Share Posted December 23, 2021 4 hours ago, Valcars said: when compiling I always get this error how can I solve it? Don't change NAME_LENGTH value if you don't know what you're doing. Quote Link to comment Share on other sites More sharing options...
0 adrielx2 Posted January 28, 2022 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 04/30/14 Last Seen: Saturday at 03:09 AM Share Posted January 28, 2022 I have the same problem, I make the changes. However, when I move the mouse cursor over the character, the hexed automatically stops responding. Quote Link to comment Share on other sites More sharing options...
-1 M a p l e Posted December 23, 2021 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 271 Reputation: 63 Joined: 02/04/19 Last Seen: October 27, 2023 Share Posted December 23, 2021 4 hours ago, Valcars said: hi everyone for the first time this error happened to me does anyone know how I can solve it? https://github.com/rathena/rathena/blob/master/src/common/mmo.hpp#L111 #define NAME_LENGTH (23 + 1) change to: #define NAME_LENGTH (29 + 1) Quote Link to comment Share on other sites More sharing options...
Question
Valcars
hi everyone for the first time this error happened to me does anyone know how I can solve it?

Edited by ValcarsLink 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.