Crash Server
Opened this issue ยท 0 comments
Hello guys, when I wanna click to farm block, server shutted down.
[12:16:12] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$WorldTickEvent@614056c7:
java.lang.NoSuchMethodError: forestry.core.utils.InventoryUtil.internal_moveOneItemToPipe(Lnet/minecraftforge/items/IItemHandler;Lforestry/core/tiles/AdjacentTileCache;[Lnet/minecraft/util/EnumFacing;)Z
at forestry.core.utils.InventoryUtil.moveOneItemToPipe(InventoryUtil.java:82) ~[InventoryUtil.class:?]
at forestry.farming.tiles.TileFarmHatch.updateServer(TileFarmHatch.java:53) ~[TileFarmHatch.class:?]
at forestry.farming.multiblock.FarmController.updateServer(FarmController.java:246) ~[FarmController.class:?]
at forestry.core.multiblock.MultiblockControllerBase.updateMultiblockEntity(MultiblockControllerBase.java:445) ~[MultiblockControllerBase.class:?]
at forestry.core.multiblock.MultiblockWorldRegistry.tickStart(MultiblockWorldRegistry.java:81) ~[MultiblockWorldRegistry.class:?]
at forestry.core.multiblock.MultiblockRegistry.tickStart(MultiblockRegistry.java:31) ~[MultiblockRegistry.class:?]
at forestry.core.multiblock.MultiblockServerTickHandler.onWorldTick(MultiblockServerTickHandler.java:20) ~[MultiblockServerTickHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_517_MultiblockServerTickHandler_onWorldTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:700) [EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287) [FMLCommonHandler.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:752) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
[12:16:12] [Server thread/ERROR] [FML]: Index: 13 Listeners:
[12:16:12] [Server thread/ERROR] [FML]: 0: NORMAL
[12:16:12] [Server thread/ERROR] [FML]: 1: ASM: class thaumcraft.common.lib.events.ServerEvents worldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[12:16:12] [Server thread/ERROR] [FML]: 2: ASM: ic2.core.TickHandler@53cf755d onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[12:16:12] [Server thread/ERROR] [FML]: 3: ASM: ic2.core.energy.grid.EventHandler@4bff6585 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[12:16:12] [Server thread/ERROR] [FML]: 4: ASM: INSTANCE onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[12:16:12] [Server thread/ERROR] [FML]: 5: ASM: INSTANCE tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[12:16:12] [Server thread/ERROR] [FML]: 6: ASM: INSTANCE onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[12:16:12] [Server thread/ERROR] [FML]: 7: ASM: forestry.greenhouse.multiblock.blocks.ChunkEvents@712731a1 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[12:16:12] [Server thread/ERROR] [FML]: 8: ASM: noppes.npcs.ScriptPlayerEventHandler$ForgeEventHandler@221deafd forgeEntity(Lnet/minecraftforge/fml/common/eventhandler/Event;)V
[12:16:12] [Server thread/ERROR] [FML]: 9: ASM: noppes.npcs.ServerTickHandler@2b804e26 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[12:16:12] [Server thread/ERROR] [FML]: 10: ASM: com.buuz135.industrial.proxy.event.WorldTickHandler@4520d43a onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[12:16:12] [Server thread/ERROR] [FML]: 11: ASM: cofh.thermaldynamics.util.TickHandler@3351c1f9 tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[12:16:12] [Server thread/ERROR] [FML]: 12: ASM: forestry.core.TickHandlerCoreServer@15aa703a onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[12:16:12] [Server thread/ERROR] [FML]: 13: ASM: forestry.core.multiblock.MultiblockServerTickHandler@1721b9d5 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[12:16:12] [Server thread/ERROR] [FML]: 14: ASM: appeng.hooks.TickHandler@cc8fa97 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
[12:16:12] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
java.lang.NoSuchMethodError: forestry.core.utils.InventoryUtil.internal_moveOneItemToPipe(Lnet/minecraftforge/items/IItemHandler;Lforestry/core/tiles/AdjacentTileCache;[Lnet/minecraft/util/EnumFacing;)Z
at forestry.core.utils.InventoryUtil.moveOneItemToPipe(InventoryUtil.java:82) ~[InventoryUtil.class:?]
at forestry.farming.tiles.TileFarmHatch.updateServer(TileFarmHatch.java:53) ~[TileFarmHatch.class:?]
at forestry.farming.multiblock.FarmController.updateServer(FarmController.java:246) ~[FarmController.class:?]
at forestry.core.multiblock.MultiblockControllerBase.updateMultiblockEntity(MultiblockControllerBase.java:445) ~[MultiblockControllerBase.class:?]
at forestry.core.multiblock.MultiblockWorldRegistry.tickStart(MultiblockWorldRegistry.java:81) ~[MultiblockWorldRegistry.class:?]
at forestry.core.multiblock.MultiblockRegistry.tickStart(MultiblockRegistry.java:31) ~[MultiblockRegistry.class:?]
at forestry.core.multiblock.MultiblockServerTickHandler.onWorldTick(MultiblockServerTickHandler.java:20) ~[MultiblockServerTickHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_517_MultiblockServerTickHandler_onWorldTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) ~[EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:700) ~[EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287) ~[FMLCommonHandler.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:752) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
[12:16:12] [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: /root/server/./crash-reports/crash-2020-04-29_12.16.12-server.txt