Title explains it. Someone joining the server causes it to crash. We made another server with a fresh world which worked fine which means something in the old world is changed or removed? Server ran fine earlier.
How would I go about fixing this? Looks like some trees in the world are causing the crash, but I'm not sure tbh.
Rest of the crash report is in the text file attached
Thanks
How would I go about fixing this? Looks like some trees in the world are causing the crash, but I'm not sure tbh.
Rest of the crash report is in the text file attached
Thanks
Code:
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 1/8/13 5:09 PM
Description: Ticking entity
java.lang.NullPointerException
at forestry.core.genetics.Chromosome.writeToNBT(Chromosome.java:50)
at forestry.core.genetics.Genome.writeToNBT(Genome.java:58)
at forestry.arboriculture.genetics.Tree.writeToNBT(Tree.java:75)
at forestry.arboriculture.gadgets.TileTreeContainer.b(TileTreeContainer.java:38)
at forestry.arboriculture.gadgets.TileLeaves.b(TileLeaves.java:32)
at forestry.core.network.PacketTileNBT.<init>(PacketTileNBT.java:28)
at forestry.arboriculture.gadgets.TileTreeContainer.l(TileTreeContainer.java:70)
at iq.b(EntityPlayerMP.java:446)
at iq.j_(EntityPlayerMP.java:269)
at yc.a(World.java:2295)
at in.a(WorldServer.java:647)
at yc.g(World.java:2257)
at yc.h(World.java:2103)
at in.h(WorldServer.java:516)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
at ho.r(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at forestry.core.genetics.Chromosome.writeToNBT(Chromosome.java:50)
at forestry.core.genetics.Genome.writeToNBT(Genome.java:58)
at forestry.arboriculture.genetics.Tree.writeToNBT(Tree.java:75)
at forestry.arboriculture.gadgets.TileTreeContainer.b(TileTreeContainer.java:38)
at forestry.arboriculture.gadgets.TileLeaves.b(TileLeaves.java:32)
at forestry.core.network.PacketTileNBT.<init>(PacketTileNBT.java:28)
at forestry.arboriculture.gadgets.TileTreeContainer.l(TileTreeContainer.java:70)
at iq.b(EntityPlayerMP.java:446)
at iq.j_(EntityPlayerMP.java:269)
at yc.a(World.java:2295)
at in.a(WorldServer.java:647)
at yc.g(World.java:2257)