SuperMartijn642 / MovingElevators

19 stars 15 forks source link

[Crash] Server hangs when chunk with elevator block is loaded #207

Closed Allazeu closed 5 months ago

Allazeu commented 5 months ago

Version Info

Are you using OptiFine?: Yes (client), no (server)

Steps to Reproduce This happens sporadically, I fixed this issue twice before (1st removing a structure mod, 2nd changing server command-line args). I have no idea how to reproduce this because this only happens specifically with my world.

Crash report (~/logs/latest.log) 2024-02-05-5.log

I don't even know if I should be calling this a crash or a bug, because it makes the server hang (does not crash server because server has max-tick-time set to -1). The only reason I believe this is MovingElevators is because I used a different mod (ModernFix) to tell me what is causing the server to hang. Without the mod, I was not able to pinpoint what mod was causing the server to hang since the normal minecraft server log did not give me the proper information.

The line of interest was: at com.supermartijn642.movingelevators.blocks.CamoBlock.func_200011_d(CamoBlock.java:120) ~[movingelevators:?]

SuperMartijn642 commented 5 months ago

Should be fixed now in Moving Elevators version 1.4.6. Thank you for reporting the issue!