critical exception packet issue.
border999 opened this issue ยท 5 comments
Issue description:
Steps to reproduce:
- unknown, possible just building a large energy multiblock from mekanism with Cubic Chunks installed. Did not happen instantly though, worked for some time before this issue occurred.
Forge: 1.12.2-forge1.12.2-14.23.5.2847
Mekanism: Mekanism-1.12.2-9.8.3.390
Other relevant version: CubicChunks-1.12.2-0.0.1058.0-SNAPSHOT-all
Probably has to do with the networking having some assumption that is broken by Cubic Chunks. As networking has been rewritten in 1.15 and cubic chunks isn't out yet for it anyways I am closing this as I believe this is no longer an issue in 1.15.
Cubic chunks is not involved here at all.
If this is not an mekanism issue, my only suspicions are hammercore and betterportals.
No idea then, only threw up saying cubic chunks might have been it due to the crash being in the SimpleNetworkWrapper#sendToAllTracking
and vaguely recalling that cubic chunks changes things to make sure blocks above/below normal height limits are properly marked as being tracked. So ya if it isn't cubic chunks your best bet here border is to experiment with if it is the issue of one of the mods barteks listed.
Hammer Core is only found when passing the tile tick to the modded TE:
com.zeitheron.hammercore.asm.McHooks.tickTile(McHooks.java:38)
Don't think it's HammerCore's fault either.