Advertisement
chippoman

RCM error paste

Jul 28th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 KB | None | 0 0
  1. java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
  2. at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
  3. at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
  4. at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
  5. at java.base/java.util.Objects.checkIndex(Objects.java:359)
  6. at java.base/java.util.ArrayList.remove(ArrayList.java:504)
  7. at com.example.demo.model.CSV_ImportKt.seriesImportList(CSV_Import.kt:189)
  8. at com.example.demo.view.NewPlayerFragment$root$1$2$1$1$2.invoke(MainView.kt:293)
  9. at com.example.demo.view.NewPlayerFragment$root$1$2$1$1$2.invoke(MainView.kt:235)
  10. at tornadofx.ControlsKt$action$2.handle(Controls.kt:393)
  11. at tornadofx.ControlsKt$action$2.handle(Controls.kt)
  12. at [email protected]/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
  13. at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234)
  14. at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  15. at [email protected]/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  16. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  17. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  18. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  19. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  20. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  21. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  22. at [email protected]/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  23. at [email protected]/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
  24. at [email protected]/javafx.event.Event.fireEvent(Event.java:198)
  25. at [email protected]/javafx.scene.Node.fireEvent(Node.java:8797)
  26. at [email protected]/javafx.scene.control.Button.fire(Button.java:203)
  27. at [email protected]/com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:208)
  28. at [email protected]/com.sun.javafx.scene.control.inputmap.InputMap.handle(InputMap.java:274)
  29. at [email protected]/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:247)
  30. at [email protected]/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
  31. at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234)
  32. at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  33. at [email protected]/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  34. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  35. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  36. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  37. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  38. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  39. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  40. at [email protected]/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  41. at [email protected]/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
  42. at [email protected]/javafx.event.Event.fireEvent(Event.java:198)
  43. at [email protected]/javafx.scene.Scene$MouseHandler.process(Scene.java:3881)
  44. at [email protected]/javafx.scene.Scene.processMouseEvent(Scene.java:1874)
  45. at [email protected]/javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2607)
  46. at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:411)
  47. at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:301)
  48. at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
  49. at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:450)
  50. at [email protected]/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:424)
  51. at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:449)
  52. at [email protected]/com.sun.glass.ui.View.handleMouseEvent(View.java:551)
  53. at [email protected]/com.sun.glass.ui.View.notifyMouse(View.java:937)
  54. at [email protected]/com.sun.glass.ui.win.WinApplication._enterNestedEventLoopImpl(Native Method)
  55. at [email protected]/com.sun.glass.ui.win.WinApplication._enterNestedEventLoop(WinApplication.java:211)
  56. at [email protected]/com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:515)
  57. at [email protected]/com.sun.glass.ui.EventLoop.enter(EventLoop.java:107)
  58. at [email protected]/com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:631)
  59. at [email protected]/javafx.stage.Stage.showAndWait(Stage.java:469)
  60. at tornadofx.UIComponent.openModal(Component.kt:963)
  61. at tornadofx.UIComponent.openModal$default(Component.kt:910)
  62. at com.example.demo.view.MainMenuView$root$1$1$2$1.invoke(MainMenuView.kt:32)
  63. at com.example.demo.view.MainMenuView$root$1$1$2$1.invoke(MainMenuView.kt:10)
  64. at tornadofx.ControlsKt$action$2.handle(Controls.kt:393)
  65. at tornadofx.ControlsKt$action$2.handle(Controls.kt)
  66. at [email protected]/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
  67. at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234)
  68. at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  69. at [email protected]/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  70. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  71. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  72. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  73. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  74. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  75. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  76. at [email protected]/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  77. at [email protected]/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
  78. at [email protected]/javafx.event.Event.fireEvent(Event.java:198)
  79. at [email protected]/javafx.scene.Node.fireEvent(Node.java:8797)
  80. at [email protected]/javafx.scene.control.Button.fire(Button.java:203)
  81. at [email protected]/com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:208)
  82. at [email protected]/com.sun.javafx.scene.control.inputmap.InputMap.handle(InputMap.java:274)
  83. at [email protected]/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:247)
  84. at [email protected]/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
  85. at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234)
  86. at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  87. at [email protected]/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  88. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  89. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  90. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  91. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  92. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  93. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  94. at [email protected]/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  95. at [email protected]/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
  96. at [email protected]/javafx.event.Event.fireEvent(Event.java:198)
  97. at [email protected]/javafx.scene.Scene$MouseHandler.process(Scene.java:3881)
  98. at [email protected]/javafx.scene.Scene.processMouseEvent(Scene.java:1874)
  99. at [email protected]/javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2607)
  100. at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:411)
  101. at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:301)
  102. at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
  103. at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:450)
  104. at [email protected]/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:424)
  105. at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:449)
  106. at [email protected]/com.sun.glass.ui.View.handleMouseEvent(View.java:551)
  107. at [email protected]/com.sun.glass.ui.View.notifyMouse(View.java:937)
  108. at [email protected]/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  109. at [email protected]/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:184)
  110. at java.base/java.lang.Thread.run(Thread.java:833)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement