Windows .exe Direwolf v5 Ticking Tile Entity Crashing the Server

  • 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
Status
Not open for further replies.

Hanyuning

New Member
Jul 29, 2019
1
0
0
Hi all. think it's related to an Item Tesseract I was using to pump items from my quarry. Everything was working fine until I decided to move it. I shift-right-clicking it with my wrench and the server crashed. Now I can't launch the server at all. It just generates the message I pasted at the bottom.

I've tried loading the world in single-player but get the same error.

I even tried loading it up (a copy) in MCEdit and I was able to delete the tesseract, but when I saved and re-opened all my base had been converted to different block.

Anyone know how I can delete that one item tesseract outside of the world, or even configure TE to delete all the tesses upon startup?

thanks,

Crash Report below:
---- Minecraft Crash Report ----
// There are four lights!

Time: 2/3/13 8:51 PM
Description: Ticking tile entity

java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:839)
at java.util.HashMap$ValueIterator.next(HashMap.java:868)
at buildcraft.transport.PipeTransportItems.moveSolids(PipeTransportItems.java:261)
at buildcraft.transport.PipeTransportItems.updateEntity(PipeTransportItems.java:225)
at buildcraft.transport.Pipe.updateEntity(Pipe.java:163)
at buildcraft.transport.TileGenericPipe.g(TileGenericPipe.java:189)
at yc.h(World.java:2153)
at in.h(WorldServer.java:516)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:680)
at ho.r(DedicatedServer.java:269)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:839)
at java.util.HashMap$ValueIterator.next(HashMap.java:868)
at buildcraft.transport.PipeTransportItems.moveSolids(PipeTransportItems.java:261)
at buildcraft.transport.PipeTransportItems.updateEntity(PipeTransportItems.java:225)
at buildcraft.transport.Pipe.updateEntity(Pipe.java:163)
at buildcraft.transport.TileGenericPipe.g(TileGenericPipe.java:189)

-- Tile entity being ticked --
Details:
Name: net.minecraft.src.buildcraft.transport.GenericPipe // buildcraft.transport.TileGenericPipe
Block type: ID #0
Block data value: Unknown? (Got -1)
Block location: World: (939,70,210), Chunk: (at 11,4,2 in 58,13; contains blocks 928,0,208 to 943,255,223), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
Stacktrace:
at yc.h(World.java:2153)
at in.h(WorldServer.java:516)
 
Status
Not open for further replies.