Looks to me to be something from the AE multiblock at this location. Every part of the multiblock is in spot loaded chunks (5).
This is pretty much crashing the server once a day now whether someone is on or not.
Thanks in Advance for any help.
http://pastebin.com/d5qNnY0M
This is pretty much crashing the server once a day now whether someone is on or not.
Thanks in Advance for any help.
http://pastebin.com/d5qNnY0M
- ---- Minecraft Crash Report ----
- // Surprise! Haha. Well, this is awkward.
- Time: 10/17/13 3:30 AM
- Description: Ticking tile entity
- java.lang.NullPointerException
- at appeng.me.tile.TileController.updateStorageAware(TileController.java:1280)
- at appeng.me.tile.TileController.updateTileEntity(TileController.java:1145)
- at appeng.common.base.AppEngTile.func_70316_g(AppEngTile.java:540)
- at net.minecraft.world.World.func_72939_s(World.java:2202)
- at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:654)
- at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
- at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Stacktrace:
- at appeng.me.tile.TileController.updateStorageAware(TileController.java:1280)
- at appeng.me.tile.TileController.updateTileEntity(TileController.java:1145)
- at appeng.common.base.AppEngTile.func_70316_g(AppEngTile.java:540)
- -- Tile entity being ticked --
- Details:
- Name: appeng.me.TileController // appeng.me.tile.TileController
- Block type: ID #900 (tile.null // appeng.common.base.AppEngMultiBlock)
- Block data value: 2 / 0x2 / 0b0010
- Block location: World: (564,41,245), Chunk: (at 4,2,5 in 35,15; contains blocks 560,0,240 to 575,255,255), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
- Actual block type: ID #900 (tile.null // appeng.common.base.AppEngMultiBlock)
- Actual block data value: 2 / 0x2 / 0b0010
- Stacktrace:
- at net.minecraft.world.World.func_72939_s(World.java:2202)
- at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)