iconmaster5326 / AetherCraft

A fork of Graknol's Energy Manipulator mod. Turn matter into other kinds of matter today!
5 stars 3 forks source link

Network Packet Error filling up log files #17

Closed psychofad closed 10 years ago

psychofad commented 10 years ago

So I am seeing a lot of Error messages in my log files. This isn't just happening with your mod so I am reporting it to all authors of mods that show up in the logs. My logs are growing to 2-3GBs a day running on Forge 1112 with AetherCraft-1.7.2-1.4.2.123.

LexManos had this to say about this type of Error on the Forge support forums: "Its an error message informing you that one of your mods is not dealing with its network packets correctly, report it to the author."

The Error Messages:

[B#439] 2014/06/10 23:42:47 [INFO] [23:42:47] [Client thread/ERROR]: Messages for channel AetherCraft for side CLIENT were not processed by the embedded channel [com.iconmaster.aec.network.DeviceSyncPacket@35e66982]. [B#439] 2014/06/10 23:42:47 [INFO] They have been dropped. [B#439] 2014/06/10 23:42:47 [INFO] 02 ff ff fe 9f 00 00 00 40 00 00 04 8c 42 e6 00 ........@....B.. [B#439] 2014/06/10 23:42:47 [INFO] 00 00 00 00 .... [B#439] 2014/06/10 23:42:47 [INFO] Length: 20 [B#439] 2014/06/10 23:42:47 [INFO] [23:42:47] [Client thread/ERROR]: Messages for channel AetherCraft for side CLIENT were not processed by the embedded channel [com.iconmaster.aec.network.DeviceSyncPacket@2a18f173]. [B#439] 2014/06/10 23:42:47 [INFO] They have been dropped. [B#439] 2014/06/10 23:42:47 [INFO] 02 ff ff ff 99 00 00 00 3f 00 00 03 e2 41 88 00 ........?....A.. [B#439] 2014/06/10 23:42:47 [INFO] 00 00 00 00 .... [B#439] 2014/06/10 23:42:47 [INFO] Length: 20 [B#439] 2014/06/10 23:42:47 [INFO] [23:42:47] [Client thread/ERROR]: Messages for channel AetherCraft for side CLIENT were not processed by the embedded channel [com.iconmaster.aec.network.DeviceSyncPacket@53daee87]. [B#439] 2014/06/10 23:42:47 [INFO] They have been dropped. [B#439] 2014/06/10 23:42:47 [INFO] 02 ff ff fe 9f 00 00 00 40 00 00 04 8c 42 ec 00 ........@....B.. [B#439] 2014/06/10 23:42:47 [INFO] 00 00 00 00 .... [B#439] 2014/06/10 23:42:47 [INFO] Length: 20 [B#439] 2014/06/10 23:42:47 [INFO] [23:42:47] [Client thread/ERROR]: Messages for channel AetherCraft for side CLIENT were not processed by the embedded channel [com.iconmaster.aec.network.DeviceSyncPacket@4a620c13]. [B#439] 2014/06/10 23:42:47 [INFO] They have been dropped. [B#439] 2014/06/10 23:42:47 [INFO] 02 ff ff ff 99 00 00 00 3f 00 00 03 e2 41 90 00 ........?....A.. [B#439] 2014/06/10 23:42:47 [INFO] 00 00 00 00 .... [B#439] 2014/06/10 23:42:47 [INFO] Length: 20 [B#439] 2014/06/10 23:42:47 [INFO] [23:42:47] [Client thread/ERROR]: Messages for channel AetherCraft for side CLIENT were not processed by the embedded channel [com.iconmaster.aec.network.DeviceSyncPacket@6b06d98b]. [B#439] 2014/06/10 23:42:47 [INFO] They have been dropped. [B#439] 2014/06/10 23:42:47 [INFO] 02 ff ff fe 9f 00 00 00 40 00 00 04 8c 42 f2 00 ........@....B.. [B#439] 2014/06/10 23:42:47 [INFO] 00 00 00 00 .... [B#439] 2014/06/10 23:42:47 [INFO] Length: 20 [B#439] 2014/06/10 23:42:47 [INFO] [23:42:47] [Client thread/ERROR]: Messages for channel AetherCraft for side CLIENT were not processed by the embedded channel [com.iconmaster.aec.network.DeviceSyncPacket@eb46b92]. [B#439] 2014/06/10 23:42:47 [INFO] They have been dropped. [B#439] 2014/06/10 23:42:47 [INFO] 02 ff ff ff 99 00 00 00 3f 00 00 03 e2 41 98 00 ........?....A.. [B#439] 2014/06/10 23:42:47 [INFO] 00 00 00 00 .... [B#439] 2014/06/10 23:42:47 [INFO] Length: 20

iconmaster5326 commented 10 years ago

Hopefully commit aeaec90d30c4de8bdbd8441e577c2923c56362f7 fixes the output log spam. Tell me if it doesn't.

I couldn't replicate the error in my test server, so hopefully I can figure out what's causing it.

psychofad commented 10 years ago

I will try the latest version and get back to you. For reference this is the forum post that explains what may be happening. Mind you this is for another mod, but the messages are the same.

http://www.minecraftforge.net/forum/index.php/topic,19831.0.html

As for my other issue I posted...It was not the same issue. prujohn posted his issue on the wrong one, my other issue is only happening on the TechnicLauncher and only with build of AetherCraft 120+. I have added additional info to that issue...please take a look at it. I assure you I would not try to spam your issue tracker as I take bug reporting very seriously and try to work with modders to get all of the issues resolved so others do not have to. I want everyone to have a pleasant experience playing with mods and try to make it as easy as possible for modders to see what is going on when I post an issue.

iconmaster5326 commented 10 years ago

(Hopefully) fixed with commit 9b3f3c1ea6476ed62d87b96c2e06315af36548da. Tell me if it isn't.

And on another note, sorry for closing the other issue. I believed they were linked then, but I have now fixed both of them anyways, even if they were 2 separate issues.