Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. AppleCore (AppleCore-mc1.10.2-2.0.0.jar)
  5. HFTransformer (Harvest-Festival-1.10.2-0.5.0-2.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // Don't be sad, have a hug! <3
  9.  
  10. Time: 8/30/16 12:18 AM
  11. Description: Exception in server tick loop
  12.  
  13. java.util.ConcurrentModificationException
  14. at java.util.HashMap$HashIterator.nextNode(Unknown Source)
  15. at java.util.HashMap$KeyIterator.next(Unknown Source)
  16. at joshie.harvest.animals.AnimalTrackerServer.newDay(AnimalTrackerServer.java:34)
  17. at joshie.harvest.core.handlers.EventsHandler.newDay(EventsHandler.java:60)
  18. at joshie.harvest.core.handlers.EventsHandler.onTick(EventsHandler.java:45)
  19. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_66_EventsHandler_onTick_ServerTickEvent.invoke(.dynamic)
  20. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
  21. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  22. at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:261)
  23. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:657)
  24. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
  25. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  26. at java.lang.Thread.run(Unknown Source)
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- System Details --
  33. Details:
  34. Minecraft Version: 1.10.2
  35. Operating System: Windows 10 (amd64) version 10.0
  36. Java Version: 1.8.0_102, Oracle Corporation
  37. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  38. Memory: 227671464 bytes (217 MB) / 2229796864 bytes (2126 MB) up to 4772593664 bytes (4551 MB)
  39. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5120m -Xms256m -XX:PermSize=256m
  40. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  41. FML: MCP 9.32 Powered by Forge 12.18.1.2076 11 mods loaded, 11 mods active
  42. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  43. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  44. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2076.jar)
  45. UCHIJAAAA Forge{12.18.1.2076} [Minecraft Forge] (forge-1.10.2-12.18.1.2076.jar)
  46. UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)
  47. UCHIJAAAA JEI{3.9.0.246} [Just Enough Items] (jei_1.10.2-3.9.0.246.jar)
  48. UCHIJAAAA AppleCore{2.0.0} [AppleCore] (AppleCore-mc1.10.2-2.0.0.jar)
  49. UCHIJAAAA appleskin{1.0.2} [AppleSkin] (AppleSkin-mc1.10.2-1.0.2.jar)
  50. UCHIJAAAA harvestfestival{0.5.0} [Harvest Festival] (Harvest-Festival-1.10.2-0.5.0-2.jar)
  51. UCHIJAAAA harvestcraft{1.9.4-1.10.2c} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2c.jar)
  52. UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  53. UCHIJAAAA WailaHarvestability{1.1.8} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.8.jar)
  54. Loaded coremods (and transformers):
  55. AppleCore (AppleCore-mc1.10.2-2.0.0.jar)
  56. squeek.applecore.asm.TransformerModuleHandler
  57. HFTransformer (Harvest-Festival-1.10.2-0.5.0-2.jar)
  58. joshie.harvest.asm.HFTransformer
  59. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  60. Profiler Position: N/A (disabled)
  61. Player Count: 1 / 8; [EntityPlayerMP['SeriousCreeper'/310, l='New World', x=89.66, y=241.00, z=252.07]]
  62. Type: Integrated Server (map_client.txt)
  63. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement