Hello
Sorry for my bad english.
Didn't know where to put this so if this don't belong here, sorry for any inconvenience this can cause. Also, don't know if this is know or not but I searched int the forum and didn't found anything.
I have a private server and it closed unexpectedly. The crash it gave is:
[20:40:35] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking block entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:715) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) ~[ld.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.lang.NullPointerException
at ic2.core.item.DamageHandler.setDamage(DamageHandler.java:24) ~[DamageHandler.class:?]
at ic2.core.block.invslot.InvSlotConsumable.damage(InvSlotConsumable.java:150) ~[InvSlotConsumable.class:?]
at ic2.core.block.invslot.InvSlotConsumable.damage(InvSlotConsumable.java:109) ~[InvSlotConsumable.class:?]
at ic2.core.block.kineticgenerator.tileentity.TileEntityWindKineticGenerator.updateEntityServer(TileEntityWindKineticGenerator.java:96) ~[TileEntityWindKineticGenerator.class:?]
at ic2.core.block.TileEntityBlock.func_73660_a(TileEntityBlock.java:293) ~[TileEntityBlock.class:?]
at net.minecraft.world.World.func_72939_s(World.java:1804) ~[aid.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620) ~[ls.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709) ~[MinecraftServer.class:?]
... 4 more
I suspect that it has to do with the breaking of a rotor of a wind turbine. I edited the world to remove the rotor and it had a damage value of 10799. Don't know if that info is relevant.
Also, I'm using the version 184. If this was solved already, sorry for asking this.
Thanks in advance.