Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [12:15:58] [Client thread/INFO]: [CHAT] Welcome Player856.
- [12:15:58] [Client thread/INFO]: [CHAT] This server is running ForgeEssentials
- [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]
- com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
- at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
- at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
- at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
- at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
- at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
- at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
- at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
- at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
- at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
- at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
- at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
- at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
- at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
- at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3060) [Minecraft.class:?]
- at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:131) [SkinManager$3.class:?]
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_131]
- at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_131]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_131]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_131]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
- [12:16:09] [Client thread/INFO] [STDOUT]: [com.example.examplemod.ExampleMod:leftClickBlock:71]: Andesite
- [12:16:10] [Server thread/INFO] [STDOUT]: [com.example.examplemod.ExampleMod:leftClickBlock:71]: Andesite
- [12:16:14] [Server thread/INFO] [STDOUT]: [com.forgeessentials.protection.ProtectionEventHandler:playerInteractEvent:466]: THIS IS NOT IMPLEMENTED YET!!!!!!!!!!!!!!
- [12:16:17] [Server thread/INFO] [STDOUT]: [com.example.examplemod.ExampleMod:ArrowJoins:89]: An arrow entered the world
- [12:16:17] [Client thread/INFO] [STDOUT]: [com.example.examplemod.ExampleMod:ArrowJoins:89]: An arrow entered the world
- [12:16:18] [Server thread/ERROR]: Encountered an unexpected exception
- java.util.ConcurrentModificationException
- at java.util.HashMap$HashIterator.nextNode(HashMap.java:1437) ~[?:1.8.0_131]
- at java.util.HashMap$KeyIterator.next(HashMap.java:1461) ~[?:1.8.0_131]
- at net.minecraft.entity.EntityTracker.updateTrackedEntities(EntityTracker.java:285) ~[EntityTracker.class:?]
- at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:796) ~[MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:688) ~[MinecraftServer.class:?]
- at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156) ~[IntegratedServer.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:537) [MinecraftServer.class:?]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
- [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
- [12:16:18] [Server thread/INFO]: Stopping server
- [12:16:18] [Server thread/INFO]: Saving players
- [12:16:18] [Server thread/INFO]: Saving worlds
- [12:16:18] [Server thread/INFO]: Saving chunks for level 'YES2'/Overworld
- [12:16:18] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649]: ---- Minecraft Crash Report ----
- // My bad.
- Time: 5/29/17 12:16 PM
- Description: Exception in server tick loop
- java.util.ConcurrentModificationException
- at java.util.HashMap$HashIterator.nextNode(HashMap.java:1437)
- at java.util.HashMap$KeyIterator.next(HashMap.java:1461)
- at net.minecraft.entity.EntityTracker.updateTrackedEntities(EntityTracker.java:285)
- at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:796)
- at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:688)
- at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:537)
- at java.lang.Thread.run(Thread.java:748)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- System Details --
- Details:
- Minecraft Version: 1.10.2
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.8.0_131, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 733078384 bytes (699 MB) / 1584398336 bytes (1511 MB) up to 2844786688 bytes (2713 MB)
- JVM Flags: 0 total;
- IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
- FML: MCP 9.32 Powered by Forge 12.18.3.2185 6 mods loaded, 6 mods active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
- UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.3.2185.jar)
- UCHIJAAAA Forge{12.18.3.2185} [Minecraft Forge] (forgeSrc-1.10.2-12.18.3.2185.jar)
- UCHIJAAAA examplemod{1.0} [Example Mod] (ForgeMod Again)
- UCHIJAAAA forgeessentials{10.1.0} [Forge Essentials] (forgeessentials-10.1-SNAPSHOT-dev.jar)
- UCHIJAAAA worldedit{6.1.5} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.5-dev.jar)
- Loaded coremods (and transformers):
- GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
- 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
- Profiler Position: N/A (disabled)
- Player Count: 1 / 8; [EntityPlayerMP['Player856'/4763, l='YES2', x=-221.84, y=80.53, z=264.72]]
- Type: Integrated Server (map_client.txt)
- Is Modded: Definitely; Client brand changed to 'fml,forge'
- [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
- [12:16:18] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
- [12:16:18] [Server thread/INFO]: Saving chunks for level 'YES2'/Nether
- [12:16:18] [Server thread/INFO]: Saving chunks for level 'YES2'/The End
- [12:16:18] [Thread-24/INFO]: Starting backup of dim 0...
- [12:16:18] [Thread-24/INFO] [forgeessentials]: Listing files for backup of world 0
- [12:16:18] [Thread-24/INFO]: Backup finished
- [12:16:18] [Server thread/INFO] [FML]: Unloading dimension 0
- [12:16:18] [Server thread/INFO] [FML]: Unloading dimension -1
- [12:16:18] [Thread-25/INFO]: Starting backup of dim -1...
- [12:16:18] [Server thread/INFO] [FML]: Unloading dimension 1
- [12:16:18] [Thread-25/INFO] [forgeessentials]: Listing files for backup of world -1
- [12:16:18] [Thread-25/INFO]: Backup finished
- [12:16:18] [Thread-26/INFO]: Starting backup of dim 1...
- [12:16:18] [Thread-26/INFO] [forgeessentials]: Listing files for backup of world 1
- [12:16:18] [Thread-26/INFO]: Backup finished
- [12:16:18] [Server thread/INFO] [FML]: Applying holder lookups
- [12:16:18] [Server thread/INFO] [FML]: Holder lookups applied
- [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.ArrayIndexOutOfBoundsException: 0
- [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.server.management.PlayerList.canSendCommands(PlayerList.java:926)
- [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.api.permissions.ServerZone.getAdditionalPlayerGroups(ServerZone.java:327)
- [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.api.permissions.ServerZone.getPlayerGroups(ServerZone.java:404)
- [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.api.permissions.ServerZone.getPlayerGroups(ServerZone.java:409)
- [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.permissions.core.ZonedPermissionHelper.getPlayerGroups(ZonedPermissionHelper.java:904)
- [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.permissions.core.ZonedPermissionHelper.getUserPermissionProperty(ZonedPermissionHelper.java:963)
- [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.api.UserIdent.getPermissionProperty(UserIdent.java:596)
- [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.commands.util.ModuleCommandsEventHandler.run(ModuleCommandsEventHandler.java:46)
- [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.forgeessentials.core.misc.TaskRegistry$1.run(TaskRegistry.java:188)
- [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.TimerThread.mainLoop(Timer.java:555)
- [12:16:18] [Timer-0/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.TimerThread.run(Timer.java:505)
- 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.
- [12:16:18] [Client thread/INFO] [FML]: Server terminated.
- [12:16:18] [Client Shutdown Thread/INFO]: Stopping server
- [12:16:18] [Client Shutdown Thread/INFO]: Saving players
- AL lib: (EE) alc_cleanup: 1 device not closed
- Process finished with exit code -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement