Solved Redpower 2 crashing server, specifically the manager.

  • 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

MrEaux

New Member
Jul 29, 2019
3
0
0
Was trying to replace a wooden chest with an iron chest that was connected to a manager with items actively being transferred through the tube network and this happened:

2013-01-12 03:04:00 [SEVERE] Encountered an unexpected exception t
t: Ticking tile entity
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:685)
at ho.r(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
Caused by: java.lang.NullPointerException
at com.eloraam.redpower.machine.TileManager.handleTubeItem(TileManager.java:214)
at com.eloraam.redpower.machine.TileManager.tubeItemEnter(TileManager.java:256)
at com.eloraam.redpower.core.TubeFlow.update(TubeFlow.java:94)
at com.eloraam.redpower.machine.TileTube.g(TileTube.java:167)
at yc.h(World.java:2155)
at in.h(WorldServer.java:516)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
... 4 more

Server then crashes. It can be restarted and load in but once we do the server crashes again. Is there a way to remove the offending block or do we have to do a rollback?
 

glasspelican

New Member
Jul 29, 2019
187
0
0
if you have a way to do a role back you might want to consider that because the alternative is using mcedit to remove the machine. Mcedit is not ment to work with mods so it will remove all mod blocks in any edited chunk.
 

deathbyc4

New Member
Jul 29, 2019
42
0
0
a restore of the world or using mcedit will fix it. and stay away from forestry saplings in the RP tubes as well.
 

MrEaux

New Member
Jul 29, 2019
3
0
0
Fixed it without reverting!

Downloaded an NBT editor and removed the bog earth and humus that was jammed inside. Reuploaded the new file and it's working like a charm. Word of warning! Don't break chests attached to RP Managers with an active network!
 

Difinity

New Member
Jul 29, 2019
40
0
0
Can you elaborate on how you removed the offending entities? I am looking at the crash log and searching for the location it's referring to, and I'm not finding anything that resembles the blocks it's mentioning at the location...

Details:
Name: RPTube // com.eloraam.redpower.machine.TileTube
Block type: ID #0
Block data value: Unknown? (Got -1)
Block location: World: (222,59,252), Chunk: (at 14,3,12 in 13,15; contains blocks 208,0,240 to 223,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
 

Ret

New Member
Jul 29, 2019
15
0
0
can someone explain exactly how to find the location of the manager and how to delete it? first time touching NBTExplorer