Weird errors spamming into server Console (With TPS Drop)
Lucreeper74 opened this issue ยท 1 comments
Describe the bug
During an instant but now continuous course, the console spams error/warning messages. So I tried to see the cause of the server's TPS drop thanks to a profile made by the Spark mod, I got this:
https://spark.lucko.me/gdEUqzo9wP
The error message in question which is identical each time:
[00:31:31] [Server thread/WARN] [AE2:S/]: Cannot deserialize generic key from {} because key '#c' is missing.
How to reproduce the bug
I wouldn't be able to tell you the precise cause for the moment but thanks to the profile made by Spark, we can see that it is a question of loading Chunk, I guess maybe it would come from the fact that I use FTB Chunk for claim or force load chunks, and that I have Limited ChunkLoading which allows to ignore world loading requests after a certain time after player disconnection in order to reduce RAM consumption.
EDIT: After trying to remove Limited Chunkloading, the problem seems to be solved, I'll just keep an eye on the console in case the problem has just become rarer.
Expected behavior
I have already talk about this on your discord, and you told me to skip this part.
Additional details
There is my server side mod list:
https://pastebin.com/RpY8zreA
I'm using Forge 40.1.73 in 1.18.2
AE2 11.1.7 1.18.2 Forge version
If i miss some informations or if u want specific information, ping me here!
Which minecraft version are you using?
1.18
On which mod loaders does it happen?
Forge
Crash log
No crash log, because no server crash with this issue