FTB Ultimate server crash

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • 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

GoorBorhn

New Member
Jul 29, 2019
3
0
0
Last thing I know, I installed an industrial electrolizer next to MJ golden conductive pipes...
Is there any way I can go back? World is currently unplayable!
First crash report attached

[SEVERE] Encountered an unexpected exception t
t: Ticking tile entity
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:686)
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)
Caused by: java.lang.NullPointerException
at gregtechmod.api.BaseMetaTileEntityMJ.powerRequest(BaseMetaTileEntityMJ.java:51)
at buildcraft.transport.PipeTransportPower.updateEntity(PipeTransportPower.java:164)
at buildcraft.transport.Pipe.updateEntity(Pipe.java:166)
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)
... 4 more
[SEVERE] This crash report has been saved to: M:\FTB\.\crash-reports\crash-2014-11-17_02.13.41-server.txt
 

Attachments

Oh crap... MCEdit saved the day! deleted the conductive pipes and machines with it
Can't imagine how it would be if it was another player exploiting this crash and I would have to find it since MCEdit is not updated anymore
Cheers! hope it helps
 
For future another way that sometimes works is setting the item ID to 0, however this deletes all those items/blocks in the world. However can be used on newer versions cos MC Edit sometimes causes odd things to happen.
 
In mcedit, is there a way to replace all item ID xx to itemID yy?
I could just replace every conductive pipes to dirt for exemple and /give players with fresh new pipes. Players will have the penalty to reinstall them but at least they'll know where to place them.

That could be an awesome offline tool for server admin! Add the hability to destroy a 5x5x5 cube around last player location (By reading log file) could solve major issues also I guess... just throwing the idea ;)