birender Posted April 25, 2019 at 04:52 PM Share Posted April 25, 2019 at 04:52 PM I keep getting this error on my server side Analyze: login phase does not handle this packet! header 66 I searched google but cant find a fix for it. I hope if anyone on this forum can help me Link to comment
[Admin] tierrilopes Posted April 28, 2019 at 08:34 AM Share Posted April 28, 2019 at 08:34 AM Header always the same or randomizes? Link to comment
birender Posted April 29, 2019 at 10:25 AM Author Share Posted April 29, 2019 at 10:25 AM (edited) On 4/28/2019 at 2:04 PM, tierrilopes said: Header always the same or randomizes? Always same Tierri that is 66 And in which file and at which place I have to use that above code.And what it does Please specify Edited April 29, 2019 at 10:27 AM by birender Link to comment
cejota1 Posted May 1, 2019 at 05:16 AM Share Posted May 1, 2019 at 05:16 AM This happened when I tried to teleport and my server crashed and my sysser accused Analyze: login phase does not handle this packet! header 66, after I've done these steps this problem is over*: (*I do not know if this is fixing or just hiding the error, but I solved it like this:) src client: /UserInterface/packet.h: -search for the syserr header, exemple my 66: HEADER_CG_SCRIPT_BUTTON = 66, -src / game: go to end of the input_login.cpp and create a empty case like this: case HEADER_CG_SCRIPT_BUTTON: break; [...] } I hope it solves. Link to comment
WLN Posted May 1, 2019 at 02:43 PM Share Posted May 1, 2019 at 02:43 PM 9 horas atrás, cejota1 disse: This happened when I tried to teleport and my server crashed and my sysser accused Analyze: login phase does not handle this packet! header 66, after I've done these steps this problem is over*: (*I do not know if this is fixing or just hiding the error, but I solved it like this:) src client: /UserInterface/packet.h: -search for the syserr header, exemple my 66: HEADER_CG_SCRIPT_BUTTON = 66, -src / game: go to end of the input_login.cpp and create a empty case like this: case HEADER_CG_SCRIPT_BUTTON: break; [...] } I hope it solves. this don't solve the problem, i tryed and don't work from my Link to comment
cejota1 Posted May 1, 2019 at 10:57 PM Share Posted May 1, 2019 at 10:57 PM 8 horas atrás, Arslan disse: this don't solve the problem, i tryed and don't work from my that sad, sorry then, anyway that solved for me :( Link to comment
birender Posted May 6, 2019 at 10:38 PM Author Share Posted May 6, 2019 at 10:38 PM Without knowing what header 66 is we cant solve this problem. I have high hope on tierri if he can answer it Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now