Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
- at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
- at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
- at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
- at java.base/java.util.Objects.checkIndex(Objects.java:359)
- at java.base/java.util.ArrayList.remove(ArrayList.java:504)
- at com.example.demo.model.CSV_ImportKt.seriesImportList(CSV_Import.kt:189)
- at com.example.demo.view.NewPlayerFragment$root$1$2$1$1$2.invoke(MainView.kt:293)
- at com.example.demo.view.NewPlayerFragment$root$1$2$1$1$2.invoke(MainView.kt:235)
- at tornadofx.ControlsKt$action$2.handle(Controls.kt:393)
- at tornadofx.ControlsKt$action$2.handle(Controls.kt)
- at [email protected]/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
- at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234)
- at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
- at [email protected]/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
- at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
- at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
- at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
- at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
- at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
- at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
- at [email protected]/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
- at [email protected]/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
- at [email protected]/javafx.event.Event.fireEvent(Event.java:198)
- at [email protected]/javafx.scene.Node.fireEvent(Node.java:8797)
- at [email protected]/javafx.scene.control.Button.fire(Button.java:203)
- at [email protected]/com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:208)
- at [email protected]/com.sun.javafx.scene.control.inputmap.InputMap.handle(InputMap.java:274)
- at [email protected]/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:247)
- at [email protected]/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
- at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234)
- at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
- at [email protected]/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
- at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
- at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
- at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
- at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
- at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
- at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
- at [email protected]/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
- at [email protected]/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
- at [email protected]/javafx.event.Event.fireEvent(Event.java:198)
- at [email protected]/javafx.scene.Scene$MouseHandler.process(Scene.java:3881)
- at [email protected]/javafx.scene.Scene.processMouseEvent(Scene.java:1874)
- at [email protected]/javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2607)
- at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:411)
- at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:301)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
- at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:450)
- at [email protected]/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:424)
- at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:449)
- at [email protected]/com.sun.glass.ui.View.handleMouseEvent(View.java:551)
- at [email protected]/com.sun.glass.ui.View.notifyMouse(View.java:937)
- at [email protected]/com.sun.glass.ui.win.WinApplication._enterNestedEventLoopImpl(Native Method)
- at [email protected]/com.sun.glass.ui.win.WinApplication._enterNestedEventLoop(WinApplication.java:211)
- at [email protected]/com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:515)
- at [email protected]/com.sun.glass.ui.EventLoop.enter(EventLoop.java:107)
- at [email protected]/com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:631)
- at [email protected]/javafx.stage.Stage.showAndWait(Stage.java:469)
- at tornadofx.UIComponent.openModal(Component.kt:963)
- at tornadofx.UIComponent.openModal$default(Component.kt:910)
- at com.example.demo.view.MainMenuView$root$1$1$2$1.invoke(MainMenuView.kt:32)
- at com.example.demo.view.MainMenuView$root$1$1$2$1.invoke(MainMenuView.kt:10)
- at tornadofx.ControlsKt$action$2.handle(Controls.kt:393)
- at tornadofx.ControlsKt$action$2.handle(Controls.kt)
- at [email protected]/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
- at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234)
- at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
- at [email protected]/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
- at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
- at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
- at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
- at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
- at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
- at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
- at [email protected]/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
- at [email protected]/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
- at [email protected]/javafx.event.Event.fireEvent(Event.java:198)
- at [email protected]/javafx.scene.Node.fireEvent(Node.java:8797)
- at [email protected]/javafx.scene.control.Button.fire(Button.java:203)
- at [email protected]/com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:208)
- at [email protected]/com.sun.javafx.scene.control.inputmap.InputMap.handle(InputMap.java:274)
- at [email protected]/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:247)
- at [email protected]/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
- at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234)
- at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
- at [email protected]/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
- at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
- at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
- at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
- at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
- at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
- at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
- at [email protected]/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
- at [email protected]/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
- at [email protected]/javafx.event.Event.fireEvent(Event.java:198)
- at [email protected]/javafx.scene.Scene$MouseHandler.process(Scene.java:3881)
- at [email protected]/javafx.scene.Scene.processMouseEvent(Scene.java:1874)
- at [email protected]/javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2607)
- at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:411)
- at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:301)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
- at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:450)
- at [email protected]/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:424)
- at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:449)
- at [email protected]/com.sun.glass.ui.View.handleMouseEvent(View.java:551)
- at [email protected]/com.sun.glass.ui.View.notifyMouse(View.java:937)
- at [email protected]/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
- at [email protected]/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:184)
- at java.base/java.lang.Thread.run(Thread.java:833)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement