C_Corp2002

Untitled

Apr 23rd, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.95 KB | None | 0 0
  1. ###############
  2. Sponge Forge Version: spongeforge-1.12.2-2838-7.2.1-RC4013
  3. Movecraft Sponge Version: 0.3.5
  4. Forge Version: Latest Recommended Version
  5. ###############
  6.  
  7.  
  8.  
  9.  
  10.  
  11. [10:48:35] [Server thread/WARN] [Sponge]: /************************************************************************************************************************************/
  12. [10:48:35] [Server thread/WARN] [Sponge]: /* Could not pass FMLServerStartedEvent */
  13. [10:48:35] [Server thread/WARN] [Sponge]: /************************************************************************************************************************************/
  14. [10:48:35] [Server thread/WARN] [Sponge]: /* Could not pass the event FMLServerStartedEvent to an Event Listener! */
  15. [10:48:35] [Server thread/WARN] [Sponge]: /* */
  16. [10:48:35] [Server thread/WARN] [Sponge]: /* Since the event can be modified during the event's listener, */
  17. [10:48:35] [Server thread/WARN] [Sponge]: /* there could be adverse side effects of the exception occurring */
  18. [10:48:35] [Server thread/WARN] [Sponge]: /* such that duplications or other game breaking issues could exist. */
  19. [10:48:35] [Server thread/WARN] [Sponge]: /* */
  20. [10:48:35] [Server thread/WARN] [Sponge]: /* Due to the nature of the exception, this is not likely an exception */
  21. [10:48:35] [Server thread/WARN] [Sponge]: /* that is covered by SpongeForge or Forge itself, and therefore should */
  22. [10:48:35] [Server thread/WARN] [Sponge]: /* be reported to the mod/plugin author first prior to reporting to */
  23. [10:48:35] [Server thread/WARN] [Sponge]: /* Sponge or Forge. */
  24. [10:48:35] [Server thread/WARN] [Sponge]: /* */
  25. [10:48:35] [Server thread/WARN] [Sponge]: /* Owning Mod/Plugin: movecraft */
  26. [10:48:35] [Server thread/WARN] [Sponge]: /* Exception: */
  27. [10:48:35] [Server thread/WARN] [Sponge]: /* java.lang.ClassCastException: */
  28. [10:48:35] [Server thread/WARN] [Sponge]: /* java.lang.String cannot be cast to */
  29. [10:48:35] [Server thread/WARN] [Sponge]: /* java.util.ArrayList */
  30. [10:48:35] [Server thread/WARN] [Sponge]: /* io.github.pulverizer.movecraft.config.CraftType.<init>(CraftType.java:101) */
  31. [10:48:35] [Server thread/WARN] [Sponge]: /* io.github.pulverizer.movecraft.craft.CraftManager.loadCraftTypes(CraftManager.java:97) */
  32. [10:48:35] [Server thread/WARN] [Sponge]: /* io.github.pulverizer.movecraft.craft.CraftManager.<init>(CraftManager.java:65) */
  33. [10:48:35] [Server thread/WARN] [Sponge]: /* io.github.pulverizer.movecraft.craft.CraftManager.initialize(CraftManager.java:31) */
  34. [10:48:35] [Server thread/WARN] [Sponge]: /* io.github.pulverizer.movecraft.Movecraft.initializeManagers(Movecraft.java:246) */
  35. [10:48:35] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.listener.GameStartedServerEventListener_Movecraft_initializeManagers21.handle(Unknown Source) */
  36. [10:48:35] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) */
  37. [10:48:35] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:381) */
  38. [10:48:35] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:456) */
  39. [10:48:35] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:417) */
  40. [10:48:35] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:259) */
  41. [10:48:35] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:377) */
  42. [10:48:35] [Server thread/WARN] [Sponge]: /* sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) */
  43. [10:48:35] [Server thread/WARN] [Sponge]: /* sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) */
  44. [10:48:35] [Server thread/WARN] [Sponge]: /* sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) */
  45. [10:48:35] [Server thread/WARN] [Sponge]: /* java.lang.reflect.Method.invoke(Method.java:498) */
  46. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) */
  47. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) */
  48. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) */
  49. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) */
  50. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) */
  51. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) */
  52. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.EventBus.post(EventBus.java:217) */
  53. [10:48:35] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) */
  54. [10:48:35] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) */
  55. [10:48:35] [Server thread/WARN] [Sponge]: /* sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) */
  56. [10:48:35] [Server thread/WARN] [Sponge]: /* sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) */
  57. [10:48:35] [Server thread/WARN] [Sponge]: /* sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) */
  58. [10:48:35] [Server thread/WARN] [Sponge]: /* java.lang.reflect.Method.invoke(Method.java:498) */
  59. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) */
  60. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) */
  61. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) */
  62. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) */
  63. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) */
  64. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) */
  65. [10:48:35] [Server thread/WARN] [Sponge]: /* com.google.common.eventbus.EventBus.post(EventBus.java:217) */
  66. [10:48:35] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568) */
  67. [10:48:35] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) */
  68. [10:48:35] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.Loader.serverStarted(Loader.java:804) */
  69. [10:48:35] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarted(FMLCommonHandler.java:302) */
  70. [10:48:35] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:488) */
  71. [10:48:35] [Server thread/WARN] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
  72. [10:48:35] [Server thread/WARN] [Sponge]: /************************************************************************************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment