Advertisement
Ekib

Untitled

Nov 4th, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. [12:36:24] [Server thread/ERROR] [Sponge]: [Plugin Class: me.creepsterlgc.coreworlds.Core][Handler: onEnable]
  2. java.lang.reflect.InvocationTargetException
  3. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  4. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  6. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  7. at org.spongepowered.mod.plugin.SpongeModPluginContainer.handleModStateEvent(SpongeModPluginContainer.java:127) [SpongeModPluginContainer.class:1.8-1543-2.1-DEV-788]
  8. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) ~[?:?]
  9. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  10. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  11. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.jar:?]
  12. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.jar:?]
  13. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.jar:?]
  14. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.jar:?]
  15. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.jar:?]
  16. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
  17. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
  21. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
  22. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.jar:?]
  23. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.jar:?]
  24. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.jar:?]
  25. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.jar:?]
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.jar:?]
  27. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
  28. at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:781) [Loader.class:?]
  29. at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
  30. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:286) [po.class:?]
  31. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) [MinecraftServer.class:?]
  32. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  33. Caused by: java.lang.NoSuchMethodError: ninja.leaping.configurate.ConfigurationNode.getList(Lcom/google/common/base/Function;)Ljava/util/List;
  34. at me.creepsterlgc.coreworlds.files.FileWorlds.setup(FileWorlds.java:84) ~[FileWorlds.class:?]
  35. at me.creepsterlgc.coreworlds.Core.onEnable(Core.java:41) ~[Core.class:?]
  36. ... 30 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement