NovaEngineering-Source / StellarCore

Full range of optimization for a better 1.12.2.
https://www.curseforge.com/minecraft/mc-mods/stellarcore
GNU Lesser General Public License v3.0
35 stars 8 forks source link

Exception in server tick loop||No Mixin Metadata is found in the Stacktrace. #15

Closed tian-can151 closed 1 month ago

tian-can151 commented 1 month ago

https://mclo.gs/7F9c0MO Exception in server tick loop 53 |   54 | java.lang.IllegalArgumentException: capacity: 1 (expected: >= 2) 55 | at github.kasuminova.stellarcore.shaded.org.jctools.util.RangeUtil.checkGreaterThanOrEqual(RangeUtil.java:63) 56 | at github.kasuminova.stellarcore.shaded.org.jctools.queues.MpmcArrayQueue.(MpmcArrayQueue.java:175) 57 | at ic2.core.energy.grid.GridUpdater.stellar_core$createMpmcQueue(GridUpdater.java:792) 58 | at ic2.core.energy.grid.GridUpdater.handler$zoo000$stellar_core$startTransferCalc(GridUpdater.java:589) 59 | at ic2.core.energy.grid.GridUpdater.startTransferCalc(GridUpdater.java) 60 | at ic2.core.energy.grid.EnergyNetLocal.onTickStart(EnergyNetLocal.java:196) 61 | at ic2.core.energy.grid.EventHandler.onWorldTick(EventHandler.java:61) 62 | at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1032_EventHandler_onWorldTick_WorldTickEvent.invoke(.dynamic) 63 | at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) 64 | at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:190) 65 | at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:289) 66 | at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:958) 67 | at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:475) 68 | at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828) 69 | at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:687) 70 | at java.lang.Thread.run(Thread.java:750) 71 |   72 | No Mixin Metadata is found in the Stacktrace. 73


Exception in server tick loop

java.lang.IllegalArgumentException: capacity: 1 (expected: >= 2) at github.kasuminova.stellarcore.shaded.org.jctools.util.RangeUtil.checkGreaterThanOrEqual(RangeUtil.java:63) at github.kasuminova.stellarcore.shaded.org.jctools.queues.MpmcArrayQueue.(MpmcArrayQueue.java:175) at ic2.core.energy.grid.GridUpdater.stellar_core$createMpmcQueue(GridUpdater.java:792) at ic2.core.energy.grid.GridUpdater.handler$zoo000$stellar_core$startTransferCalc(GridUpdater.java:589) at ic2.core.energy.grid.GridUpdater.startTransferCalc(GridUpdater.java) at ic2.core.energy.grid.EnergyNetLocal.onTickStart(EnergyNetLocal.java:196) at ic2.core.energy.grid.EventHandler.onWorldTick(EventHandler.java:61) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1032_EventHandler_onWorldTick_WorldTickEvent.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.onPreWorldTick(FMLCommonHandler.java:289) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:958) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:475) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828) 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.

KasumiNova commented 1 month ago

will be fixed in 1.15.3.