Server Crash loop, Can't pinpoint cause

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
S

scythe758

Guest
This is the main log from the end of the crash loop. I have a feeling that the problem lies somewhere in RFtools but I can't pinpoint exactly where it is breaking.

Update: So a new log of errors is being produced before the crash happens. I don't know ho helpful this will be but below is what the console printed right before the crash.

Update2: Solution:
Backup your world, edit forge.cfg (in configs) and set the two entries that mention erroring entities and blocks to True, then try launching again. If it works, close and set those entries back to False and launch again.




23.08 20:54:41 [Server] FML InvTweaks: net.minecraft.inventory.ContainerChest

23.08 20:54:41 [Server] FML InvTweaks: net.minecraft.inventory.ContainerHopper

23.08 20:54:41 [Server] FML InvTweaks: net.minecraft.inventory.ContainerRepair

23.08 20:54:41 [Server] EnderCore Transforming Class [net.minecraft.inventory.ContainerRepair], Method [func_82848_d]

23.08 20:54:41 [Server] EnderCore Transforming net.minecraft.inventory.ContainerRepair Finished.

23.08 20:54:41 [Server] FML InvTweaks: net.minecraft.inventory.ContainerDispenser

23.08 20:54:41 [Server] FML InvTweaks: net.minecraft.inventory.ContainerBrewingStand

23.08 20:54:41 [Server] FML InvTweaks: net.minecraft.inventory.ContainerBeacon

23.08 20:54:41 [Server] FML InvTweaks: net.minecraft.inventory.ContainerMerchant

23.08 20:54:44 [Server] Server thread/ERROR Encountered an unexpected exception

23.08 20:54:44 [Server] INFO net.minecraft.util.ReportedException: Ticking block entity

23.08 20:54:44 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:642) ~[MinecraftServer.class:?]

23.08 20:54:44 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[lt.class:?]

23.08 20:54:44 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]

23.08 20:54:44 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396) [MinecraftServer.class:?]

23.08 20:54:44 [Server] INFO at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]

23.08 20:54:44 [Server] INFO Caused by: java.lang.StackOverflowError

23.08 20:54:44 [Server] INFO at java.util.HashMap.hash(HashMap.java:338) ~[?:1.8.0_101]

23.08 20:54:44 [Server] INFO at java.util.HashMap.get(HashMap.java:556) ~[?:1.8.0_101]

23.08 20:54:44 [Server] INFO at cofh.thermaldynamics.duct.item.TileItemDuct.simTransfer(TileItemDuct.java:811) ~[TileItemDuct.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermaldynamics.duct.item.TileItemDuct.simTransferI(TileItemDuct.java:756) ~[TileItemDuct.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermaldynamics.duct.item.TileItemDuct.canRouteItem(TileItemDuct.java:728) ~[TileItemDuct.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermaldynamics.duct.attachments.servo.ServoItem.findRouteForItem(ServoItem.java:347) ~[ServoItem.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermaldynamics.duct.attachments.servo.ServoItem.getRouteForItem(ServoItem.java:441) ~[ServoItem.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermaldynamics.duct.attachments.servo.ServoItem.insertItem(ServoItem.java:427) ~[ServoItem.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermaldynamics.duct.item.TileItemDuct.insertItem(TileItemDuct.java:117) ~[TileItemDuct.class:?]

23.08 20:54:44 [Server] INFO at cofh.lib.util.helpers.InventoryHelper.addToInsertion(InventoryHelper.java:381) ~[InventoryHelper.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermalexpansion.util.Utils.addToAdjacentInsertion(Utils.java:43) ~[Utils.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermalexpansion.util.Utils.addToAdjacentInsertion(Utils.java:33) ~[Utils.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermalexpansion.block.ender.TileTesseract.addToAdjInventory(TileTesseract.java:444) ~[TileTesseract.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermalexpansion.block.ender.TileTesseract.receiveItem(TileTesseract.java:873) ~[TileTesseract.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermalexpansion.block.ender.TileTesseract.sendItem(TileTesseract.java:364) ~[TileTesseract.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermalexpansion.block.ender.TileTesseract.func_70299_a(TileTesseract.java:736) ~[TileTesseract.class:?]

23.08 20:54:44 [Server] INFO at cofh.lib.util.helpers.InventoryHelper.addToEmptyInventorySlot(InventoryHelper.java:226) ~[InventoryHelper.class:?]

23.08 20:54:44 [Server] INFO at cofh.lib.util.helpers.InventoryHelper.insertItemStackIntoInventory(InventoryHelper.java:154) ~[InventoryHelper.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermaldynamics.duct.item.TileItemDuct.insertItemStackIntoInventory(TileItemDuct.java:966) ~[TileItemDuct.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermaldynamics.duct.item.TileItemDuct.insertIntoInventory_do(TileItemDuct.java:919) ~[TileItemDuct.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermaldynamics.duct.item.TileItemDuct.insertIntoInventory(TileItemDuct.java:906) ~[TileItemDuct.class:?]

23.08 20:54:44 [Server] INFO at cofh.thermaldynamics.duct.item.TileItemDuctEnder.multiAdvance(TileItemDuctEnder.java:136) ~[TileItemDuctEnder.class:?]

23.08 20:54:45 [Multicraft] Server shut down (running)

23.08 20:54:45 [Multicraft] Restarting crashed server in 5 seconds
 
Last edited:
S

scythe758

Guest
Changing the villagers ID to 15 did not improve it, still stuck in a loop.
 
S

scythe758

Guest
I just edited the main post. I changed the villager to -1 and a new set of logs are happening before the server shuts down.
 

Aetherpirate

New Member
Jul 29, 2019
243
0
0
Backup your world, edit forge.cfg (in configs) and set the two entries that mention erroring entities and blocks to True, then try launching again. If it works, close and set those entries back to False and launch again.
 
  • Like
Reactions: scythe758
S

scythe758

Guest
It worked! Thank you so much! Was it a corrupted entity or block?