Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from FTBUtilities (ftbu)
  2. Caused by: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
  3. at java.util.ArrayList.rangeCheck(Unknown Source)
  4. at java.util.ArrayList.get(Unknown Source)
  5. at com.feed_the_beast.ftbu.integration.TiCIntegration.onGuideEvent(TiCIntegration.java:111)
  6. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1212_TiCIntegration_onGuideEvent_ClientGuideEvent.invoke(.dynamic)
  7. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  8. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
  9. at com.feed_the_beast.ftbl.lib.util.misc.EventBase.post(EventBase.java:18)
  10. at com.feed_the_beast.ftbu.gui.guide.Guides.func_110549_a(Guides.java:275)
  11. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
  12. at com.feed_the_beast.ftbu.client.FTBUClient.postInit(FTBUClient.java:44)
  13. at com.feed_the_beast.ftbu.FTBU.onPostInit(FTBU.java:45)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.lang.reflect.Method.invoke(Unknown Source)
  18. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
  19. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  21. at java.lang.reflect.Method.invoke(Unknown Source)
  22. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  23. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  24. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  25. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  26. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  27. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  28. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  29. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278)
  30. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  34. at java.lang.reflect.Method.invoke(Unknown Source)
  35. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  36. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  37. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  38. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  39. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  40. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  41. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  42. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
  43. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:725)
  44. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
  45. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
  46. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  47. at net.minecraft.client.main.Main.main(SourceFile:123)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  51. at java.lang.reflect.Method.invoke(Unknown Source)
  52. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  53. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  57. at java.lang.reflect.Method.invoke(Unknown Source)
  58. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  59. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  60. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  61. at org.multimc.EntryPoint.main(EntryPoint.java:34)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement