Flan's Mod: Legacy

Flan's Mod: Legacy

2M Downloads

Packet Loss

admiralspeedy opened this issue ยท 3 comments

commented

When using Flans Mod on a Forge/Cauldron(MCPC+) server, every time I fire a weapon or use a vehicle I get packet related errors spamming my console


[09:26:29] [Server thread/ERROR]: Messages for channel FlansMod for side SERVER were not processed by the embedded channel [com.flansmod.common.network.PacketGunFire@55cab685].
They have been dropped.
09 .
Length: 1
[09:27:00] [Server thread/ERROR]: Messages for channel FlansMod for side SERVER were not processed by the embedded channel [com.flansmod.common.network.PacketPlaneControl@44a45d2c].
They have been dropped.
0f 00 00 1f d2 40 63 ef ff d6 ec f5 1b 40 58 78 .....@c......@XX
3c b8 e0 d0 58 40 75 38 04 7c 6a 76 f7 c2 b2 86 <...X@u8.|jv....
c6 c1 79 ab 0c bd 82 bb 48 be 9c 46 b0 46 d6 f8 ..y.....H..F.F..
00 3f 94 19 f7 0d f1 38 40 3e ff 09 0f 30 60 40 .?.....8@>...0`@
00 c0 a1 22 4e 00 00 00 00 be 08 be 5a 00 00 00 ..."N.......Z...
00 00 00 00 00 01 00 .......
Length: 87
[09:27:00] [Server thread/ERROR]: Messages for channel FlansMod for side SERVER were not processed by the embedded channel [com.flansmod.common.network.PacketSeatUpdates@2e116e9].
They have been dropped.
13 00 00 1f d2 00 00 00 00 00 00 00 00 80 00 00 ................
Length: 16


I've asked both the Cauldron and Forge devs and they said it's mod related and that the it's up to the mod dev to handle the packets better.

The mod works fine, but I'd like not have my server console and log spammed with errors.

commented

I've got a Similar problem

[14:49:43] [Server thread/ERROR] [FML]: Messages for channel FlansMod for side S
ERVER were not processed by the embedded channel [com.flansmod.common.network.Pa
cketGunFire@220b9b81].
They have been dropped.
09

commented

This is due to a memory leak in the packet handling code.
More info here: http://www.minecraftforge.net/wiki/Tutorials/Packet_Handling

commented