Advertisement
Guest User

crashreport

a guest
Apr 12th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I let you down. Sorry :(
  3.  
  4. Time: 4/12/20 8:05 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.util.ConcurrentModificationException
  8. at java.util.LinkedHashMap$LinkedHashIterator.remove(Unknown Source)
  9. at appeng.me.cache.EnergyGridCache.extractProviderPower(EnergyGridCache.java:316)
  10. at appeng.me.cache.EnergyGridCache.extractAEPower(EnergyGridCache.java:248)
  11. at appeng.me.cache.EnergyGridCache.onUpdateTick(EnergyGridCache.java:199)
  12. at appeng.me.GridCacheWrapper.onUpdateTick(GridCacheWrapper.java:43)
  13. at appeng.me.Grid.update(Grid.java:280)
  14. at appeng.hooks.TickHandler.onTick(TickHandler.java:228)
  15. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_63_TickHandler_onTick_TickEvent.invoke(.dynamic)
  16. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  17. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  18. at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:266)
  19. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:712)
  20. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  21. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  22. at java.lang.Thread.run(Unknown Source)
  23.  
  24.  
  25. A detailed walkthrough of the error, its code path and all known details is as follows:
  26. ---------------------------------------------------------------------------------------
  27.  
  28. -- System Details --
  29. Details:
  30. Minecraft Version: 1.12.2
  31. Operating System: Windows 10 (amd64) version 10.0
  32. Java Version: 1.8.0_221, Oracle Corporation
  33. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  34. Memory: 2667910568 bytes (2544 MB) / 3213885440 bytes (3065 MB) up to 3817865216 bytes (3641 MB)
  35. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx4096m
  36. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  37. FML: MCP 9.42 Powered by Forge 14.23.5.2847 6 mods loaded, 6 mods active
  38. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  39.  
  40. | State | ID | Version | Source | Signature |
  41. |:------ |:------------------- |:------------- |:--------------------------------------- |:---------------------------------------- |
  42. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  43. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  44. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  45. | LCHIJA | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  46. | LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  47. | LCHIJA | ic2 | 2.8.170-ex112 | industrialcraft-2-2.8.170-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  48.  
  49. Loaded coremods (and transformers):
  50. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  51. AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
  52. AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:OFF, JEI:OFF, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF
  53. Profiler Position: N/A (disabled)
  54. Player Count: 1 / 8; [EntityPlayerMP['Apache553'/427, l='New World', x=-237.14, y=65.66, z=269.10]]
  55. Type: Integrated Server (map_client.txt)
  56. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement