Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash Server #2546

Open
ghost opened this issue Apr 29, 2020 · 0 comments
Open

Crash Server #2546

ghost opened this issue Apr 29, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants