Fabric 1.18.2 Multiplayer Server Icicle block entity loading spam
spoorn opened this issue ยท 15 comments
I'm trying to build a modpack and was testing on a multiplayer server. As players are flying around, the logs spam with errors related to loading the Icicle BlockEntities. I'm not including the file as the file is huge now, it spams hundreds of these lines which can cause the server to lag.
I tested this on a world with just Immersive Weathering, Sodium/Phosphor/Lithium, and Terralith
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=tip,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=1004, y=98, z=368}
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=tip,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=864, y=86, z=379}
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=middle,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=864, y=84, z=379}
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=frustum,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=864, y=85, z=379}
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=base,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=867, y=83, z=381}
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=middle,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=867, y=84, z=381}
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=base,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=868, y=83, z=379}
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=base,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=864, y=83, z=379}
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=tip,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=865, y=83, z=381}
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=frustum,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=867, y=85, z=381}
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=frustum,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=868, y=84, z=379}
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=tip,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=867, y=86, z=381}
[05:03:24] [Server thread/WARN]: Tried to load a block entity for block Block{immersive_weathering:icicle}[thickness=tip,vertical_direction=up,waterlogged=false] but failed at location class_2338{x=868, y=85, z=379}
[05:03:25] [Server thread/WARN]: Tried to load a block entity for block Block{minecraft:fletching_table} but failed at location class_2338{x=877, y=43, z=394}
[05:03:25] [Server thread/WARN]: Tried to load a block en
you need to specify which version of the mod you are playing for us to be able to do anything
The latest one 2.3.2
Have the same issue here:
spam in server latest.log
not on the client latest.log
same exact issue here!
undate 1: I observed my log for a while and so far it seems to only happen on generation.
update 2: it does not seem to happen on chunk load/unload
at this point, it's probably more of an issue of excessive log spam while people explore more than there being some bug in the mod. probably just disabling that debug message is enough
yup same... version 2.5.6
but I got the fletching table and smiting table whit the same "class_2338{coordinates}" but it occurred less often.