immersive-mc icon indicating copy to clipboard operation
immersive-mc copied to clipboard

ButtonPushTracker.tick hangs the Client Server Thread on Essentials

Open thejudge156 opened this issue 10 months ago • 2 comments

Essential mod is known to sometimes cause networking issues, and in this case it appears to be an issue with Chunk Blocking. But it only happens to a connecting player, not the hosting player.

Thread Dump is attached. 2024-04-09-1.log

thejudge156 avatar Apr 10 '24 16:04 thejudge156

Another* essential incompatibility report: https://discord.com/channels/1061675558347489343/1228862187775328369/1228862187775328369

Also, of note, the hang happens at the first point ImmersiveMC interacts with a Minecraft level (or world in non-Mojmap land).

*: Has just occurred to me this is actually the same person lol. That said, this appears to be on 1.20.1 Fabric

hammy275 avatar Apr 14 '24 00:04 hammy275

Adding to the above, part of the stack trace is also in c2me so perhaps something is happening there. The part of c2me that gets caught here is https://github.com/RelativityMC/C2ME-fabric/blob/ver/1.20.1/c2me-base/src/main/java/com/ishland/c2me/base/mixin/priority/MixinServerChunkManager.java#L50

hammy275 avatar Apr 14 '24 00:04 hammy275