Advertisement
Guest User

Untitled

a guest
Jun 6th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Java8CheckerCoremod (Pixelmon-1.8-4.1.1-universal.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Shall we play a game?
  8.  
  9. Time: 12/15/15 11:29 AM
  10. Description: Exception in server tick loop
  11.  
  12. java.util.ConcurrentModificationException
  13. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
  14. at java.util.HashMap$KeyIterator.next(HashMap.java:1453)
  15. at com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator.next(AbstractMapBasedMultimap.java:486)
  16. at net.minecraft.util.ClassInheritanceMultiMap$2.computeNext(SourceFile:90)
  17. at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143)
  18. at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138)
  19. at net.minecraft.world.World.func_175650_b(World.java:3126)
  20. at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:952)
  21. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46)
  22. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
  23. at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)
  24. at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
  25. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
  26. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:117)
  27. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:92)
  28. at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:302)
  29. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:112)
  30. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:126)
  31. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
  32. at java.lang.Thread.run(Thread.java:745)
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- System Details --
  39. Details:
  40. Minecraft Version: 1.8
  41. Operating System: Windows 10 (amd64) version 10.0
  42. Java Version: 1.8.0_25, Oracle Corporation
  43. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  44. Memory: 7722661264 bytes (7364 MB) / 9236381696 bytes (8808 MB) up to 9544663040 bytes (9102 MB)
  45. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10240M -Xms10240M -XX:PermSize=256m -XX:MaxPermSize=512m
  46. IntCache: cache: 15, tcache: 0, allocated: 13, tallocated: 95
  47. FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 7 mods loaded, 7 mods active
  48. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  49. UCHIJAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  50. UCHIJAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1450.jar)
  51. UCHIJAA Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450.jar)
  52. UCHIJAA customnpcs{1.8.0} [CustomNPCs] (CustomNPCs_1.8.0.jar)
  53. UCHIJAA cfm{3.5.2} [ยง9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.5.2(1.8).jar)
  54. UCHIJAA pixelmon{4.1.1} [Pixelmon] (Pixelmon-1.8-4.1.1-universal.jar)
  55. UCHIJAA worldedit{6.1} [WorldEdit] (worldedit-forge-mc1.8-6.1.jar)
  56. Loaded coremods (and transformers):
  57. Java8CheckerCoremod (Pixelmon-1.8-4.1.1-universal.jar)
  58.  
  59. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  60. Profiler Position: N/A (disabled)
  61. Player Count: 0 / 8; []
  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