Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Contact their authors BEFORE contacting forge
  5.  
  6. // Oh - I know what I did wrong!
  7.  
  8. Time: 6/26/19 9:02 PM
  9. Description: There was a severe problem during mod loading that has caused the game to fail
  10.  
  11. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Custom Main Menu (custommainmenu)
  12. Caused by: java.lang.RuntimeException: java.lang.NullPointerException
  13. at lumien.custommainmenu.CustomMainMenu.preInit(CustomMainMenu.java:71)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:498)
  18. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:498)
  23. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  24. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  25. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  26. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  27. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  28. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  29. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  30. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  31. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:498)
  36. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  37. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  38. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  39. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  40. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  41. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  42. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  43. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  44. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  45. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
  46. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  47. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  48. at net.minecraft.client.main.Main.main(SourceFile:123)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52. at java.lang.reflect.Method.invoke(Method.java:498)
  53. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  54. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  55. Caused by: java.lang.NullPointerException
  56. at lumien.custommainmenu.configuration.GuiConfig.getWantedAction(GuiConfig.java:587)
  57. at lumien.custommainmenu.configuration.GuiConfig.getButton(GuiConfig.java:385)
  58. at lumien.custommainmenu.configuration.GuiConfig.loadButtons(GuiConfig.java:331)
  59. at lumien.custommainmenu.configuration.GuiConfig.load(GuiConfig.java:106)
  60. at lumien.custommainmenu.configuration.ConfigurationLoader.load(ConfigurationLoader.java:95)
  61. at lumien.custommainmenu.CustomMainMenu.preInit(CustomMainMenu.java:66)
  62. ... 41 more
  63.  
  64.  
  65. A detailed walkthrough of the error, its code path and all known details is as follows:
  66. ---------------------------------------------------------------------------------------
  67.  
  68. -- System Details --
  69. Details:
  70. Minecraft Version: 1.12.2
  71. Operating System: Windows 10 (amd64) version 10.0
  72. Java Version: 1.8.0_201, Oracle Corporation
  73. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  74. Memory: 1222870168 bytes (1166 MB) / 1575747584 bytes (1502 MB) up to 2112618496 bytes (2014 MB)
  75. JVM Flags: 4 total; -XX:-UseAdaptiveSizePolicy -XX:+UseConcMarkSweepGC -Xms1536M -Xmx2048M
  76. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  77. FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_E2 9 mods loaded, 9 mods active
  78. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  79.  
  80. | State | ID | Version | Source | Signature |
  81. |:----- |:-------------- |:------------ |:----------------------------- |:---------------------------------------- |
  82. | UCH | minecraft | 1.12.2 | minecraft.jar | None |
  83. | UCH | mcp | 9.42 | minecraft.jar | None |
  84. | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  85. | UCH | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  86. | UCH | ambientsounds | 3.0 | AmbientSounds.jar | None |
  87. | UCH | craftpresence | v1.5.0 | Craft-Presence.jar | eca02c6a597321ad22340897683951ba5c76720a |
  88. | UCH | rpghud | 3.6.6.2 | HUD.jar | None |
  89. | UCEE | custommainmenu | 2.0.8 | MainMenu.jar | None |
  90. | UC | xaerominimap | 1.17.3 | MiniMap.jar | None |
  91.  
  92. Loaded coremods (and transformers):
  93. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 419.17' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
  94. OptiFine Version: OptiFine_1.12.2_HD_U_E2
  95. OptiFine Build: 20180728-185429
  96. Render Distance Chunks: 6
  97. Mipmaps: 4
  98. Anisotropic Filtering: 1
  99. Antialiasing: 0
  100. Multitexture: false
  101. Shaders: null
  102. OpenGlVersion: 4.6.0 NVIDIA 419.17
  103. OpenGlRenderer: GeForce GTX 1060 6GB/PCIe/SSE2
  104. OpenGlVendor: NVIDIA Corporation
  105. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement