Minefactory Reloaded

Minefactory Reloaded

23M Downloads

TileEntityHarvester load npe

sfPlayer1 opened this issue ยท 0 comments

commented

After updating to MineFactoryReloaded-[1.7.10]2.8.0RC6-57 several of the following exceptions are being printed at server startup:

[06:20:53] [Server thread/ERROR] [FML/]: A TileEntity factoryHarvester(powercrystals.minefactoryreloaded.tile.machine.TileEntityHarvester) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
java.lang.NullPointerException
        at powercrystals.minefactoryreloaded.core.HarvestAreaManager.setPosition(HarvestAreaManager.java:126) ~[HarvestAreaManager.class:?]
        at powercrystals.minefactoryreloaded.tile.machine.TileEntityHarvester.func_145839_a(TileEntityHarvester.java:432) ~[TileEntityHarvester.class:?]
        at net.minecraft.tileentity.TileEntity.func_145827_c(TileEntity.java:116) [aor.class:?]
        at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:496) [aqk.class:?]
...