Advertisement
Guest User

Untitled

a guest
Apr 10th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. [15:16:43] [Server thread/INFO]: Server Player: failed to register id 'Smart Moving'
  2. [15:16:43] [Server thread/ERROR]: Encountered an unexpected exception
  3. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Smart Moving (smartmoving)
  4.  
  5. Caused by: java.lang.ClassCastException: net.minecraft.server.dedicated.DedicatedPlayerList cannot be cast to java.util.List
  6. at api.player.server.ServerPlayerAPI.getAllInstancesList(ServerPlayerAPI.java:1839) ~[ServerPlayerAPI.class:?]
  7. at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:756) ~[ServerPlayerAPI.class:?]
  8. at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:50) ~[ServerPlayerAPI.class:?]
  9. at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:43) ~[ServerPlayerAPI.class:?]
  10. at net.smart.moving.playerapi.SmartMovingServerPlayerBase.registerPlayerBase(SmartMovingServerPlayerBase.java:45) ~[SmartMovingServerPlayerBase.class:?]
  11. at net.smart.moving.SmartMovingMod.postInit(SmartMovingMod.java:109) ~[SmartMovingMod.class:?]
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
  15. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
  16. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:623) ~[server.jar:git-null]
  17. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
  19. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
  20. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[guava-21.0.jar:?]
  21. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[guava-21.0.jar:?]
  22. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[guava-21.0.jar:?]
  23. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[guava-21.0.jar:?]
  24. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[guava-21.0.jar:?]
  25. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[guava-21.0.jar:?]
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[guava-21.0.jar:?]
  27. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[server.jar:git-null]
  28. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[server.jar:git-null]
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
  32. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
  33. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[guava-21.0.jar:?]
  34. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[guava-21.0.jar:?]
  35. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[guava-21.0.jar:?]
  36. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[guava-21.0.jar:?]
  37. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[guava-21.0.jar:?]
  38. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[guava-21.0.jar:?]
  39. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[guava-21.0.jar:?]
  40. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:git-null]
  41. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:git-null]
  42. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:git-null]
  43. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:339) ~[FMLCommonHandler.class:git-null]
  44. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:275) ~[nz.class:?]
  45. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596) [MinecraftServer.class:?]
  46. at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement