Log spam regarding transmitter
Naxanria opened this issue ยท 6 comments
Forge: 31.1.87
Mekanism: 9.10.5
We have yet to have some way to reproduce this issue, and my best guess for how it may be occurring is if some other mod is doing something improper and "ghost loading" chunks causing them to go back and forth between being loaded and unloaded, and thus causing transmitters to be added multiple times in the same tick. Or potentially even across multiple ticks if a mod like performant is installed which adds a "feature" of breaking the fact that a tick event is fired every tick; luckily that feature is configurable and if you do have performant installed you could try disabling the "event load balancing" and see if it causes the warning to go away. One thing to note though if this does make it go away, that doesn't mean a mod isn't "ghost loading"/"flickering" chunks (and causing bad performance), that just would mean that the transmitters are printing messages to the log as a side effect of the chunk loading, unloading and loading again within "one tick" as far as they are aware.
Going to go ahead for now and mark this as "Fixed in Dev" even though I don't believe it actually is an issue on Mekanism's end and is caused by some other mod making chunks thrash. I rewrote/refactored a good portion of our transmitter logic for V10 (1.16), which hopefully will also make it so if mods make chunks load/unload rapidly it causes less of an issue to the transmitter networks.