Windows .exe Placed a basics logistic pipe, client crashing

  • 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

Enforcerke

New Member
Jul 29, 2019
3
0
0
Hello, I'm currently playing on the Direwolf20 1.6.4 pack, and I was making a sorting system, and i decided to place a Basics Logistics pipe (from the logistics pipe mod) under a Redstone furnance (from Thermal Expansion)

and my client immediatly crashed, now i can't load the save anymore, i can load others, so it must be the pipe, it crashed instantly after I placed it

I don't know how to work with MCEdit in order to remove it (because i'm using the mods)

Please help!
 

Enforcerke

New Member
Jul 29, 2019
3
0
0
I've also started this map in a public server, this error is what I got at the end:

Code:
2014-01-09 18:07:12 [SEVERE] [Minecraft-Server] Encountered an unexpected except
ion ReportedException
net.minecraft.util.ReportedException: Ticking tile entity
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.jav
a:674)
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(Dedicated
Server.java:276)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.jav
a:587)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
        at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.AbstractMethodError: logisticspipes.pipes.basic.LogisticsTi
leGenericPipe.insertItem(Lnet/minecraftforge/common/ForgeDirection;Lnet/minecraf
t/item/ItemStack;)Lnet/minecraft/item/ItemStack;
        at cofh.util.InventoryHelper.addToInsertion(InventoryHelper.java:246)
        at thermalexpansion.util.Utils.addToInventory(Utils.java:87)
        at thermalexpansion.block.TileInventory.transferItem(TileInventory.java:
34)
        at thermalexpansion.block.machine.TileFurnace.transferProducts(TileFurna
ce.java:112)
        at thermalexpansion.block.machine.TileMachineEnergized.func_70316_g(Tile
MachineEnergized.java:118)
        at net.minecraft.world.World.func_72939_s(World.java:2209)
        at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.jav
a:668)
        ... 4 more
2014-01-09 18:07:12 [SEVERE] [Minecraft-Server] This crash report has been saved
to: C:\Users\Rack\Desktop\server\.\crash-reports\crash-2014-01-09_18.07.12-serv
er.txt

And the crash report is located here: http://pastebin.com/JvL0mqSJ
 

UniZero

Popular Member
Oct 3, 2012
3,406
310
124
Scotland, UK
Remove the item, using mcedit, from the location in bold below. Your world should load up now.

Block location: World: (-113,68,78)
 

MJ41374

New Member
Jul 29, 2019
3
0
0
I'm having the exact same error and problem doing the same thing. Is this a bug that's been reported yet?
2014-01-09 23:34:33 [SERVER] [SEVERE] Encountered an unexpected exception ReportedException
net.minecraft.util.ReportedException: Ticking tile entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.AbstractMethodError: logisticspipes.pipes.basic.LogisticsTileGenericPipe.insertItem(Lnet/minecraftforge/common/ForgeDirection;Lnet/minecraft/item/ItemStack;)Lnet/minecraft/item/ItemStack;
at cofh.util.InventoryHelper.addToInsertion(InventoryHelper.java:246)
at thermalexpansion.util.Utils.addToInventory(Utils.java:87)
at thermalexpansion.block.TileInventory.transferItem(TileInventory.java:34)
at thermalexpansion.block.machine.TileFurnace.transferProducts(TileFurnace.java:112)
at thermalexpansion.block.machine.TileMachineEnergized.func_70316_g(TileMachineEnergized.java:118)
at net.minecraft.world.World.func_72939_s(World.java:2209)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
... 4 more
2014-01-09 23:34:33 [SERVER] [SEVERE] This crash report has been saved to: C:\Users\kelli1mj\Desktop\NEWFTB\Direwolf20_1_6_4\minecraft\crash-reports\crash-2014-01-09_23.34.33-server.txt

And pastebin of my crash file: http://pastebin.com/eqe4tbfs
 
Last edited:

MJ41374

New Member
Jul 29, 2019
3
0
0
So based on UniZero's response, I probably need to use MCEdit to remove the item at "Block location: World: (-110,66,58)" - correct?
 
  • Like
Reactions: Eyamaz

MJ41374

New Member
Jul 29, 2019
3
0
0
Yup, that worked. After using MCEdit to delete the offending blocks (the redstone furnace) I was able to re-launch the game w/o crashing. Thanks for the tip! Looking forward to a fix soon.