Advertisement
Guest User

commandsignerror

a guest
Sep 18th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.12 KB | None | 0 0
  1. 10:34:36] [Server thread/ERROR] [FML]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
  2. [10:34:36] [Server thread/ERROR] [FML]:
  3. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  4. UC mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  5. UC FML{8.0.99.99} [Forge Mod Loader] (forge.jar)
  6. UC Forge{12.18.1.2092} [Minecraft Forge] (forge.jar)
  7. UC spongeapi{5.0.0-SNAPSHOT-b88f5eb} [SpongeAPI] (minecraft.jar)
  8. UC sponge{1.10.2-2092-5.0.0-BETA-1746} [SpongeForge] (spongeforge-1.10.2-2092-5.0.0-BETA-1746.jar)
  9. UE io.github.hsyyid.commandsigns{1.3} [CommandSigns] (CommandSigns-API-5.0.0-1.3.jar)
  10. UC immersiveengineering{0.10-42} [Immersive Engineering] (ImmersiveEngineering-0.10-42.jar)
  11. UC harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2b.jar)
  12. UC pixelmon{5.0.0-beta9} [Pixelmon] (Pixelmon-1.10.2-5.0.0-beta9-universal.jar)
  13. UC vending{1.3.4} [vending] (vending-1.9.4-1.3.4.jar)
  14. [10:34:36] [Server thread/ERROR] [FML]: The following problems were captured during this phase
  15. [10:34:36] [Server thread/ERROR] [FML]: Caught exception from io.github.hsyyid.commandsigns
  16. java.lang.NoSuchMethodError: org.spongepowered.api.data.key.KeyFactory.makeSingleKey(Ljava/lang/Class;Ljava/lang/Class;Lorg/spongepowered/api/data/DataQuery;)Lorg/spongepowered/api/data/key/Key;
  17. at io.github.hsyyid.commandsigns.CommandSigns.<clinit>(CommandSigns.java:65) ~[CommandSigns.class:API-5.0.0-1.3]
  18. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
  19. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_101]
  20. at org.spongepowered.mod.plugin.SpongeModPluginContainer.constructMod(SpongeModPluginContainer.java:284) ~[spongeforge-1.10.2-2092-5.0.0-BETA-1746.jar:1.10.2-2092-5.0.0-BETA-1746]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  24. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  25. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.10.2.jar:?]
  26. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.10.2.jar:?]
  27. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.10.2.jar:?]
  28. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.10.2.jar:?]
  29. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.10.2.jar:?]
  30. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) ~[LoadController.class:?]
  31. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) ~[LoadController.class:?]
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  35. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  36. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.10.2.jar:?]
  37. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.10.2.jar:?]
  38. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.10.2.jar:?]
  39. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.10.2.jar:?]
  40. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.10.2.jar:?]
  41. at net.minecraftforge.fml.common.LoadController.redirect$onPost$0(LoadController.java:53) ~[LoadController.class:?]
  42. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) [LoadController.class:?]
  43. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:545) [Loader.class:?]
  44. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
  45. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328) [FMLCommonHandler.class:?]
  46. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121) [ld.class:?]
  47. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
  48. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  49. [10:34:36] [Server thread/ERROR]: Encountered an unexpected exception
  50. net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: org.spongepowered.api.data.key.KeyFactory.makeSingleKey(Ljava/lang/Class;Ljava/lang/Class;Lorg/spongepowered/api/data/DataQuery;)Lorg/spongepowered/api/data/key/Key;
  51.  
  52. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186) ~[LoadController.class:?]
  53. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:576) ~[Loader.class:?]
  54. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:?]
  55. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328) ~[FMLCommonHandler.class:?]
  56. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121) ~[ld.class:?]
  57. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
  58. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  59. Caused by: java.lang.NoSuchMethodError: org.spongepowered.api.data.key.KeyFactory.makeSingleKey(Ljava/lang/Class;Ljava/lang/Class;Lorg/spongepowered/api/data/DataQuery;)Lorg/spongepowered/api/data/key/Key;
  60. at io.github.hsyyid.commandsigns.CommandSigns.<clinit>(CommandSigns.java:65) ~[CommandSigns.class:API-5.0.0-1.3]
  61. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
  62. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_101]
  63. at org.spongepowered.mod.plugin.SpongeModPluginContainer.constructMod(SpongeModPluginContainer.java:284) ~[spongeforge-1.10.2-2092-5.0.0-BETA-1746.jar:1.10.2-2092-5.0.0-BETA-1746]
  64. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  65. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  67. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  68. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.10.2.jar:?]
  69. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.10.2.jar:?]
  70. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.10.2.jar:?]
  71. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.10.2.jar:?]
  72. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.10.2.jar:?]
  73. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) ~[LoadController.class:?]
  74. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) ~[LoadController.class:?]
  75. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  76. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  78. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  79. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.10.2.jar:?]
  80. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.10.2.jar:?]
  81. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.10.2.jar:?]
  82. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.10.2.jar:?]
  83. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.10.2.jar:?]
  84. at net.minecraftforge.fml.common.LoadController.redirect$onPost$0(LoadController.java:53) ~[LoadController.class:?]
  85. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) ~[LoadController.class:?]
  86. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:545) ~[Loader.class:?]
  87. ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement