Advertisement
Creepinson

Untitled

Jun 17th, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. java.lang.reflect.InvocationTargetException
  2. [17:55:22] [Server thread/INFO]: [STDERR]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. [17:55:22] [Server thread/INFO]: [STDERR]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  4. [17:55:22] [Server thread/INFO]: [STDERR]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  5. [17:55:22] [Server thread/INFO]: [STDERR]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  6. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common.registry.EntityEntry.newInstance(EntityEntry.java:78)
  7. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.entity.EntityList.createEntityByIDFromName(EntityList.java:198)
  8. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.item.ItemMonsterPlacer.spawnCreature(ItemMonsterPlacer.java:244)
  9. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.item.ItemMonsterPlacer.onItemUse(ItemMonsterPlacer.java:100)
  10. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:823)
  11. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.item.ItemStack.onItemUse(ItemStack.java:179)
  12. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.server.management.PlayerInteractionManager.processRightClickBlock(PlayerInteractionManager.java:505)
  13. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.network.NetHandlerPlayServer.processTryUseItemOnBlock(NetHandlerPlayServer.java:712)
  14. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.processPacket(CPacketPlayerTryUseItemOnBlock.java:68)
  15. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.processPacket(CPacketPlayerTryUseItemOnBlock.java:13)
  16. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:21)
  17. [17:55:22] [Server thread/INFO]: [STDERR]: at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  18. [17:55:22] [Server thread/INFO]: [STDERR]: at java.util.concurrent.FutureTask.run(Unknown Source)
  19. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.util.Util.runTask(Util.java:29)
  20. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:754)
  21. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:699)
  22. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
  23. [17:55:22] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:548)
  24. [17:55:22] [Server thread/INFO]: [STDERR]: at java.lang.Thread.run(Unknown Source)
  25. [17:55:22] [Server thread/INFO]: [STDERR]: Caused by: java.lang.NullPointerException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement