Advertisement
Guest User

Untitled

a guest
Nov 4th, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You're mean.
  3.  
  4. Time: 11/4/21 2:40 PM
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
  10. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  13. at net.minecraft.client.main.Main.main(SourceFile:148)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.lang.reflect.Method.invoke(Unknown Source)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  20. Caused by: java.lang.ExceptionInInitializerError
  21. at com.github.vfyjxf.nee.proxy.ClientProxy.init(ClientProxy.java:24)
  22. at com.github.vfyjxf.nee.NotEnoughEnergistics.init(NotEnoughEnergistics.java:45)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26. at java.lang.reflect.Method.invoke(Unknown Source)
  27. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  31. at java.lang.reflect.Method.invoke(Unknown Source)
  32. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  33. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  35. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  37. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  38. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  42. at java.lang.reflect.Method.invoke(Unknown Source)
  43. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  44. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  45. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  46. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  47. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  48. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  49. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  50. ... 10 more
  51. Caused by: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: overlayButtons
  52. at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:94)
  53. at com.github.vfyjxf.nee.client.NEEContainerDrawHandler.<init>(NEEContainerDrawHandler.java:42)
  54. at com.github.vfyjxf.nee.client.NEEContainerDrawHandler.<clinit>(NEEContainerDrawHandler.java:35)
  55. ... 39 more
  56. Caused by: java.lang.NoSuchFieldException: overlayButtons
  57. at java.lang.Class.getDeclaredField(Unknown Source)
  58. at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:85)
  59. ... 41 more
  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.7.10
  68. Operating System: Windows 7 (amd64) version 6.1
  69. Java Version: 1.8.0_291, Oracle Corporation
  70. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  71. Memory: 741876344 bytes (707 MB) / 1232076800 bytes (1175 MB) up to 7471628288 bytes (7125 MB)
  72. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms256m -Xmx8016m
  73. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  74. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  75. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 8 mods loaded, 8 mods active
  76. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  77. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  78. UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  79. UCHI Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  80. UCHI appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  81. UCHI CodeChickenCore{1.0.7.48} [CodeChicken Core] (minecraft.jar)
  82. UCHI NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  83. UCHI appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  84. UCHE neenergistics{1.2.19} [NotEnoughEnergistics] (NotEnoughEnergistics-1.7.10-1.2.19.jar)
  85. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 355.60' Renderer: 'GeForce GTS 450/PCIe/SSE2'
  86. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement