EchoPet

EchoPet

882k Downloads

i got an error

chris998 opened this issue ยท 4 comments

commented

when i try do /pet cow my server crashed and got this error in my console

20.12 19:44:54 [Multicraft] Skipped 22 lines due to rate limit (30/s)
20.12 19:44:47 [Server] INFO at net.minecraft.server.v1_7_R4.World.playerJoinedWorld(World.java:1595) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:47 [Server] INFO at net.minecraft.server.v1_7_R4.World.entityJoinedWorld(World.java:1620) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:47 [Server] INFO at com.dsh105.echopet.compat.nms.v1_7_R4.entity.EntityPet.h(EntityPet.java:450) ~[?:?]
20.12 19:44:47 [Server] INFO at com.dsh105.echopet.compat.nms.v1_7_R4.entity.EntityPet.onLive(EntityPet.java:295) ~[?:?]
20.12 19:44:47 [Server] INFO at com.dsh105.echopet.api.PetManager.removePet(PetManager.java:327) ~[?:?]
20.12 19:44:47 [Server] INFO at com.dsh105.echopet.api.pet.Pet.removePet(Pet.java:208) ~[?:?]
20.12 19:44:47 [Server] INFO at com.dsh105.echopet.api.pet.Pet.getCraftPet(Pet.java:82) ~[?:?]
20.12 19:44:47 [Server] INFO java.lang.NullPointerException
20.12 19:44:47 [Server] ERROR Cause of unexpected exception was
20.12 19:44:47 [Server] INFO ... 4 more
20.12 19:44:47 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:706) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:47 [Server] INFO at net.minecraft.server.v1_7_R4.WorldServer.tickEntities(WorldServer.java:516) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:47 [Server] INFO at net.minecraft.server.v1_7_R4.World.tickEntities(World.java:1460) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:47 [Server] INFO at net.minecraft.server.v1_7_R4.World.playerJoinedWorld(World.java:1595) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:47 [Server] INFO at net.minecraft.server.v1_7_R4.World.entityJoinedWorld(World.java:1620) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:47 [Server] INFO at com.dsh105.echopet.compat.nms.v1_7_R4.entity.EntityPet.h(EntityPet.java:450) ~[?:?]
20.12 19:44:47 [Server] INFO at com.dsh105.echopet.compat.nms.v1_7_R4.entity.EntityPet.onLive(EntityPet.java:295) ~[?:?]
20.12 19:44:47 [Server] INFO at com.dsh105.echopet.api.PetManager.removePet(PetManager.java:327) ~[?:?]
20.12 19:44:47 [Server] INFO at com.dsh105.echopet.api.pet.Pet.removePet(Pet.java:208) ~[?:?]
20.12 19:44:47 [Server] INFO at com.dsh105.echopet.api.pet.Pet.getCraftPet(Pet.java:82) ~[?:?]
20.12 19:44:47 [Server] INFO Caused by: java.lang.NullPointerException
20.12 19:44:47 [Server] INFO at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1627]
20.12 19:44:47 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1627]
20.12 19:44:47 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:47 [Server] INFO at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:47 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:717) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:47 [Server] INFO net.minecraft.server.v1_7_R4.ReportedException: Ticking entity
20.12 19:44:47 [Server] ERROR Encountered an unexpected exception
20.12 19:44:47 [Server] INFO Dawn_StarReunite left the game.
20.12 19:44:46 [Disconnect] User Dawn_StarReunite has disconnected, reason: Internal Exception: java.io.IOException: Connection reset by peer
20.12 19:44:46 [Multicraft] Skipped 87 lines due to rate limit (30/s)
20.12 19:44:45 [Server] INFO at com.dsh105.echopet.compat.api.registration.PetRegistry.performRegistration(PetRegistry.java:119) ~[?:?]
20.12 19:44:45 [Server] INFO at com.dsh105.echopet.compat.api.registration.PetRegistry$1.call(PetRegistry.java:102) ~[?:?]
20.12 19:44:45 [Server] INFO at com.dsh105.echopet.compat.api.registration.PetRegistry$1.call(PetRegistry.java:105) ~[?:?]
20.12 19:44:45 [Server] INFO at com.dsh105.echopet.compat.api.registration.PetRegistrationEntry.createFor(PetRegistrationEntry.java:85) ~[?:?]
20.12 19:44:45 [Server] INFO Caused by: java.lang.IllegalStateException: Failed to create pet object for Dawn_StarReunite
20.12 19:44:45 [Server] INFO ... 12 more
20.12 19:44:45 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at com.dsh105.echopet.commands.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:46) ~[?:?]
20.12 19:44:45 [Server] INFO at com.dsh105.echopet.commands.PetCommand.onCommand(PetCommand.java:412) ~[?:?]
20.12 19:44:45 [Server] INFO at com.dsh105.echopet.api.PetManager.createPet(PetManager.java:120) ~[?:?]
20.12 19:44:45 [Server] INFO at com.dsh105.echopet.compat.api.entity.PetType.getNewPetInstance(PetType.java:143) ~[?:?]
20.12 19:44:45 [Server] INFO at com.dsh105.echopet.compat.api.registration.PetRegistry.spawn(PetRegistry.java:102) ~[?:?]
20.12 19:44:45 [Server] INFO at com.dsh105.echopet.compat.api.registration.PetRegistry.performRegistration(PetRegistry.java:121) ~[?:?]
20.12 19:44:45 [Server] INFO Caused by: com.dsh105.echopet.compat.api.registration.PetRegistrationException: java.lang.IllegalStateException: Failed to create pet object for Dawn_StarReunite
20.12 19:44:45 [Server] INFO at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:184) [spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:850) [spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1013) [spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:188) ~[spigot.jar:git-Spigot-1627]
20.12 19:44:45 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing 'pet cow' in com.dsh105.echopet.commands.util.DynamicPluginCommand(pet)
20.12 19:44:45 [Server] ERROR null
commented

Try a development build or wait until I publish the next release on BukkitDev :).

commented

Also closing as this has already been resolved; #461.

commented

i download the link that you gave me Should be fixed as of this build: http://ci.dsh105.com/job/EchoPet-v2/32/

It doesn't even load in the console, when i am in the game i do /pl it dont even show up in the list.

commented

I don't see any error that you've given me.