PS C:\Download\JetiModeler\JetiModeler\bin> .\JetiModeler
May 29, 2020 3:46:47 PM org.jnt.jetimodeler.JetiModeler start
INFORMATION: Start
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\Copter.view
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\DS24Copter.view
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\DS24Function.view
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\DS24Heli.view
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\DS24Plane.view
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\DS24Truck.view
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\Function.view
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\Heli.view
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\Plane.view
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\Timer.view
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\Transmitter.view
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\Transmitter24.view
Load View C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Views\Truck.view
May 29, 2020 3:46:48 PM org.jnt.jetimodel.config.Transmitter loadTransmitter
INFORMATION: Load Transmitter C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Config\Config.jsn
May 29, 2020 3:46:48 PM org.jnt.jetimodel.model.Model loadModel
INFORMATION: Load Modelfile C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Model\0001Segl.jsn
May 29, 2020 3:46:48 PM org.jnt.jetimodel.model.Model loadModel
INFORMATION: Load Modelfile C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Model\0002Test.jsn
May 29, 2020 3:46:48 PM org.jnt.jetimodel.model.Model loadModel
INFORMATION: Load Modelfile C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Model\0003Twin.jsn
May 29, 2020 3:46:48 PM org.jnt.jetimodel.model.Model loadModel
INFORMATION: Load Modelfile C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Model\0004ION .jsn
May 29, 2020 3:46:49 PM org.jnt.jetimodel.model.Model loadModel
INFORMATION: Load Modelfile C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Model\0005ESO.jsn
May 29, 2020 3:46:49 PM org.jnt.jetimodel.model.Model loadModel
INFORMATION: Load Modelfile C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Model\0006Shar.jsn
May 29, 2020 3:46:49 PM org.jnt.jetimodel.model.Model loadModel
INFORMATION: Load Modelfile C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Model\0007Test.jsn
May 29, 2020 3:46:49 PM org.jnt.jetimodel.model.Model loadModel
INFORMATION: Load Modelfile C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Model\0008ASW .jsn
May 29, 2020 3:46:49 PM org.jnt.jetimodel.model.Model loadModel
INFORMATION: Load Modelfile C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Model\0009HSD .jsn
May 29, 2020 3:46:49 PM org.jnt.jetimodel.model.Model loadModel
INFORMATION: Load Modelfile C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Model\0010Extr.jsn
May 29, 2020 3:46:49 PM org.jnt.jetimodel.config.TXTimer loadTimer
INFORMATION: Load TXTimer C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Config\TimerB1.jsn
May 29, 2020 3:46:49 PM org.jnt.jetimodel.config.TXTimer loadTimer
INFORMATION: Load TXTimer C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Config\TimerB2.jsn
May 29, 2020 3:46:49 PM org.jnt.jetimodel.config.TXTimer loadTimer
INFORMATION: Load TXTimer C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Config\TimerV.jsn
May 29, 2020 3:46:49 PM org.jnt.jetimodel.config.TXTimer loadTimer
INFORMATION: Load TXTimer C:\Users\herbert\AppData\Local\JETI-Studio\Emulator\Config\TimerV2.jsn
Exception in thread "JavaFX Application Thread" java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 56
        at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
        at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
        at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
        at java.base/java.util.Objects.checkIndex(Objects.java:372)
        at java.base/java.util.ArrayList.get(ArrayList.java:458)
        at javafx.base/com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
        at JetiModel/org.jnt.jetimodel.model.Model.lambda$getUserMenu$1(Model.java:569)
        at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720)
        at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
        at JetiModel/org.jnt.jetimodel.model.Model.getUserMenu(Model.java:568)
        at JetiViews/org.jnt.jetiview.menu.UserMenuView.bind(UserMenuView.java:113)
        at ViewBase/org.jnt.viewbase.Element.bind(Element.java:301)
        at ViewBase/org.jnt.viewbase.Element.lambda$bind$3(Element.java:309)
        at java.base/java.lang.Iterable.forEach(Iterable.java:75)
        at ViewBase/org.jnt.viewbase.Element.bind(Element.java:308)
        at ViewBase/org.jnt.viewbase.Element$2.changed(Element.java:420)
        at ViewBase/org.jnt.viewbase.Element$2.changed(Element.java:411)
        at javafx.base/com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:181)
        at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)
        at javafx.base/javafx.beans.property.ObjectPropertyBase.fireValueChangedEvent(ObjectPropertyBase.java:106)
        at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(ObjectPropertyBase.java:113)
        at javafx.base/javafx.beans.property.ObjectPropertyBase.set(ObjectPropertyBase.java:147)
        at javafx.controls/javafx.scene.control.Accordion.setExpandedPane(Accordion.java:176)
        at ViewBase/org.jnt.viewbase.Element.generate(Element.java:425)
        at ViewBase/org.jnt.viewbase.Element.lambda$generate$4(Element.java:352)
        at java.base/java.lang.Iterable.forEach(Iterable.java:75)
        at ViewBase/org.jnt.viewbase.Element.generate(Element.java:351)
        at ViewBase/org.jnt.viewbase.View.generate(View.java:228)
        at JetiViews/org.jnt.jetiview.MainView.selectGroup(MainView.java:1489)
        at JetiViews/org.jnt.jetiview.MainView.handle(MainView.java:1520)
        at JetiViews/org.jnt.jetiview.MainView.handle(MainView.java:116)
        at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
        at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
        at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
        at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
        at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
        at javafx.base/javafx.event.Event.fireEvent(Event.java:198)
        at javafx.graphics/javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3564)
        at javafx.graphics/javafx.scene.Scene$ClickGenerator.access$8200(Scene.java:3492)
        at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Scene.java:3860)
        at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1200(Scene.java:3579)
        at javafx.graphics/javafx.scene.Scene.processMouseEvent(Scene.java:1849)
        at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2588)
        at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:397)
        at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:295)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:434)
        at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:390)
        at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:433)
        at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(View.java:556)
        at javafx.graphics/com.sun.glass.ui.View.notifyMouse(View.java:942)
        at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
        at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
        at java.base/java.lang.Thread.run(Thread.java:834)
Exception in thread "JavaFX Application Thread" java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 56
        at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
        at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
        at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
        at java.base/java.util.Objects.checkIndex(Objects.java:372)
        at java.base/java.util.ArrayList.get(ArrayList.java:458)
        at javafx.base/com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
        at JetiModel/org.jnt.jetimodel.model.Model.lambda$getUserMenu$1(Model.java:569)
        at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720)
        at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
        at JetiModel/org.jnt.jetimodel.model.Model.getUserMenu(Model.java:568)
        at JetiViews/org.jnt.jetiview.menu.UserMenuView.bind(UserMenuView.java:113)
        at ViewBase/org.jnt.viewbase.Element.bind(Element.java:301)
        at ViewBase/org.jnt.viewbase.Element.lambda$bind$3(Element.java:309)
        at java.base/java.lang.Iterable.forEach(Iterable.java:75)
        at ViewBase/org.jnt.viewbase.Element.bind(Element.java:308)
        at ViewBase/org.jnt.viewbase.Element.lambda$bind$3(Element.java:309)
        at java.base/java.lang.Iterable.forEach(Iterable.java:75)
        at ViewBase/org.jnt.viewbase.Element.bind(Element.java:308)
        at ViewBase/org.jnt.viewbase.Element.lambda$bind$3(Element.java:309)
        at java.base/java.lang.Iterable.forEach(Iterable.java:75)
        at ViewBase/org.jnt.viewbase.Element.bind(Element.java:308)
        at ViewBase/org.jnt.viewbase.View.bind(View.java:127)
        at ViewBase/org.jnt.viewbase.View.generate(View.java:240)
        at JetiViews/org.jnt.jetiview.MainView.selectGroup(MainView.java:1489)
        at JetiViews/org.jnt.jetiview.MainView.handle(MainView.java:1520)
        at JetiViews/org.jnt.jetiview.MainView.handle(MainView.java:116)
        at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
        at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
        at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
        at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
        at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
        at javafx.base/javafx.event.Event.fireEvent(Event.java:198)
        at javafx.graphics/javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3564)
        at javafx.graphics/javafx.scene.Scene$ClickGenerator.access$8200(Scene.java:3492)
        at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Scene.java:3860)
        at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1200(Scene.java:3579)
        at javafx.graphics/javafx.scene.Scene.processMouseEvent(Scene.java:1849)
        at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2588)
        at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:397)
        at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:295)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:434)
        at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:390)
        at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:433)
        at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(View.java:556)
        at javafx.graphics/com.sun.glass.ui.View.notifyMouse(View.java:942)
        at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
        at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
        at java.base/java.lang.Thread.run(Thread.java:834)