Guest User

Untitled

a guest
Dec 1st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.64 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. MicdoodlePlugin (Micdoodle.jar)
  5. Inventory Tweaks Coremod (ChestOrginzer.jar)
  6. LoadingPlugin (ResourceLoader.jar)
  7. Contact their authors BEFORE contacting forge
  8.  
  9. // Ooh. Shiny.
  10.  
  11. Time: 12/1/18 7:24 PM
  12. Description: There was a severe problem during mod loading that has caused the game to fail
  13.  
  14. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Custom Main Menu (custommainmenu)
  15. Caused by: java.lang.RuntimeException: java.lang.IllegalStateException: Not a JSON Object: null
  16. at lumien.custommainmenu.CustomMainMenu.preInit(CustomMainMenu.java:71)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20. at java.lang.reflect.Method.invoke(Unknown Source)
  21. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627)
  22. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  24. at java.lang.reflect.Method.invoke(Unknown Source)
  25. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  26. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  27. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  28. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  29. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  30. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  32. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  33. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  37. at java.lang.reflect.Method.invoke(Unknown Source)
  38. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  39. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  40. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  41. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  42. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  43. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  45. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  46. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  47. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:245)
  48. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  49. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  50. at net.minecraft.client.main.Main.main(SourceFile:123)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  54. at java.lang.reflect.Method.invoke(Unknown Source)
  55. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  56. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  57. Caused by: java.lang.IllegalStateException: Not a JSON Object: null
  58. at com.google.gson.JsonElement.getAsJsonObject(JsonElement.java:90)
  59. at lumien.custommainmenu.configuration.ConfigurationLoader.load(ConfigurationLoader.java:93)
  60. at lumien.custommainmenu.CustomMainMenu.preInit(CustomMainMenu.java:66)
  61. ... 40 more
  62.  
  63.  
  64. A detailed walkthrough of the error, its code path and all known details is as follows:
  65. ---------------------------------------------------------------------------------------
  66.  
  67. -- System Details --
  68. Details:
  69. Minecraft Version: 1.12.2
  70. Operating System: Windows 10 (amd64) version 10.0
  71. Java Version: 1.8.0_191, Oracle Corporation
  72. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  73. Memory: 742858496 bytes (708 MB) / 973078528 bytes (928 MB) up to 973078528 bytes (928 MB)
  74. JVM Flags: 3 total; -Xms1024m -Xmx1024m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  75. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  76. FML: MCP 9.42 Powered by Forge 14.23.4.2705 Optifine OptiFine_1.12.2_HD_U_D2 22 mods loaded, 22 mods active
  77. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  78.  
  79. | State | ID | Version | Source | Signature |
  80. |:----- |:-------------------- |:------------------------ |:--------------------- |:---------------------------------------- |
  81. | UCH | minecraft | 1.12.2 | minecraft.jar | None |
  82. | UCH | mcp | 9.42 | minecraft.jar | None |
  83. | UCH | FML | 8.0.99.99 | modpack.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  84. | UCH | forge | 14.23.4.2705 | modpack.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  85. | UCH | micdoodlecore | | minecraft.jar | None |
  86. | UCH | betterbuilderswands | 0.11.1 | BuildersWand.jar | None |
  87. | UCH | inventorytweaks | 1.63+release.109.220f184 | ChestOrginzer.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  88. | UCH | jei | 4.9.1.168 | CraftingRecipe's.jar | None |
  89. | UCH | torohealthmod | 1.12.2-11 | DamageIndactor.jar | None |
  90. | UCH | harvestcraft | 1.12.2u | Food's Plus.jar | None |
  91. | UCH | cfm | 5.3.0 | FurnitureMod.jar | None |
  92. | UCH | galacticraftcore | 4.0.1.181 | Galacticraft.jar | None |
  93. | UCH | galacticraftplanets | 4.0.1.181 | GalacticraftP.jar | None |
  94. | UCH | journeymap | 1.12.2-5.5.2 | journeymap's.jar | None |
  95. | UCH | lootablebodies | 2.4.0 | LootableBodiesMod.jar | None |
  96. | UCEE | custommainmenu | 2.0.8 | MainMenu.jar | None |
  97. | UC | ironchest | 1.12.2-7.0.40.824 | MoChest.jar | None |
  98. | UC | resourceloader | 1.5.2 | ResourceLoader.jar | None |
  99. | UC | securitycraft | v1.8.4.1 | SecurityCraft.jar | None |
  100. | UC | ultimate_unicorn_mod | 1.5.14 | UltimateUnicorns.jar | None |
  101. | UC | uncrafted | 3.0.1 | Uncraftable items.jar | None |
  102. | UC | worldedit | 6.1.8 | WorldEdit.jar | None |
  103.  
  104. Loaded coremods (and transformers):
  105. MicdoodlePlugin (Micdoodle.jar)
  106. micdoodle8.mods.miccore.MicdoodleTransformer
  107. Inventory Tweaks Coremod (ChestOrginzer.jar)
  108. invtweaks.forge.asm.ContainerTransformer
  109. LoadingPlugin (ResourceLoader.jar)
  110. lumien.resourceloader.asm.ClassTransformer
  111. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 416.94' Renderer: 'GeForce GTX 1050/PCIe/SSE2'
  112. OptiFine Version: OptiFine_1.12.2_HD_U_D2
  113. OptiFine Build: 20180430-132249
  114. Render Distance Chunks: 12
  115. Mipmaps: 4
  116. Anisotropic Filtering: 1
  117. Antialiasing: 0
  118. Multitexture: false
  119. Shaders: null
  120. OpenGlVersion: 4.6.0 NVIDIA 416.94
  121. OpenGlRenderer: GeForce GTX 1050/PCIe/SSE2
  122. OpenGlVendor: NVIDIA Corporation
  123. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment