You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just right clicked the shell constructor with 2 pig in the treadmills but it crashed the server (btw in hardcore)
Did the crash occur client-side or server-side?
Server
Version
sync-mc1.19.1-4.3
Minecraft Version
1.19.2
Fabric API Version
fabric-api-0.77.0+1.19.2
Installation Source
CurseForge
Logs
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.Time: 2024-07-09 17:28:47Description: Exception in server tick loopjava.lang.NoSuchFieldError: entityInstance at dev.kir.sync.api.shell.ShellState.<init>(ShellState.java:319) at dev.kir.sync.api.shell.ShellState.create(ShellState.java:215) at dev.kir.sync.api.shell.ShellState.empty(ShellState.java:177) at dev.kir.sync.api.shell.ShellState.empty(ShellState.java:165) at dev.kir.sync.block.entity.ShellConstructorBlockEntity.beginShellConstruction(ShellConstructorBlockEntity.java:73) at dev.kir.sync.block.entity.ShellConstructorBlockEntity.onUse(ShellConstructorBlockEntity.java:41) at dev.kir.sync.block.AbstractShellContainerBlock.method_9534(AbstractShellContainerBlock.java:170) at net.minecraft.class_4970$class_4971.method_26174(class_4970.java:964) at net.minecraft.class_3225.method_14262(class_3225.java:338) at net.minecraft.class_3244.method_12046(class_3244.java:1145) at net.minecraft.class_2885.method_12547(class_2885.java:34) at net.minecraft.class_2885.method_11054(class_2885.java:8) at net.minecraft.class_2600.method_11072(class_2600.java:22) at net.minecraft.class_3738.run(class_3738.java:18) at net.minecraft.class_1255.method_18859(class_1255.java:157) at net.minecraft.class_4093.method_18859(class_4093.java:23) at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:776) at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:159) at net.minecraft.class_1255.method_16075(class_1255.java:131) at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:758) at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:752) at net.minecraft.class_1255.method_18857(class_1255.java:140) at net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:737) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:669) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) at java.base/java.lang.Thread.run(Thread.java:842)
Both the field and its initialization should be eliminated outside of the client environment. It worked just fine previously. However, it seems that now only the field is eliminated, and the assignment is still present in the constructor, causing the game to crash. I'm unsure if this new behavior is intentional or not.
The mod is pending a rewrite anyways, so I would approach this quite differently now.
What were you doing when the crash occured?
I just right clicked the shell constructor with 2 pig in the treadmills but it crashed the server (btw in hardcore)
Did the crash occur client-side or server-side?
Server
Version
sync-mc1.19.1-4.3
Minecraft Version
1.19.2
Fabric API Version
fabric-api-0.77.0+1.19.2
Installation Source
CurseForge
Logs
Other Mods
Additional Information
No response
The text was updated successfully, but these errors were encountered: