EchoPet

EchoPet

882k Downloads

NPE: Ticking entity

ItsHarry opened this issue ยท 0 comments

commented

Server crashed with following stack trace:

java.lang.NullPointerException: Ticking entity
    at com.dsh105.echopet.compat.api.plugin.uuid.UUIDMigration.getIdentificationFor(UUIDMigration.java:36)
    at com.dsh105.echopet.api.PetManager.removePets(PetManager.java:310)
    at com.dsh105.echopet.api.PetManager.removePet(PetManager.java:319)
    at com.dsh105.echopet.compat.nms.v1_7_R2.entity.EntityPet.onLive(EntityPet.java:286)
    at com.dsh105.echopet.compat.nms.v1_7_R2.entity.EntityPet.h(EntityPet.java:444)
    at net.minecraft.server.v1_7_R2.World.entityJoinedWorld(World.java:1486)
    at net.minecraft.server.v1_7_R2.World.playerJoinedWorld(World.java:1462)
    at net.minecraft.server.v1_7_R2.World.tickEntities(World.java:1329)
    at net.minecraft.server.v1_7_R2.WorldServer.tickEntities(WorldServer.java:515)
    at net.minecraft.server.v1_7_R2.MinecraftServer.v(MinecraftServer.java:678)
    at net.minecraft.server.v1_7_R2.DedicatedServer.v(DedicatedServer.java:273)
    at net.minecraft.server.v1_7_R2.MinecraftServer.u(MinecraftServer.java:568)
    at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:474)
    at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618)