Advertisement
sketaful

Minecraft Mod: Witches and More, Error: Endertroll

Aug 22nd, 2013
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.50 KB | None | 0 0
  1. 2013-08-23 01:37:06 [SEVERE] java.lang.reflect.InvocationTargetException
  2. 2013-08-23 01:37:06 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. 2013-08-23 01:37:06 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  4. 2013-08-23 01:37:06 [SEVERE]    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. 2013-08-23 01:37:06 [SEVERE]    at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  6. 2013-08-23 01:37:06 [SEVERE]    at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:247)
  7. 2013-08-23 01:37:06 [SEVERE]    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:358)
  8. 2013-08-23 01:37:06 [SEVERE]    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:809)
  9. 2013-08-23 01:37:06 [SEVERE]    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
  10. 2013-08-23 01:37:06 [SEVERE]    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
  11. 2013-08-23 01:37:06 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
  12. 2013-08-23 01:37:06 [SEVERE]    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
  13. 2013-08-23 01:37:06 [SEVERE] Caused by: java.lang.NullPointerException
  14. 2013-08-23 01:37:06 [SEVERE]    at witchesandmore.entities.EntityEnderTroll.func_70692_ba(EntityEnderTroll.java:89)
  15. 2013-08-23 01:37:06 [SEVERE]    at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:226)
  16. 2013-08-23 01:37:06 [SEVERE]    at net.minecraft.entity.EntityCreature.<init>(EntityCreature.java:29)
  17. 2013-08-23 01:37:06 [SEVERE]    at net.minecraft.entity.monster.EntityMob.<init>(EntityMob.java:20)
  18. 2013-08-23 01:37:06 [SEVERE]    at witchesandmore.entities.EntityEnderTroll.<init>(EntityEnderTroll.java:37)
  19. 2013-08-23 01:37:06 [SEVERE]    ... 11 more
  20. 2013-08-23 01:37:46 [SEVERE] java.lang.reflect.InvocationTargetException
  21. 2013-08-23 01:37:46 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  22. 2013-08-23 01:37:46 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  23. 2013-08-23 01:37:46 [SEVERE]    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  24. 2013-08-23 01:37:46 [SEVERE]    at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  25. 2013-08-23 01:37:46 [SEVERE]    at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:247)
  26. 2013-08-23 01:37:46 [SEVERE]    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:358)
  27. 2013-08-23 01:37:46 [SEVERE]    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:809)
  28. 2013-08-23 01:37:46 [SEVERE]    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
  29. 2013-08-23 01:37:46 [SEVERE]    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
  30. 2013-08-23 01:37:46 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
  31. 2013-08-23 01:37:46 [SEVERE]    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
  32. 2013-08-23 01:37:46 [SEVERE] Caused by: java.lang.NullPointerException
  33. 2013-08-23 01:37:46 [SEVERE]    at witchesandmore.entities.EntityEnderTroll.func_70692_ba(EntityEnderTroll.java:89)
  34. 2013-08-23 01:37:46 [SEVERE]    at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:226)
  35. 2013-08-23 01:37:46 [SEVERE]    at net.minecraft.entity.EntityCreature.<init>(EntityCreature.java:29)
  36. 2013-08-23 01:37:46 [SEVERE]    at net.minecraft.entity.monster.EntityMob.<init>(EntityMob.java:20)
  37. 2013-08-23 01:37:46 [SEVERE]    at witchesandmore.entities.EntityEnderTroll.<init>(EntityEnderTroll.java:37)
  38. 2013-08-23 01:37:46 [SEVERE]    ... 11 more
  39. 2013-08-23 01:39:26 [SEVERE] java.lang.reflect.InvocationTargetException
  40. 2013-08-23 01:39:26 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  41. 2013-08-23 01:39:26 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  42. 2013-08-23 01:39:26 [SEVERE]    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  43. 2013-08-23 01:39:26 [SEVERE]    at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  44. 2013-08-23 01:39:26 [SEVERE]    at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:247)
  45. 2013-08-23 01:39:26 [SEVERE]    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:358)
  46. 2013-08-23 01:39:26 [SEVERE]    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:809)
  47. 2013-08-23 01:39:26 [SEVERE]    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
  48. 2013-08-23 01:39:26 [SEVERE]    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
  49. 2013-08-23 01:39:26 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
  50. 2013-08-23 01:39:26 [SEVERE]    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
  51. 2013-08-23 01:39:26 [SEVERE] Caused by: java.lang.NullPointerException
  52. 2013-08-23 01:39:26 [SEVERE]    at witchesandmore.entities.EntityEnderTroll.func_70692_ba(EntityEnderTroll.java:89)
  53. 2013-08-23 01:39:26 [SEVERE]    at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:226)
  54. 2013-08-23 01:39:26 [SEVERE]    at net.minecraft.entity.EntityCreature.<init>(EntityCreature.java:29)
  55. 2013-08-23 01:39:26 [SEVERE]    at net.minecraft.entity.monster.EntityMob.<init>(EntityMob.java:20)
  56. 2013-08-23 01:39:26 [SEVERE]    at witchesandmore.entities.EntityEnderTroll.<init>(EntityEnderTroll.java:37)
  57. 2013-08-23 01:39:26 [SEVERE]    ... 11 more
  58. 2013-08-23 01:41:27 [SEVERE] java.lang.reflect.InvocationTargetException
  59. 2013-08-23 01:41:27 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  60. 2013-08-23 01:41:27 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  61. 2013-08-23 01:41:27 [SEVERE]    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  62. 2013-08-23 01:41:27 [SEVERE]    at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  63. 2013-08-23 01:41:27 [SEVERE]    at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:247)
  64. 2013-08-23 01:41:27 [SEVERE]    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:358)
  65. 2013-08-23 01:41:27 [SEVERE]    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:809)
  66. 2013-08-23 01:41:27 [SEVERE]    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
  67. 2013-08-23 01:41:27 [SEVERE]    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
  68. 2013-08-23 01:41:27 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
  69. 2013-08-23 01:41:27 [SEVERE]    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
  70. 2013-08-23 01:41:27 [SEVERE] Caused by: java.lang.NullPointerException
  71. 2013-08-23 01:41:27 [SEVERE]    at witchesandmore.entities.EntityEnderTroll.func_70692_ba(EntityEnderTroll.java:89)
  72. 2013-08-23 01:41:27 [SEVERE]    at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:226)
  73. 2013-08-23 01:41:27 [SEVERE]    at net.minecraft.entity.EntityCreature.<init>(EntityCreature.java:29)
  74. 2013-08-23 01:41:27 [SEVERE]    at net.minecraft.entity.monster.EntityMob.<init>(EntityMob.java:20)
  75. 2013-08-23 01:41:27 [SEVERE]    at witchesandmore.entities.EntityEnderTroll.<init>(EntityEnderTroll.java:37)
  76. 2013-08-23 01:41:27 [SEVERE]    ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement