AE2-UEL / Applied-Energistics-2

AE2UEL, a Fork of a Minecraft Mod about Matter, Energy and using them to conquer the world.
https://legacy.curseforge.com/minecraft/mc-mods/ae2-extended-life
Other
75 stars 71 forks source link

NullPointerException in CraftingCPUCluster.updateCraftingLogic #474

Open zz314657917 opened 1 month ago

zz314657917 commented 1 month ago

I'm encountering a NullPointerException in the CraftingCPUCluster.updateCraftingLogic method of Applied Energistics 2 (AE2), which is causing server crashes or instability. The error occurs consistently and seems to be related to the crafting logic update process.

Time: 7/10/24 4:55 PM Description: Exception in server tick loop

java.lang.NullPointerException: Exception in server tick loop at appeng.me.cluster.implementations.CraftingCPUCluster.updateCraftingLogic(CraftingCPUCluster.java:557) at appeng.me.cache.CraftingGridCache.onUpdateTick(CraftingGridCache.java:128) at appeng.me.GridCacheWrapper.onUpdateTick(GridCacheWrapper.java:40) at appeng.me.Grid.update(Grid.java:229) at appeng.hooks.TickHandler.onTick(TickHandler.java:196) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_893_TickHandler_onTick_TickEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:190) at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:268) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:884) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:687) at java.lang.Thread.run(Thread.java:750)

No Mixin Metadata is found in the Stacktrace. [Uploading crash-2024-07-10_16.55.35-server.txt…]()

zz314657917 commented 1 month ago

Extra CPUs Lazy AE2 Do I have these two modules above, and they are not compatible?

NotMyWing commented 1 month ago

Hello! The crafting grid should optimally never contain invalid clusters. When you say "consistently", do you mean you have a consistent reproduction scenario? Also, please upload the log file correctly.

zz314657917 commented 1 month ago

crash-2024-07-16_00.55.00-server.txt Look at this crash report