DimensionalDevelopment / DimDoors

A rewrite of the classic mod: Dimensional Doors
https://minecraft.curseforge.com/projects/dimensionaldoors
GNU General Public License v3.0
90 stars 53 forks source link

[Bug]: Server crash upon entering Limbo #389

Open GameOnne opened 7 months ago

GameOnne commented 7 months ago

What happened?

I play with my friend on a server. Whenever one of us enters Limbo, the server proceeds to shut down. Modloader: Fabric 0.15.3 Version: 1.19.2 Mods used:

Mod Version

5.0.2

What versions of Minecraft does this issue happen on?

No response

Log

[18:34:35] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.class_148: Exception ticking world
    at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:879) ~[server-intermediary.jar:?]
    at net.minecraft.class_3176.method_3813(class_3176.java:289) ~[server-intermediary.jar:?]
    at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819) ~[server-intermediary.jar:?]
    at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:665) ~[server-intermediary.jar:?]
    at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[server-intermediary.jar:?]
    at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.lang.NoSuchFieldError: clientRandom
    at org.dimdev.dimdoors.entity.MonolithEntity.<clinit>(MonolithEntity.java:50) ~[DimensionalDoors-5.0.2-1.19.2.jar:?]
    at net.minecraft.class_1299.method_5883(class_1299.java:487) ~[server-intermediary.jar:?]
    at net.minecraft.class_1948.method_24931(class_1948.java:355) ~[server-intermediary.jar:?]
    at net.minecraft.class_1948.method_24930(class_1948.java:284) ~[server-intermediary.jar:?]
    at net.minecraft.class_1948.method_8663(class_1948.java:212) ~[server-intermediary.jar:?]
    at net.minecraft.class_1948.method_27821(class_1948.java:200) ~[server-intermediary.jar:?]
    at net.minecraft.class_3215.method_14161(class_3215.java:376) ~[server-intermediary.jar:?]
    at net.minecraft.class_3215.method_12127(class_3215.java:323) ~[server-intermediary.jar:?]
    at net.minecraft.class_3218.method_18765(class_3218.java:319) ~[server-intermediary.jar:?]
    at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:875) ~[server-intermediary.jar:?]
    ... 5 more
[18:34:35] [Server thread/ERROR]: This crash report has been saved to: /server/./crash-reports/crash-2024-01-20_18.34.35-server.txt
Qwuartzz commented 7 months ago

I am having the exact same issue. Whenever anyone goes in Limbo the server crashes. Using all the same mods + a few others.

Qwuartzz commented 7 months ago

After some testing, I have found that at least my issue is something to do with the Monolith entities. Whenever they spawn, my server instantly crashes. I can enter limbo while the game is in peaceful mode because they don't spawn.

Nyinxie commented 6 months ago

latest.log

I can second this.

Baughn commented 4 months ago

It's likely caused by the 0.15.x branch of Fabric. They fixed a bug that was causing a lot of client code to be loaded on the server, which of course exposed bugs in mod code that was assuming it was running on a client.