TIS-3D

TIS-3D

981k Downloads

[1.14-fabric] RAM, ROM, random module combination causes server crash

Sturmlilie opened this issue ยท 1 comments

commented

Environment: Dedicated server, creative mode
How to reproduce: Build the following topology while the controller is powered down:

[R] random module
[A] RAM module
[O] ROM module

   [R][R]
[R][A][O]
   [R][R]

Then turn the controller on. The server will instantly crash with the following stack trace: https://gist.github.com/Sturmlilie/819ed062d81f8a5cf10393fd3f2edd45

Restarting the world is impossible without NBT editing or similar because the server will instantly crash again upon ticking the world.

commented

Oh wow, yep, that's definitely missing a check. Shows how well used that module is I guess...

Thanks! Will fix and merge through the branches.