BuildCraft|Core

BuildCraft|Core

7M Downloads

A TileEntity type buildcraft.transport.TileGenericPipe has throw an exception trying to write state

Smalfinn opened this issue ยท 7 comments

commented

fml-server-latest.log - http://paste.ubuntu.com/11973617/

Doesn't sound too major but should I be worried?

commented

This is strange...

commented

THAT DOESN'T SOUND GOOD!

commented

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?

commented

Clean installed the server without Dynmap and still throws the error

fml-server-latest.log - http://paste.ubuntu.com/11991883/

commented

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 ^_^

commented

BuildCraftCompat doesn't like you. Quite literally. No idea why this happens... I'm rewriting the way BuildCraftCompat works in 7.1, though.

commented

hmm, is it possible that BC is passing the wrong class to forge then? BCC provides alternative, tweaked classes, i suspect the original classes are getting parsed to forge