Turbine Completion Crashes Server & Client
codyop opened this issue ยท 0 comments
Server crashed when final block was placed. Red sparks were seen, game crashed.
This is latest 1.15.2 Mekanism Generators. The log file shows the previous version, as I (ridiculously) tried to revert Mekanism to a previous version to see if anything changed.
Relevant log error snippet below, full log linked at end.
[30Apr2020 04:56:53.917] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
net.minecraft.crash.ReportedException: Ticking block entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:853) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) ~[?:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) [?:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
Caused by: java.lang.ArithmeticException: Division by zero
at mekanism.api.math.FloatingLong.divideEquals(FloatingLong.java:329) ~[?:?]
at mekanism.api.math.FloatingLong.divide(FloatingLong.java:471) ~[?:?]
at mekanism.generators.common.tile.turbine.TileEntityTurbineCasing.onUpdateServer(TileEntityTurbineCasing.java:66) ~[?:?]
at mekanism.common.tile.base.TileEntityMekanism.func_73660_a(TileEntityMekanism.java:516) ~[?:?]
at net.minecraft.world.World.func_217391_K(World.java:473) ~[?:?]
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:368) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849) ~[?:?]
... 4 more