Server crashing after update, help!

  • 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

Erfanz

New Member
Jul 29, 2019
5
0
0
Hey everyone, I'm having issues starting my ftb infinity server after I updated it (I redownloaded the server package, checked it and then dragged in the world folder)

  • What OS are you running?
Windows
  • Are you using minecraft hosting provider or a dedicated/local server not designed for minecraft?
local server
  • What version of FTB are you using? (Dont just say latest tell us the version)
recommended ( 1.10.1 , 1.7.10)

  • Did you add any mods to the server pack?
no

I tried removing the enderstorage folder as suggested in: https://www.reddit.com/r/feedthebea...hickenbones_mods_have_bugs_that_cause_locked/

then I changed the following in forge

# Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
B:removeErroringEntities=true

# Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
B:removeErroringTileEntities=true


neither solution worked, Halp!

crash report: http://dumptext.com/yG7SK8q4

error message in the cmd:

[09:15:06] [Server thread/INFO] [mcjty.varia.Logging]: RFTools: server is starting
[09:15:06] [Server thread/INFO] [mcjty.varia.Logging]: Registering RFTools dimensions
[09:15:06] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception while updating neighbours
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:642) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Caused by: java.lang.ClassCastException: cofh.thermaldynamics.duct.fluid.TileFluidDuctFragile cannot be cast to flaxbeard.thaumicexploration.tile.TileEntityBoundChest
at flaxbeard.thaumicexploration.block.BlockBoundChest.func_149695_a(BlockBoundChest.java:175) ~[BlockBoundChest.class:?]
at net.minecraft.world.World.func_147460_e(World.java:697) ~[ahb.class:?]
at powercrystals.minefactoryreloaded.core.MFRUtil.notifyNearbyBlocks(MFRUtil.java:304) ~[MFRUtil.class:?]
at powercrystals.minefactoryreloaded.tile.base.TileEntityFactory.onRotate(TileEntityFactory.java:217) ~[TileEntityFactory.class:?]
at powercrystals.minefactoryreloaded.tile.base.TileEntityFactory.cofh_validate(TileEntityFactory.java:81) ~[TileEntityFactory.class:?]
at net.minecraft.world.World.func_72939_s(World.java:50532) ~[ahb.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) ~[mt.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) ~[MinecraftServer.class:?]
... 4 more
[09:15:06] [Server thread/ERROR]: This crash report has been saved to: E:\mine 1.10.1\.\crash-reports\crash-2015-08-14_09.15.06-server.txt
[09:15:06] [Server thread/INFO]: Stopping server
 
Last edited: