Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.60 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LittlePatchingLoader (LittleTiles_v1.5.0-pre196_mc1.12.2.jar)
  5. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar)
  6. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.8-1.12.2.jar)
  7. CorePlugin (SmoothFont-mc1.12.2-1.16.2.jar)
  8. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  9. IGCMPatchingLoader (IGCM_v1.2.9_mc1.12.2.jar)
  10. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  11. BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.21.10.jar)
  12. CreativePatchingLoader (CreativeCore_v1.9.87_mc1.12.2.jar)
  13. LoadingPlugin (NoNausea-MC1.12-1.0.jar)
  14. ForgelinPlugin (Forgelin-1.8.2.jar)
  15. RandomPatches (randompatches-1.12.2-1.19.1.1.jar)
  16. Contact their authors BEFORE contacting forge
  17.  
  18. // Hey, that tickles! Hehehe!
  19.  
  20. Time: 3/31/20 5:18 PM
  21. Description: There was a severe problem during mod loading that has caused the game to fail
  22.  
  23. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Patchouli (patchouli)
  24. Caused by: java.lang.NullPointerException
  25. at vazkii.patchouli.client.book.ClientBookRegistry.func_110549_a(ClientBookRegistry.java:83)
  26. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
  27. at vazkii.patchouli.client.book.ClientBookRegistry.init(ClientBookRegistry.java:62)
  28. at vazkii.patchouli.client.base.ClientProxy.preInit(ClientProxy.java:18)
  29. at vazkii.patchouli.common.base.Patchouli.preInit(Patchouli.java:37)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  33. at java.lang.reflect.Method.invoke(Unknown Source)
  34. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  35. at sun.reflect.GeneratedMethodAccessor8.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.sendEventToModContainer(LoadController.java:219)
  46. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  50. at java.lang.reflect.Method.invoke(Unknown Source)
  51. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  52. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  53. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  54. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  55. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  56. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  57. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  58. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  59. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  60. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
  61. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  62. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  63. at net.minecraft.client.main.Main.main(SourceFile:123)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  67. at java.lang.reflect.Method.invoke(Unknown Source)
  68. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  69. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  70.  
  71.  
  72. A detailed walkthrough of the error, its code path and all known details is as follows:
  73. ---------------------------------------------------------------------------------------
  74.  
  75. -- System Details --
  76. Details:
  77. Minecraft Version: 1.12.2
  78. Operating System: Windows 10 (amd64) version 10.0
  79. Java Version: 1.8.0_241, Oracle Corporation
  80. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  81. Memory: 280526000 bytes (267 MB) / 671088640 bytes (640 MB) up to 4831838208 bytes (4608 MB)
  82. JVM Flags: 8 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Xmx4608m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  83. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  84. FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_F4 49 mods loaded, 49 mods active
  85. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  86.  
  87. | State | ID | Version | Source | Signature |
  88. |:----- |:------------------ |:-------------------- |:------------------------------------------- |:---------------------------------------- |
  89. | LCH | minecraft | 1.12.2 | minecraft.jar | None |
  90. | LCH | mcp | 9.42 | minecraft.jar | None |
  91. | LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  92. | LCH | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  93. | LCH | creativecoredummy | 1.0.0 | minecraft.jar | None |
  94. | LCH | littletilescore | 1.0.0 | minecraft.jar | None |
  95. | LCH | smoothfontcore | mc1.12.2-1.16 | minecraft.jar | None |
  96. | LCH | openmodscore | 0.12.2 | minecraft.jar | None |
  97. | LCH | foamfixcore | 7.7.4 | minecraft.jar | None |
  98. | LCH | randompatches | 1.12.2-1.19.1.1 | randompatches-1.12.2-1.19.1.1.jar | None |
  99. | LCH | playerschoice | 1.2-5 | PlayersChoice+1.2-5.jar | None |
  100. | LCH | smoothfont | mc1.12.2-1.16.2 | SmoothFont-mc1.12.2-1.16.2.jar | None |
  101. | LCH | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  102. | LCH | autowalk | 1.1 | autowalk-1.12.2-1.0.jar | None |
  103. | LCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  104. | LCH | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  105. | LCH | betterrecords | 1.12.2-1.6.1 | BetterRecords-1.12.2-1.6.1.jar | None |
  106. | LCE | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  107. | LC | bewitchment | 0.21.10 | bewitchment-1.12.2-0.0.21.10.jar | None |
  108. | LC | cfm | 6.3.0 | cfm-6.3.0-mc1.12.2.jar | None |
  109. | LC | chatflow | ANT:VERSION | ChatFlow-1.4-16.jar | None |
  110. | LC | igcm | 1.2.2 | IGCM_v1.2.9_mc1.12.2.jar | None |
  111. | LC | opframe | 1.4.0 | OnlinePicFrame_v1.4.32_mc1.12.2.jar | None |
  112. | LC | creativecore | 1.9.9 | CreativeCore_v1.9.87_mc1.12.2.jar | None |
  113. | LC | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
  114. | LC | customnpcs | 1.12 | CustomNPCs_1.12.2-(01Oct19).jar | None |
  115. | LC | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
  116. | LC | familiarfauna | 1.0.11 | FamiliarFauna-1.12.2-1.0.11.jar | None |
  117. | LC | foamfix | 0.10.8-1.12.2 | foamfix-0.10.8-1.12.2.jar | None |
  118. | LC | foamflower | 1.12.2-1.0.0.0-beta1 | foamflower-1.12.2-1.0.0.0-beta1.jar | None |
  119. | LC | hapel | 0.2-SNAPSHOT | HapelMod-0.4.jar | None |
  120. | LC | ias | 7.0.3.1 | IAS-Hapel-7.0.3.1.jar | None |
  121. | LC | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre196_mc1.12.2.jar | None |
  122. | LC | materialchanger | 1.0 | materialchanger1.0.3-1.12.2.jar | None |
  123. | LC | is_mtc | 2.1.1 | Mine+Trading+Cards-1.12.2-2.1.2.jar | None |
  124. | LC | minemenu | 1.6.11 | MineMenu-1.12.2-1.6.11-universal.jar | None |
  125. | LC | moreplayermodels | 1.12.2 | MorePlayerModels-1.12.2-29Sep19.jar | None |
  126. | LC | nametagstweaks | 1.12 | NameTagsTweaks-1.12.jar | None |
  127. | LC | nonausea | 1.0 | NoNausea-MC1.12-1.0.jar | None |
  128. | LC | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  129. | LC | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  130. | LC | harvestcraft | 1.12.2zb | PamsHarvestCraft1.12.2zf.jar | None |
  131. | LC | playerrevive | 1.0 | PlayerRevive_v1.2.26_mc1.12.2.jar | None |
  132. | LC | screenshotuploader | 1.1.0 | ScreenshotUploader-1.1.0-all.jar | None |
  133. | LC | tabbychat | 1.0 | SKTabbyChat-1.0.jar | None |
  134. | LC | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  135. | LC | variedcommodities | 1.12.2 | VariedCommodities_1.12.2(15may18.jar | None |
  136. | LC | vending | 1.12.2-3.0.1.2 | vending-1.12.2-3.0.1.2.jar | None |
  137. | LC | phosphor-lighting | 1.12.2-0.2.4 | phosphor-1.12.2-0.2.4+build46-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
  138.  
  139. Loaded coremods (and transformers):
  140. LittlePatchingLoader (LittleTiles_v1.5.0-pre196_mc1.12.2.jar)
  141. com.creativemd.littletiles.LittleTilesTransformer
  142. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar)
  143.  
  144. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.8-1.12.2.jar)
  145. pl.asie.foamfix.coremod.FoamFixTransformer
  146. CorePlugin (SmoothFont-mc1.12.2-1.16.2.jar)
  147. bre.smoothfont.asm.Transformer
  148. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  149. openmods.core.OpenModsClassTransformer
  150. IGCMPatchingLoader (IGCM_v1.2.9_mc1.12.2.jar)
  151. com.creativemd.igcm.core.IGCMTransformer
  152. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  153.  
  154. BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.21.10.jar)
  155.  
  156. CreativePatchingLoader (CreativeCore_v1.9.87_mc1.12.2.jar)
  157.  
  158. LoadingPlugin (NoNausea-MC1.12-1.0.jar)
  159. lumien.nonausea.asm.ClassTransformer
  160. ForgelinPlugin (Forgelin-1.8.2.jar)
  161.  
  162. RandomPatches (randompatches-1.12.2-1.19.1.1.jar)
  163. com.therandomlabs.randompatches.core.RPTransformer
  164. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 442.59' Renderer: 'GeForce GTX 960/PCIe/SSE2'
  165. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
  166. OptiFine Version: OptiFine_1.12.2_HD_U_F4
  167. OptiFine Build: 20191023-234904
  168. Render Distance Chunks: 8
  169. Mipmaps: 4
  170. Anisotropic Filtering: 1
  171. Antialiasing: 0
  172. Multitexture: false
  173. Shaders: null
  174. OpenGlVersion: 4.6.0 NVIDIA 442.59
  175. OpenGlRenderer: GeForce GTX 960/PCIe/SSE2
  176. OpenGlVendor: NVIDIA Corporation
  177. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement