PDA

View Full Version : Netchan_Transmit



RobsoN
9th December 2013, 18:13
Sys_Error: recursive error after: Netchan_Transmit: length = 16394

Anyone know what this error mean? I think something about gamestate but I'm not sure.

Regards RobsoN.

//I'm sorry, but I found info some bad info for me about it. It's error about gamestate. Some moderator can remove this thread.

Mitch
10th December 2013, 17:21
Sys_Error: recursive error after: Netchan_Transmit: length = 16394

Anyone know what this error mean? I think something about gamestate but I'm not sure.

Regards RobsoN.

//I'm sorry, but I found info some bad info for me about it. It's error about gamestate. Some moderator can remove this thread.
When you google this you get a post by Tally that says:



You are trying to send a packet larger than 16386 bytes, which is the max packet size for both cod1 and cod2. Sounds like your server is heavily modded and when it fills up with players with long names, it goes over the limit.

Try reducing the number of player slots. And, if possible, try to optimise your mod code better. Remove any unnecessary strings.