Closed AdorableKitteh closed 4 years ago
This seems to be related to https://github.com/MinecraftModDevelopmentMods/Tesla-Core-Lib/issues/28 which was apparently fixed, but never released. Do you have any work around this crash?
not really it destroyed the hole server.
You can restore a server backup for now.
Restoring on a server: To restore a backup on a server use the server restore command like this:
/bm serverrestore <backup>
Backup can be a date (The same date shown by/bm listbackups
) or a number. If it's a number then the nth backup with be used. This command will restore the backup to a directory called restored_world. After it's finished restoring, replace the normal world directory with restored_world (e.g. if your world is called "world" (the default world name for servers) the delete world and rename restored_world to world)
This issue will be fixed when the mod author updates their mod. As this is not in my control, this issue will be closed for now.
Basic details
Information required
Describe the issue Server crashed From placing a normal water bottle with water into the fluid transferer machine block. removing water from the bottle. ---- Minecraft Crash Report ---- // My bad.
Time: 2019-12-15 16:29:59 AEDT Description: Ticking block entity
kotlin.KotlinNullPointerException at net.ndrei.teslacorelib.utils.FluidUtils.fillFluidFrom(FluidUtils.kt:60) at net.ndrei.teslacorelib.utils.FluidextensionsKt.fillFrom(fluidextensions.kt:16) at net.ndrei.teslacorelib.utils.FluidextensionsKt.fillFrom(fluidextensions.kt:22) at net.ndrei.teslacorelib.utils.FluidextensionsKt.processInputInventory(fluidextensions.kt:27) at net.ndrei.teslacorelib.tileentities.SidedTileEntity.processFluidItems(SidedTileEntity.kt:544) at net.ndrei.teslacorelib.tileentities.SidedTileEntity.processImmediateInventories(SidedTileEntity.kt:214) at net.ndrei.teslacorelib.tileentities.ElectricMachine.processImmediateInventories(ElectricMachine.kt:298) crash-2019-12-15_16.29.59-server.txt
A clear and concise description of what the issue is.