Advertisement
Guest User

Console

a guest
Mar 3rd, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.42 KB | None | 0 0
  1. 2014-03-03 17:28:38 [Avertissement] [Minecraft-Server] Skipping Entity with id 3
  2. 2014-03-03 17:28:38 [Infos] [STDERR] java.lang.reflect.InvocationTargetException
  3. 2014-03-03 17:28:38 [Infos] [STDERR]    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  4. 2014-03-03 17:28:38 [Infos] [STDERR]    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  5. 2014-03-03 17:28:38 [Infos] [STDERR]    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  6. 2014-03-03 17:28:38 [Infos] [STDERR]    at java.lang.reflect.Constructor.newInstance(Unknown Source)
  7. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.EntityList.createEntityByID(EntityList.java:205)
  8. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.item.ItemMonsterPlacer.spawnCreature(ItemMonsterPlacer.java:175)
  9. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.item.ItemMonsterPlacer.onItemUse(ItemMonsterPlacer.java:81)
  10. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.item.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:153)
  11. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.item.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:434)
  12. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.network.NetServerHandler.handlePlace(NetServerHandler.java:556)
  13. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.network.packet.Packet15Place.processPacket(Packet15Place.java:79)
  14. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.network.MemoryConnection.processReadPackets(MemoryConnection.java:89)
  15. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.network.NetServerHandler.networkTick(NetServerHandler.java:141)
  16. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.network.NetworkListenThread.networkTick(NetworkListenThread.java:54)
  17. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.server.integrated.IntegratedServerListenThread.networkTick(IntegratedServerListenThread.java:109)
  18. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:691)
  19. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:587)
  20. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:129)
  21. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
  22. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  23. 2014-03-03 17:28:38 [Infos] [STDERR] Caused by: java.lang.NullPointerException
  24. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.EntityLiving.setCurrentItemOrArmor(EntityLiving.java:812)
  25. 2014-03-03 17:28:38 [Infos] [STDERR]    at modendercraft.EntityChevalier.entityInit(EntityChevalier.java:30)
  26. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.Entity.<init>(Entity.java:270)
  27. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:192)
  28. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:85)
  29. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.EntityCreature.<init>(EntityCreature.java:40)
  30. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.monster.EntityMob.<init>(EntityMob.java:19)
  31. 2014-03-03 17:28:38 [Infos] [STDERR]    at modendercraft.EntityChevalier.<init>(EntityChevalier.java:22)
  32. 2014-03-03 17:28:38 [Infos] [STDERR]    ... 20 more
  33. 2014-03-03 17:28:38 [Avertissement] [Minecraft-Server] Skipping Entity with id 3
  34. 2014-03-03 17:28:38 [Infos] [STDERR] java.lang.reflect.InvocationTargetException
  35. 2014-03-03 17:28:38 [Infos] [STDERR]    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  36. 2014-03-03 17:28:38 [Infos] [STDERR]    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  37. 2014-03-03 17:28:38 [Infos] [STDERR]    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  38. 2014-03-03 17:28:38 [Infos] [STDERR]    at java.lang.reflect.Constructor.newInstance(Unknown Source)
  39. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.EntityList.createEntityByID(EntityList.java:205)
  40. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.item.ItemMonsterPlacer.spawnCreature(ItemMonsterPlacer.java:175)
  41. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.item.ItemMonsterPlacer.onItemUse(ItemMonsterPlacer.java:81)
  42. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.item.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:153)
  43. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.item.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:434)
  44. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.network.NetServerHandler.handlePlace(NetServerHandler.java:556)
  45. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.network.packet.Packet15Place.processPacket(Packet15Place.java:79)
  46. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.network.MemoryConnection.processReadPackets(MemoryConnection.java:89)
  47. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.network.NetServerHandler.networkTick(NetServerHandler.java:141)
  48. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.network.NetworkListenThread.networkTick(NetworkListenThread.java:54)
  49. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.server.integrated.IntegratedServerListenThread.networkTick(IntegratedServerListenThread.java:109)
  50. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:691)
  51. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:587)
  52. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:129)
  53. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
  54. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  55. 2014-03-03 17:28:38 [Infos] [STDERR] Caused by: java.lang.NullPointerException
  56. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.EntityLiving.setCurrentItemOrArmor(EntityLiving.java:812)
  57. 2014-03-03 17:28:38 [Infos] [STDERR]    at modendercraft.EntityChevalier.entityInit(EntityChevalier.java:30)
  58. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.Entity.<init>(Entity.java:270)
  59. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:192)
  60. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.EntityLiving.<init>(EntityLiving.java:85)
  61. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.EntityCreature.<init>(EntityCreature.java:40)
  62. 2014-03-03 17:28:38 [Infos] [STDERR]    at net.minecraft.entity.monster.EntityMob.<init>(EntityMob.java:19)
  63. 2014-03-03 17:28:38 [Infos] [STDERR]    at modendercraft.EntityChevalier.<init>(EntityChevalier.java:22)
  64. 2014-03-03 17:28:38 [Infos] [STDERR]    ... 20 more
  65. 2014-03-03 17:28:38 [Avertissement] [Minecraft-Server] Skipping Entity with id 3
  66. 2014-03-03 17:28:39 [Infos] [Minecraft-Server] Saving and pausing game...
  67. 2014-03-03 17:28:39 [Infos] [Minecraft-Server] Saving chunks for level 'New World'/Overworld
  68. 2014-03-03 17:28:39 [Infos] [Minecraft-Server] Saving chunks for level 'New World'/Nether
  69. 2014-03-03 17:28:39 [Infos] [Minecraft-Server] Saving chunks for level 'New World'/The End
  70. 2014-03-03 17:28:41 [Infos] [Minecraft-Client] Stopping!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement