Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. midnight (themidnight-0.3.5 (1).jar)
  5. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // But it works on my machine.
  9.  
  10. Time: 10/17/19 11:05 PM
  11. Description: There was a severe problem during mod loading that has caused the game to fail
  12.  
  13. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Tough As Nails (toughasnails)
  14. Caused by: java.lang.NullPointerException
  15. at toughasnails.init.ModConfig.lambda$init$0(ModConfig.java:64)
  16. at toughasnails.init.ModConfig$$Lambda$614/1582993624.apply(Unknown Source)
  17. at toughasnails.init.ModConfig.populateDataMap(ModConfig.java:92)
  18. at toughasnails.init.ModConfig.init(ModConfig.java:64)
  19. at toughasnails.core.ToughAsNails.init(ToughAsNails.java:83)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:497)
  24. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  25. at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  27. at java.lang.reflect.Method.invoke(Method.java:497)
  28. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  29. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  30. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  31. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  32. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  33. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  34. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  35. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  36. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  40. at java.lang.reflect.Method.invoke(Method.java:497)
  41. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  42. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  43. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  44. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  45. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  46. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  47. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  48. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  49. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
  50. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  51. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  52. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  53. at net.minecraft.client.main.Main.main(SourceFile:123)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  57. at java.lang.reflect.Method.invoke(Method.java:497)
  58. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  59. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  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.12.2
  68. Operating System: Windows 10 (amd64) version 10.0
  69. Java Version: 1.8.0_51, Oracle Corporation
  70. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  71. Memory: 343116640 bytes (327 MB) / 1275068416 bytes (1216 MB) up to 4294967296 bytes (4096 MB)
  72. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  73. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  74. FML: MCP 9.42 Powered by Forge 14.23.5.2847 27 mods loaded, 27 mods active
  75. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  76.  
  77. | State | ID | Version | Source | Signature |
  78. |:----- |:-------------- |:------------------ |:------------------------------------------- |:---------------------------------------- |
  79. | LCHI | minecraft | 1.12.2 | minecraft.jar | None |
  80. | LCHI | mcp | 9.42 | minecraft.jar | None |
  81. | LCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None |
  82. | LCHI | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None |
  83. | LCHI | tammodized | 0.15.6 | TamModized-1.12.2-0.15.6.jar | None |
  84. | LCHI | aov | 0.11.5 | AoV-1.12-0.11.5.jar | None |
  85. | LCHI | armorexpansion | 1.12.2.2 | armorexpansion-1.12.2.2.jar | None |
  86. | LCHI | atum | 2.0.15 | Atum-1.12.2-2.0.15.jar | None |
  87. | LCHI | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
  88. | LCHI | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  89. | LCHI | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
  90. | LCHI | levelup2 | ${version} | Level+Up!+2-1.1.23-1.12.jar | None |
  91. | LCHI | libraryex | 1.0.11 | LibraryEx-1.12.2-1.0.11.jar | None |
  92. | LCHI | lostcities | 2.0.21 | lostcities-1.12-2.0.21.jar | None |
  93. | LCHI | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  94. | LCHI | neat | 1.4-17 | Neat+1.4-17.jar | None |
  95. | LCHI | netherex | 2.0.15 | NetherEx-1.12.2-2.0.15.jar | None |
  96. | LCHI | oreexcavation | 1.4.140 | OreExcavation-1.4.140.jar | None |
  97. | LCHI | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  98. | LCHI | spartanshields | 1.5.4 | SpartanShields-1.12.2-1.5.4.jar | None |
  99. | LCHI | specialmobs | 1.0.2_for_mc1.12.2 | specialmobs-1.0.2_for_mc1.12.2.jar | None |
  100. | LCHI | tconstruct | 1.12.2-2.12.0.157 | TConstruct-1.12.2-2.12.0.157.jar | None |
  101. | LCHE | toughasnails | 3.1.0.139 | ToughAsNails-1.12.2-3.1.0.139-universal.jar | None |
  102. | LCH | tschipplib | 1.1.3 | TschippLib+MC1.12.2+v1.1.3.jar | None |
  103. | LCH | voidcraft | 0.26.10 | VoidCraft-1.12-0.26.10.jar | None |
  104. | LCH | xaerominimap | 1.17.4 | Xaeros_Minimap_1.17.4_Forge_1.12.jar | None |
  105. | LCH | midnight | 0.3.5 | themidnight-0.3.5 (1).jar | None |
  106.  
  107. Loaded coremods (and transformers):
  108. midnight (themidnight-0.3.5 (1).jar)
  109. com.mushroom.midnight.core.transformer.MidnightClassTransformer
  110. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  111. lumien.bloodmoon.asm.ClassTransformer
  112. GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4542' Renderer: 'Intel(R) HD Graphics 520'
  113. Pulsar/tconstruct loaded Pulses:
  114. - TinkerCommons (Enabled/Forced)
  115. - TinkerWorld (Enabled/Not Forced)
  116. - TinkerTools (Enabled/Not Forced)
  117. - TinkerHarvestTools (Enabled/Forced)
  118. - TinkerMeleeWeapons (Enabled/Forced)
  119. - TinkerRangedWeapons (Enabled/Forced)
  120. - TinkerModifiers (Enabled/Forced)
  121. - TinkerSmeltery (Enabled/Not Forced)
  122. - TinkerGadgets (Enabled/Not Forced)
  123. - TinkerOredict (Enabled/Forced)
  124. - TinkerIntegration (Enabled/Forced)
  125. - TinkerFluids (Enabled/Forced)
  126. - TinkerMaterials (Enabled/Forced)
  127. - TinkerModelRegister (Enabled/Forced)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement