Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.9-core.jar)
  5. 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.5-1.12.2.jar)
  6. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  7. MekanismCoremod (Mekanism-1.12.2-9.7.8.379.jar)
  8. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  9. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  10. ForgelinPlugin (Forgelin-1.8.3.jar)
  11. EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar)
  12. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar)
  13. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  14. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.151.jar)
  15. Quark Plugin (Quark-r1.5-163.jar)
  16. AstralCore (astralsorcery-1.12.2-1.10.19.jar)
  17. SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
  18. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  19. Contact their authors BEFORE contacting forge
  20.  
  21. // Why is it breaking :(
  22.  
  23. Time: 6/25/19 1:52 PM
  24. Description: There was a severe problem during mod loading that has caused the game to fail
  25.  
  26. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Tough As Nails (toughasnails)
  27. Caused by: java.lang.NullPointerException
  28. at toughasnails.init.ModConfig.lambda$init$1(ModConfig.java:75)
  29. at toughasnails.init.ModConfig$$Lambda$2544/910207282.apply(Unknown Source)
  30. at toughasnails.init.ModConfig.populateDataMap(ModConfig.java:92)
  31. at toughasnails.init.ModConfig.init(ModConfig.java:75)
  32. at toughasnails.core.ToughAsNails.init(ToughAsNails.java:83)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  36. at java.lang.reflect.Method.invoke(Method.java:497)
  37. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  38. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  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.sendEventToModContainer(LoadController.java:219)
  49. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  53. at java.lang.reflect.Method.invoke(Method.java:497)
  54. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  55. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  56. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  57. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  58. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  59. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  60. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  61. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  62. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:744)
  63. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  64. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  65. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  66. at net.minecraft.client.main.Main.main(SourceFile:123)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:497)
  71. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  72. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement