A TileEntity type buildcraft.transport.TileGenericPipe has throw an exception trying to write state
Smalfinn opened this issue ยท 7 comments
fml-server-latest.log - http://paste.ubuntu.com/11973617/
Doesn't sound too major but should I be worried?
This error is a compatibility issue with DynmapForge. Dynmap calls the writeChunkToNBT method from AnvilChunkLoader who forces Tileentities to be written on a clean TagCompound. This is strange because they use to be able to save data like that on a NBT. Can you try to run your server without DynmapForge to test if something similar occurs?
Clean installed the server without Dynmap and still throws the error
fml-server-latest.log - http://paste.ubuntu.com/11991883/
Okay well thanks for looking :)
Just FYI - it's a server running the 1.7.10 pack from technic http://www.technicpack.net/modpack/the-1710-pack.453902
Anything you need from me just ask ^_^
BuildCraftCompat doesn't like you. Quite literally. No idea why this happens... I'm rewriting the way BuildCraftCompat works in 7.1, though.