Advertisement
Guest User

Untitled

a guest
Feb 8th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. 2014-02-08 18:10:05 [INFO] [EchoPet] [SEVERE] Failed to create new EntityLivingPet instance.
  2. 2014-02-08 18:10:05 [INFO] [EchoPet] [SEVERE] See the Log File for details [EchoPet.log].
  3. 2014-02-08 18:10:05 [INFO] [EchoPet] [SEVERE] Failed to create new LivingPet instance [CREEPER].
  4. 2014-02-08 18:10:05 [INFO] [EchoPet] [SEVERE] See the Log File for details [EchoPet.log].
  5. 2014-02-08 18:10:05 [SEVERE] null
  6. 08/02/2014]---[18:10:05]?4[?cEchoPet?4]?r ?c[SEVERE] Failed to create new LivingPet instance [CREEPER].
  7. java.lang.reflect.InvocationTargetException
  8. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  9. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  10. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  11. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  12. at io.github.dsh105.echopet.entity.living.data.PetType.getNewPetInstance(PetType.java:208)
  13. at io.github.dsh105.echopet.data.PetHandler.createPet(PetHandler.java:120)
  14. at io.github.dsh105.echopet.commands.PetCommand.onCommand(PetCommand.java:314)
  15. at io.github.dsh105.echopet.commands.CustomCommand.execute(CustomCommand.java:21)
  16. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
  17. at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:532)
  18. at net.minecraft.network.NetServerHandler.func_72566_d(NetServerHandler.java:1389)
  19. at net.minecraft.network.NetServerHandler.chat(NetServerHandler.java:1253)
  20. at net.minecraft.network.NetServerHandler.func_72481_a(NetServerHandler.java:1185)
  21. at net.minecraft.network.packet.Packet3Chat.func_73279_a(Packet3Chat.java:68)
  22. at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:470)
  23. at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:233)
  24. at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
  25. at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(DedicatedServerListenThread.java:34)
  26. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:926)
  27. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
  28. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:793)
  29. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:675)
  30. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  31. Caused by: java.lang.NullPointerException
  32. at io.github.dsh105.echopet.entity.living.LivingPet.createPet(LivingPet.java:152)
  33. at io.github.dsh105.echopet.entity.living.LivingPet.<init>(LivingPet.java:44)
  34. at io.github.dsh105.echopet.entity.living.type.creeper.CreeperPet.<init>(CreeperPet.java:13)
  35. ... 23 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement