Jump to content

Analyze: login phase does not handle this packet! header 66


birender
 Share

Recommended Posts

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
Share on other sites

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...