None of that is anything to be concerned about. That is just logging for packets that don't have any handling coded for them because it is either not required or because we just don't have them implemented yet. The first part of the first log about the opcodes not matching is just a normal process that the server uses to determine which client version the connecting client is running.
Edit:
I see you added logs from Debug_Zone after I posted. Those may be a problem. It looks like something may be sending OP_InterruptCast with the wrong sized packet. I can't tell for sure just from a quick look at those logs, but it looks like the encode for OP_InterruptCast might not be working properly.
Last edited by trevius; 11-05-2010 at 08:34 AM..
|