Advertisement
Guest User

Untitled

a guest
Oct 30th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.61 KB | None | 0 0
  1. Caught exception from JEI
  2. java.lang.NullPointerException
  3. at aroma1997.uncomplication.plugin.nei.UncomplicationRecipeWrapper.getInputs(UncomplicationRecipeWrapper.java:39) ~[UncomplicationRecipeWrapper.class:?]
  4. at aroma1997.uncomplication.plugin.nei.UncomplicationOverrideHandler.isRecipeValid(UncomplicationOverrideHandler.java:53) ~[UncomplicationOverrideHandler.class:?]
  5. at aroma1997.uncomplication.plugin.nei.UncomplicationOverrideHandler.isRecipeValid(UncomplicationOverrideHandler.java:20) ~[UncomplicationOverrideHandler.class:?]
  6. at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:211) ~[RecipeRegistry.class:?]
  7. at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:183) ~[RecipeRegistry.class:?]
  8. at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:166) ~[RecipeRegistry.class:?]
  9. at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:92) ~[RecipeRegistry.class:?]
  10. at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) ~[ModRegistry.class:?]
  11. at mezz.jei.JeiStarter.start(JeiStarter.java:52) ~[JeiStarter.class:?]
  12. at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:110) ~[ProxyCommonClient.class:?]
  13. at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:71) ~[JustEnoughItems.class:?]
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  17. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  18. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) ~[forge-1.10.2-12.18.2.2114.jar:?]
  19. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  21. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  22. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  23. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  24. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  25. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  27. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) ~[LoadController.class:?]
  28. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) ~[LoadController.class:?]
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  32. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  33. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  34. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  35. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  36. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  38. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) ~[LoadController.class:?]
  39. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) ~[Loader.class:?]
  40. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) ~[FMLClientHandler.class:?]
  41. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) ~[bcx.class:?]
  42. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) ~[bcx.class:?]
  43. at net.minecraft.client.main.Main.main(SourceFile:124) ~[1.10.2.jar:?]
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  47. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  48. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) ~[launchwrapper-1.12.jar:?]
  49. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ~[launchwrapper-1.12.jar:?]
  50. [07:25:12] [Server thread/ERROR] [FML]: A fatal exception occurred during the server about to start event
  51. java.lang.NullPointerException
  52. at aroma1997.uncomplication.plugin.nei.UncomplicationRecipeWrapper.getInputs(UncomplicationRecipeWrapper.java:39) ~[UncomplicationRecipeWrapper.class:?]
  53. at aroma1997.uncomplication.plugin.nei.UncomplicationOverrideHandler.isRecipeValid(UncomplicationOverrideHandler.java:53) ~[UncomplicationOverrideHandler.class:?]
  54. at aroma1997.uncomplication.plugin.nei.UncomplicationOverrideHandler.isRecipeValid(UncomplicationOverrideHandler.java:20) ~[UncomplicationOverrideHandler.class:?]
  55. at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:211) ~[RecipeRegistry.class:?]
  56. at mezz.jei.RecipeRegistry.addRecipe(RecipeRegistry.java:183) ~[RecipeRegistry.class:?]
  57. at mezz.jei.RecipeRegistry.addRecipes(RecipeRegistry.java:166) ~[RecipeRegistry.class:?]
  58. at mezz.jei.RecipeRegistry.<init>(RecipeRegistry.java:92) ~[RecipeRegistry.class:?]
  59. at mezz.jei.util.ModRegistry.createRecipeRegistry(ModRegistry.java:204) ~[ModRegistry.class:?]
  60. at mezz.jei.JeiStarter.start(JeiStarter.java:52) ~[JeiStarter.class:?]
  61. at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:110) ~[ProxyCommonClient.class:?]
  62. at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:71) ~[JustEnoughItems.class:?]
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  66. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  67. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) ~[forge-1.10.2-12.18.2.2114.jar:?]
  68. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  70. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  71. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  72. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  73. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  74. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  75. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  76. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) ~[LoadController.class:?]
  77. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) ~[LoadController.class:?]
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  81. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  82. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  83. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  84. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  85. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  86. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  87. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) ~[LoadController.class:?]
  88. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:803) ~[Loader.class:?]
  89. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324) ~[FMLClientHandler.class:?]
  90. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) ~[bcx.class:?]
  91. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) ~[bcx.class:?]
  92. at net.minecraft.client.main.Main.main(SourceFile:124) ~[1.10.2.jar:?]
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  96. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  97. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) ~[launchwrapper-1.12.jar:?]
  98. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ~[launchwrapper-1.12.jar:?]
  99. [07:25:12] [Server thread/INFO]: Stopping server
  100. [07:25:12] [Server thread/INFO]: Saving players
  101. [07:25:12] [Server thread/INFO]: Saving worlds
  102. [07:25:13] [Server thread/ERROR] [NotEnoughItems]: Skipping event FMLModIdMappingEvent and marking errored mod NotEnoughItems since required dependency JEI has errored
  103. [07:25:13] [Server thread/ERROR] [JEFB]: Skipping event FMLModIdMappingEvent and marking errored mod JEFB since required dependency JEI has errored
  104. [07:25:13] [Server thread/ERROR] [jeibees]: Skipping event FMLModIdMappingEvent and marking errored mod jeibees since required dependency JEI has errored
  105. [07:25:13] [Server thread/ERROR] [je_calculation]: Skipping event FMLModIdMappingEvent and marking errored mod je_calculation since required dependency JEI has errored
  106. [07:25:13] [Server thread/ERROR] [jeresources]: Skipping event FMLModIdMappingEvent and marking errored mod jeresources since required dependency JEI has errored
  107. [07:25:13] [Server thread/INFO] [FML]: Applying holder lookups
  108. [07:25:13] [Server thread/INFO] [FML]: Holder lookups applied
  109. [07:25:13] [Server thread/ERROR] [NotEnoughItems]: Skipping event FMLServerStoppedEvent and marking errored mod NotEnoughItems since required dependency JEI has errored
  110. [07:25:13] [Server thread/INFO] [mcjty.lib.varia.Logging]: Deep Resonance: server is stopping. Shutting down gracefully
  111. [07:25:13] [Server thread/ERROR] [JEFB]: Skipping event FMLServerStoppedEvent and marking errored mod JEFB since required dependency JEI has errored
  112. [07:25:13] [Server thread/ERROR] [jeibees]: Skipping event FMLServerStoppedEvent and marking errored mod jeibees since required dependency JEI has errored
  113. [07:25:13] [Server thread/ERROR] [je_calculation]: Skipping event FMLServerStoppedEvent and marking errored mod je_calculation since required dependency JEI has errored
  114. [07:25:13] [Server thread/ERROR] [jeresources]: Skipping event FMLServerStoppedEvent and marking errored mod jeresources since required dependency JEI has errored
  115. [07:25:13] [Server thread/INFO] [ProjectE]: Completed server-stop actions.
  116. [07:25:13] [Server thread/INFO] [mcjty.lib.varia.Logging]: RFTools: server is stopping. Shutting down gracefully
  117. [07:25:13] [Server thread/INFO] [mcjty.lib.varia.Logging]: RFTools: server is stopping. Shutting down gracefully
  118. [07:25:13] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
  119. [07:25:13] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement