Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.50 KB | None | 0 0
  1. [11:02:45] [Server thread/INFO]: Preparing spawn area: 89%
  2. [11:02:45] [Server thread/INFO]: Changing view distance to 12, from 10
  3. [11:02:46] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
  4. [11:02:46] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
  5. [11:02:46] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 12 mods : minecraft@1.11.2,getalltheseeds@1.11a,FML@8.0.99.99,forge@13.20.0.2201,harvestcraft@1.11.2a,simplerecipes@1.11a,bonecraft@1.9.4-1.10.2d,needmoarsticks@1.11a,mcp@9.19,examplemod@1.0,clayspawn@1.11a,desertcraft@1.11a
  6. [11:02:46] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
  7. [11:02:46] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  8. [11:02:46] [Server thread/INFO]: Player43[local:E:2f295a3b] logged in with entity id 550 at (-118.5, 62.0, 249.5)
  9. [11:02:46] [Server thread/INFO]: Player43 joined the game
  10. [11:02:48] [Server thread/INFO]: Saving and pausing game...
  11. [11:02:48] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  12. [11:02:48] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@5524b265[id=f16c07c2-b584-3cdf-b107-12544f991913,name=Player43,properties={},legacy=false]
  13. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  14. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[YggdrasilAuthenticationService.class:?]
  15. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?]
  16. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) [YggdrasilMinecraftSessionService$1.class:?]
  17. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) [YggdrasilMinecraftSessionService$1.class:?]
  18. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
  19. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
  20. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
  21. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
  22. at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
  23. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
  24. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
  25. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
  26. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) [YggdrasilMinecraftSessionService.class:?]
  27. at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3056) [Minecraft.class:?]
  28. at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [SkinManager$3.class:?]
  29. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_111]
  30. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111]
  31. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_111]
  32. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_111]
  33. at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
  34. [11:02:48] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  35. [11:02:48] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  36. [11:02:50] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3279ms behind, skipping 65 tick(s)
  37. [11:02:53] [Server thread/INFO]: Player43 has just earned the achievement [Taking Inventory]
  38. [11:02:53] [Client thread/INFO]: [CHAT] Player43 has just earned the achievement [Taking Inventory]
  39. [11:03:06] [Server thread/FATAL]: Error executing task
  40. java.util.concurrent.ExecutionException: java.lang.NullPointerException: The validated object is null
  41. at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_111]
  42. at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_111]
  43. at net.minecraft.util.Util.runTask(Util.java:27) [Util.class:?]
  44. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:753) [MinecraftServer.class:?]
  45. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:698) [MinecraftServer.class:?]
  46. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156) [IntegratedServer.class:?]
  47. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:547) [MinecraftServer.class:?]
  48. at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
  49. Caused by: java.lang.NullPointerException: The validated object is null
  50. at org.apache.commons.lang3.Validate.notNull(Validate.java:222) ~[commons-lang3-3.3.2.jar:3.3.2]
  51. at org.apache.commons.lang3.Validate.notNull(Validate.java:203) ~[commons-lang3-3.3.2.jar:3.3.2]
  52. at net.minecraft.util.NonNullList.add(NonNullList.java:54) ~[NonNullList.class:?]
  53. at java.util.AbstractList.add(Unknown Source) ~[?:1.8.0_111]
  54. at net.minecraft.inventory.Container.getInventory(Container.java:64) ~[Container.class:?]
  55. at net.minecraft.inventory.Container.addListener(Container.java:53) ~[Container.class:?]
  56. at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:100) ~[FMLNetworkHandler.class:?]
  57. at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2733) ~[EntityPlayer.class:?]
  58. at com.pam.harvestcraft.blocks.blocks.ApiaryBlock.onBlockActivated(ApiaryBlock.java:59) ~[ApiaryBlock.class:?]
  59. at net.minecraft.server.management.PlayerInteractionManager.processRightClickBlock(PlayerInteractionManager.java:474) ~[PlayerInteractionManager.class:?]
  60. at net.minecraft.network.NetHandlerPlayServer.processTryUseItemOnBlock(NetHandlerPlayServer.java:712) ~[NetHandlerPlayServer.class:?]
  61. at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.processPacket(CPacketPlayerTryUseItemOnBlock.java:68) ~[CPacketPlayerTryUseItemOnBlock.class:?]
  62. at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.processPacket(CPacketPlayerTryUseItemOnBlock.java:13) ~[CPacketPlayerTryUseItemOnBlock.class:?]
  63. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?]
  64. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_111]
  65. at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_111]
  66. at net.minecraft.util.Util.runTask(Util.java:26) ~[Util.class:?]
  67. ... 5 more
  68. [11:03:06] [Server thread/ERROR]: Encountered an unexpected exception
  69. net.minecraft.util.ReportedException: Ticking player
  70. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:800) ~[MinecraftServer.class:?]
  71. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:698) ~[MinecraftServer.class:?]
  72. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156) ~[IntegratedServer.class:?]
  73. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:547) [MinecraftServer.class:?]
  74. at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
  75. Caused by: java.lang.NullPointerException
  76. at net.minecraft.item.ItemStack.areItemStacksEqual(ItemStack.java:442) ~[ItemStack.class:?]
  77. at net.minecraft.inventory.Container.detectAndSendChanges(Container.java:89) ~[Container.class:?]
  78. at com.pam.harvestcraft.gui.ContainerApiary.detectAndSendChanges(ContainerApiary.java:45) ~[ContainerApiary.class:?]
  79. at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:318) ~[EntityPlayerMP.class:?]
  80. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2108) ~[World.class:?]
  81. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:875) ~[WorldServer.class:?]
  82. at net.minecraft.world.World.updateEntity(World.java:2075) ~[World.class:?]
  83. at net.minecraft.world.WorldServer.tickPlayers(WorldServer.java:676) ~[WorldServer.class:?]
  84. at net.minecraft.world.World.updateEntities(World.java:1864) ~[World.class:?]
  85. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:647) ~[WorldServer.class:?]
  86. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:794) ~[MinecraftServer.class:?]
  87. ... 4 more
  88. [11:03:06] [Server thread/ERROR]: This crash report has been saved to: C:\Users\world\Desktop\Forge 1.11.2\run\.\crash-reports\crash-2017-01-18_11.03.06-server.txt
  89. [11:03:06] [Server thread/INFO]: Stopping server
  90. [11:03:06] [Server thread/INFO]: Saving players
  91. [11:03:07] [Server thread/INFO]: Saving worlds
  92. [11:03:07] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  93. [11:03:07] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  94. [11:03:07] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  95. [11:03:08] [Server thread/INFO] [FML]: Unloading dimension 0
  96. [11:03:08] [Server thread/INFO] [FML]: Unloading dimension -1
  97. [11:03:08] [Server thread/INFO] [FML]: Unloading dimension 1
  98. [11:03:08] [Server thread/INFO] [FML]: Applying holder lookups
  99. [11:03:08] [Server thread/INFO] [FML]: Holder lookups applied
  100. [11:03:08] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement