Advertisement
LostKitty

ForgeMod Client Crash log

May 29th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.89 KB | None | 0 0
  1. [12:15:58] [Client thread/INFO]: [CHAT] Welcome Player856.
  2. [12:15:58] [Client thread/INFO]: [CHAT] This server is running ForgeEssentials
  3. [12:15:58] [pool-3-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@1353720d[id=d57d87cd-d04d-3cef-89d6-abaa1a1b0b56,name=Player856,properties={},legacy=false]
  4. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  5. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
  6. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
  7. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
  8. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
  9. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
  10. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
  11. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
  12. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
  13. at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
  14. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
  15. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
  16. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
  17. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
  18. at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3060) [Minecraft.class:?]
  19. at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:131) [SkinManager$3.class:?]
  20. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_131]
  21. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_131]
  22. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_131]
  23. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_131]
  24. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  25. [12:16:09] [Client thread/INFO] [STDOUT]: [com.example.examplemod.ExampleMod:leftClickBlock:71]: Andesite
  26. [12:16:10] [Server thread/INFO] [STDOUT]: [com.example.examplemod.ExampleMod:leftClickBlock:71]: Andesite
  27. [12:16:14] [Server thread/INFO] [STDOUT]: [com.forgeessentials.protection.ProtectionEventHandler:playerInteractEvent:466]: THIS IS NOT IMPLEMENTED YET!!!!!!!!!!!!!!
  28. [12:16:17] [Server thread/INFO] [STDOUT]: [com.example.examplemod.ExampleMod:ArrowJoins:89]: An arrow entered the world
  29. [12:16:17] [Client thread/INFO] [STDOUT]: [com.example.examplemod.ExampleMod:ArrowJoins:89]: An arrow entered the world
  30. [12:16:18] [Server thread/ERROR]: Encountered an unexpected exception
  31. java.util.ConcurrentModificationException
  32. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1437) ~[?:1.8.0_131]
  33. at java.util.HashMap$KeyIterator.next(HashMap.java:1461) ~[?:1.8.0_131]
  34. at net.minecraft.entity.EntityTracker.updateTrackedEntities(EntityTracker.java:285) ~[EntityTracker.class:?]
  35. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:796) ~[MinecraftServer.class:?]
  36. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:688) ~[MinecraftServer.class:?]
  37. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156) ~[IntegratedServer.class:?]
  38. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:537) [MinecraftServer.class:?]
  39. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  40. [12:16:18] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Remmie's\Documents\ForgeMod Again\run\.\crash-reports\crash-2017-05-29_12.16.18-server.txt
  41. [12:16:18] [Server thread/INFO]: Stopping server
  42. [12:16:18] [Server thread/INFO]: Saving players
  43. [12:16:18] [Server thread/INFO]: Saving worlds
  44. [12:16:18] [Server thread/INFO]: Saving chunks for level 'YES2'/Overworld
  45. [12:16:18] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: ---- Minecraft Crash Report ----
  46. // My bad.
  47.  
  48. Time: 5/29/17 12:16 PM
  49. Description: Exception in server tick loop
  50.  
  51. java.util.ConcurrentModificationException
  52. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1437)
  53. at java.util.HashMap$KeyIterator.next(HashMap.java:1461)
  54. at net.minecraft.entity.EntityTracker.updateTrackedEntities(EntityTracker.java:285)
  55. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:796)
  56. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:688)
  57. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
  58. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:537)
  59. at java.lang.Thread.run(Thread.java:748)
  60.  
  61.  
  62. A detailed walkthrough of the error, its code path and all known details is as follows:
  63. ---------------------------------------------------------------------------------------
  64.  
  65. -- System Details --
  66. Details:
  67. Minecraft Version: 1.10.2
  68. Operating System: Windows 7 (amd64) version 6.1
  69. Java Version: 1.8.0_131, Oracle Corporation
  70. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  71. Memory: 733078384 bytes (699 MB) / 1584398336 bytes (1511 MB) up to 2844786688 bytes (2713 MB)
  72. JVM Flags: 0 total;
  73. IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
  74. FML: MCP 9.32 Powered by Forge 12.18.3.2185 6 mods loaded, 6 mods active
  75. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  76. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  77. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.3.2185.jar)
  78. UCHIJAAAA Forge{12.18.3.2185} [Minecraft Forge] (forgeSrc-1.10.2-12.18.3.2185.jar)
  79. UCHIJAAAA examplemod{1.0} [Example Mod] (ForgeMod Again)
  80. UCHIJAAAA forgeessentials{10.1.0} [Forge Essentials] (forgeessentials-10.1-SNAPSHOT-dev.jar)
  81. UCHIJAAAA worldedit{6.1.5} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.5-dev.jar)
  82. Loaded coremods (and transformers):
  83. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  84. ForgeEssentials: Running ForgeEssentials 10.1.0 (N/A). Modules loaded: Afterlife, Backups, Chat, Commands, Economy, JScripting, Multiworld, Permissions, PlayerLogger, Protection, Remote, SignTools, Teleport, Tickets, WEIntegrationTools, WorldBorder, factions, mapper
  85. Profiler Position: N/A (disabled)
  86. Player Count: 1 / 8; [EntityPlayerMP['Player856'/4763, l='YES2', x=-221.84, y=80.53, z=264.72]]
  87. Type: Integrated Server (map_client.txt)
  88. Is Modded: Definitely; Client brand changed to 'fml,forge'
  89. [12:16:18] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2017-05-29_12.16.18-server.txt
  90. [12:16:18] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
  91. [12:16:18] [Server thread/INFO]: Saving chunks for level 'YES2'/Nether
  92. [12:16:18] [Server thread/INFO]: Saving chunks for level 'YES2'/The End
  93. [12:16:18] [Thread-24/INFO]: Starting backup of dim 0...
  94. [12:16:18] [Thread-24/INFO] [forgeessentials]: Listing files for backup of world 0
  95. [12:16:18] [Thread-24/INFO]: Backup finished
  96. [12:16:18] [Server thread/INFO] [FML]: Unloading dimension 0
  97. [12:16:18] [Server thread/INFO] [FML]: Unloading dimension -1
  98. [12:16:18] [Thread-25/INFO]: Starting backup of dim -1...
  99. [12:16:18] [Server thread/INFO] [FML]: Unloading dimension 1
  100. [12:16:18] [Thread-25/INFO] [forgeessentials]: Listing files for backup of world -1
  101. [12:16:18] [Thread-25/INFO]: Backup finished
  102. [12:16:18] [Thread-26/INFO]: Starting backup of dim 1...
  103. [12:16:18] [Thread-26/INFO] [forgeessentials]: Listing files for backup of world 1
  104. [12:16:18] [Thread-26/INFO]: Backup finished
  105. [12:16:18] [Server thread/INFO] [FML]: Applying holder lookups
  106. [12:16:18] [Server thread/INFO] [FML]: Holder lookups applied
  107. [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.ArrayIndexOutOfBoundsException: 0
  108. [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.server.management.PlayerList.canSendCommands(PlayerList.java:926)
  109. [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.api.permissions.ServerZone.getAdditionalPlayerGroups(ServerZone.java:327)
  110. [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.api.permissions.ServerZone.getPlayerGroups(ServerZone.java:404)
  111. [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.api.permissions.ServerZone.getPlayerGroups(ServerZone.java:409)
  112. [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.permissions.core.ZonedPermissionHelper.getPlayerGroups(ZonedPermissionHelper.java:904)
  113. [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.permissions.core.ZonedPermissionHelper.getUserPermissionProperty(ZonedPermissionHelper.java:963)
  114. [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.api.UserIdent.getPermissionProperty(UserIdent.java:596)
  115. [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.commands.util.ModuleCommandsEventHandler.run(ModuleCommandsEventHandler.java:46)
  116. [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.core.misc.TaskRegistry$1.run(TaskRegistry.java:188)
  117. [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.TimerThread.mainLoop(Timer.java:555)
  118. [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.TimerThread.run(Timer.java:505)
  119. Exception in thread "Timer-0" [12:16:18] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  120. [12:16:18] [Client thread/INFO] [FML]: Server terminated.
  121. [12:16:18] [Client Shutdown Thread/INFO]: Stopping server
  122. [12:16:18] [Client Shutdown Thread/INFO]: Saving players
  123. AL lib: (EE) alc_cleanup: 1 device not closed
  124.  
  125. Process finished with exit code -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement