Advertisement
chezpaul

Galac Error

Jul 25th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 KB | None | 0 0
  1. [22:32:41] [Server thread/ERROR] [OpenComputers]: Failed adding recipe for 'worldSensorCard', you will not be able to craft this item.
  2. li.cil.oc.common.recipe.Recipes$RecipeException: No item found with name 'GalacticraftCore:item.sensorLens'.
  3. at li.cil.oc.common.recipe.Recipes$.parseIngredient(Recipes.scala:393) ~[Recipes$.class:?]
  4. at li.cil.oc.integration.vanilla.RecipeHandler$$anonfun$1$$anonfun$apply$1.apply(RecipeHandler.scala:25) ~[RecipeHandler$$anonfun$1$$anonfun$apply$1.class:?]
  5. at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) ~[TraversableLike$$anonfun$map$1.class:?]
  6. at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) ~[TraversableLike$$anonfun$map$1.class:?]
  7. at scala.collection.Iterator$class.foreach(Iterator.scala:743) ~[Iterator$class.class:?]
  8. at scala.collection.AbstractIterator.foreach(Iterator.scala:1174) ~[AbstractIterator.class:?]
  9. at scala.collection.IterableLike$class.foreach(IterableLike.scala:72) ~[IterableLike$class.class:?]
  10. at scala.collection.AbstractIterable.foreach(Iterable.scala:54) ~[AbstractIterable.class:?]
  11. at scala.collection.TraversableLike$class.map(TraversableLike.scala:245) ~[TraversableLike$class.class:?]
  12. at scala.collection.AbstractTraversable.map(Traversable.scala:104) ~[AbstractTraversable.class:?]
  13. at li.cil.oc.integration.vanilla.RecipeHandler$$anonfun$1.apply(RecipeHandler.scala:25) ~[RecipeHandler$$anonfun$1.class:?]
  14. at li.cil.oc.integration.vanilla.RecipeHandler$$anonfun$1.apply(RecipeHandler.scala:24) ~[RecipeHandler$$anonfun$1.class:?]
  15. at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) ~[TraversableLike$$anonfun$map$1.class:?]
  16. at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) ~[TraversableLike$$anonfun$map$1.class:?]
  17. at scala.collection.Iterator$class.foreach(Iterator.scala:743) ~[Iterator$class.class:?]
  18. at scala.collection.AbstractIterator.foreach(Iterator.scala:1174) ~[AbstractIterator.class:?]
  19. at scala.collection.IterableLike$class.foreach(IterableLike.scala:72) ~[IterableLike$class.class:?]
  20. at scala.collection.AbstractIterable.foreach(Iterable.scala:54) ~[AbstractIterable.class:?]
  21. at scala.collection.TraversableLike$class.map(TraversableLike.scala:245) ~[TraversableLike$class.class:?]
  22. at scala.collection.AbstractTraversable.map(Traversable.scala:104) ~[AbstractTraversable.class:?]
  23. at li.cil.oc.integration.vanilla.RecipeHandler$.addShapedRecipe(RecipeHandler.scala:24) ~[RecipeHandler$.class:?]
  24. at li.cil.oc.integration.vanilla.RecipeHandler$$anonfun$init$1.apply(RecipeHandler.scala:18) ~[RecipeHandler$$anonfun$init$1.class:?]
  25. at li.cil.oc.integration.vanilla.RecipeHandler$$anonfun$init$1.apply(RecipeHandler.scala:18) ~[RecipeHandler$$anonfun$init$1.class:?]
  26. at li.cil.oc.common.recipe.Recipes$.li$cil$oc$common$recipe$Recipes$$addRecipe(Recipes.scala:366) [Recipes$.class:?]
  27. at li.cil.oc.common.recipe.Recipes$$anonfun$init$5.apply(Recipes.scala:154) [Recipes$$anonfun$init$5.class:?]
  28. at li.cil.oc.common.recipe.Recipes$$anonfun$init$5.apply(Recipes.scala:149) [Recipes$$anonfun$init$5.class:?]
  29. at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778) [TraversableLike$WithFilter$$anonfun$foreach$1.class:?]
  30. at scala.collection.mutable.LinkedHashMap.foreach(LinkedHashMap.scala:139) [LinkedHashMap.class:?]
  31. at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777) [TraversableLike$WithFilter.class:?]
  32. at li.cil.oc.common.recipe.Recipes$.init(Recipes.scala:149) [Recipes$.class:?]
  33. at li.cil.oc.common.Proxy.init(Proxy.scala:93) [Proxy.class:?]
  34. at li.cil.oc.server.Proxy.init(Proxy.scala:10) [Proxy.class:?]
  35. at li.cil.oc.OpenComputers$.init(OpenComputers.scala:43) [OpenComputers$.class:?]
  36. at li.cil.oc.OpenComputers.init(OpenComputers.scala) [OpenComputers.class:?]
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
  40. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
  41. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616) [FMLModContainer.class:?]
  42. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?]
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
  44. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
  45. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.10.2.jar:?]
  46. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.10.2.jar:?]
  47. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.10.2.jar:?]
  48. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.10.2.jar:?]
  49. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.10.2.jar:?]
  50. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243) [LoadController.class:?]
  51. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [LoadController.class:?]
  52. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
  53. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
  55. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
  56. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.10.2.jar:?]
  57. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.10.2.jar:?]
  58. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.10.2.jar:?]
  59. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.10.2.jar:?]
  60. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.10.2.jar:?]
  61. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145) [LoadController.class:?]
  62. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:805) [Loader.class:?]
  63. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
  64. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
  65. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214) [ld.class:?]
  66. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
  67. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement