Advertisement
Guest User

Log

a guest
Nov 23rd, 2015
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.02 KB | None | 0 0
  1. [13:56:52] [Server thread/ERROR] [FML/]: Caught exception from ingameconfigmanager
  2. java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Lnet.minecraft.item.ItemStack;
  3. at com.creativemd.ingameconfigmanager.api.common.segment.machine.AddRecipeSegment.receivePacketInformation(AddRecipeSegment.java:162) ~[AddRecipeSegment.class:?]
  4. at com.creativemd.ingameconfigmanager.api.common.branch.machine.ConfigMachineAddBranch.onFailedLoadingSegment(ConfigMachineAddBranch.java:101) ~[ConfigMachineAddBranch.class:?]
  5. at com.creativemd.ingameconfigmanager.api.core.InGameConfigManager.loadConfig(InGameConfigManager.java:93) ~[InGameConfigManager.class:?]
  6. at com.creativemd.ingameconfigmanager.api.core.InGameConfigManager.serverStarting(InGameConfigManager.java:218) ~[InGameConfigManager.class:?]
  7. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_65]
  8. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
  9. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
  10. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_65]
  11. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[modpack.jar:?]
  12. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
  14. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_65]
  15. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  16. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  17. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  18. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  19. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  20. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[modpack.jar:?]
  21. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[modpack.jar:?]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_65]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
  25. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_65]
  26. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  27. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  31. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
  32. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) [Loader.class:?]
  33. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?]
  34. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:94) [bsx.class:?]
  35. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  36. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
  37. [13:56:52] [Server thread/ERROR] [FML/]: A fatal exception occurred during the server starting event
  38. java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Lnet.minecraft.item.ItemStack;
  39. at com.creativemd.ingameconfigmanager.api.common.segment.machine.AddRecipeSegment.receivePacketInformation(AddRecipeSegment.java:162) ~[AddRecipeSegment.class:?]
  40. at com.creativemd.ingameconfigmanager.api.common.branch.machine.ConfigMachineAddBranch.onFailedLoadingSegment(ConfigMachineAddBranch.java:101) ~[ConfigMachineAddBranch.class:?]
  41. at com.creativemd.ingameconfigmanager.api.core.InGameConfigManager.loadConfig(InGameConfigManager.java:93) ~[InGameConfigManager.class:?]
  42. at com.creativemd.ingameconfigmanager.api.core.InGameConfigManager.serverStarting(InGameConfigManager.java:218) ~[InGameConfigManager.class:?]
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_65]
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
  46. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_65]
  47. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[modpack.jar:?]
  48. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
  50. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_65]
  51. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  52. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  53. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  54. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  55. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  56. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
  57. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
  58. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_65]
  59. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
  60. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
  61. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_65]
  62. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  63. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  64. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  65. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  66. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  67. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
  68. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:789) [Loader.class:?]
  69. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:278) [FMLCommonHandler.class:?]
  70. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:94) [bsx.class:?]
  71. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  72. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement