Jump to content

WorldSocket::handle_input_header: client sent malformed packet size


Recommended Posts

Posted

Hi,

I'm sorry to bother you but I'm having trouble finding a definitive answer to this. I'm getting repeating errors every couple of minutes in my logs and I'm not sure what is causing it.

I just did a fresh OS install on my test server, compiled MaNGOS (rev 9999 - no errors) and created the databases restoring only the characters database that we had used previously. We're using UDB (update pack 391). The ports are open correctly and I'm able to connect and play without any problems so far. No disconnects - just this repeating error in the logs.

Also - I haven't announced to anyone that the server is back up; I'm the only one connecting to it right now. The error still happen even after I log out of the game and close the game client.

Is the client that the error states the game client? How is it still repeating even after the game client is closed?

Does anyone know what cmds 1952981076 and -381661184 are?

Thanks in advance!

00:06:56 WorldSocket::handle_input_header: client sent malformed packet size = 1
8245 , cmd = 1952981076
00:06:57 WorldSocket::handle_input_header: client sent malformed packet size = 1
025 , cmd = -381661184
00:07:08 WorldSocket::handle_input_header: client sent malformed packet size = 1
8245 , cmd = 1952981076
00:07:09 WorldSocket::handle_input_header: client sent malformed packet size = 1
025 , cmd = -381661184
00:16:47 WorldSocket::handle_input_header: client sent malformed packet size = 1
8245 , cmd = 1952981076
00:16:48 WorldSocket::handle_input_header: client sent malformed packet size = 1
025 , cmd = -381661184
00:19:12 WorldSocket::handle_input_header: client sent malformed packet size = 1
8245 , cmd = 1952981076
00:19:13 WorldSocket::handle_input_header: client sent malformed packet size = 1
025 , cmd = -381661184
00:46:41 WorldSocket::handle_input_header: client sent malformed packet size = 1
8245 , cmd = 1952981076
00:46:42 WorldSocket::handle_input_header: client sent malformed packet size = 1
025 , cmd = -381661184
00:50:28 WorldSocket::handle_input_header: client sent malformed packet size = 1
8245 , cmd = 1952981076
00:50:29 WorldSocket::handle_input_header: client sent malformed packet size = 1
025 , cmd = -381661184
00:56:40 WorldSocket::handle_input_header: client sent malformed packet size = 1
8245 , cmd = 1952981076

  • 1 month later...
Posted

And me same problem :

2010-07-29 19:21:40 ERROR:WorldSocket::handle_input_header: client sent malformed packet size = 18245 , cmd = 1952981076
2010-07-29 19:21:41 ERROR:WorldSocket::handle_input_header: client sent malformed packet size = 1025 , cmd = 2102022144

Posted

Perhaps it would be helpful if this message contained the IP address.

-        sLog.outError ("WorldSocket::handle_input_header: client sent malformed packet size = %d , cmd = %d",
-                       header.size, header.cmd);
+        sLog.outError ("WorldSocket::handle_input_header: client '%s' sent malformed packet size = %d , cmd = %d",
+                       GetRemoteAddress().c_str(), header.size, header.cmd);

^Not tested, but should do it.

I think some website function may cause this when the website is accessed and it checks if the server is online.

Posted

This is usless have any IP address in this case. Error related to client reaction at long disconnected state and later attempt connect to server.

Not mangos problem. Just client wrong data send in described case. Just need close client and start new copy. Ofc, possible another cases of error but this 99% cases of it.

This is not first time answered.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use