Hey,
i am running VisiCam successfully, but it has some issue with the following stack trace:
[java] Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 50 >= 50
[java] at java.base/java.util.Vector.elementAt(Vector.java:466)
[java] at java.desktop/javax.swing.DefaultListModel.getElementAt(DefaultListModel.java:95)
[java] at java.desktop/javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1443)
[java] at java.desktop/javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1394)
[java] at java.desktop/javax.swing.plaf.basic.BasicListUI.getPreferredSize(BasicListUI.java:653)
[java] at java.desktop/javax.swing.JComponent.getPreferredSize(JComponent.java:1734)
[java] at java.desktop/javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:799)
[java] at java.desktop/java.awt.Container.layout(Container.java:1537)
[java] at java.desktop/java.awt.Container.doLayout(Container.java:1526)
[java] at java.desktop/java.awt.Container.validateTree(Container.java:1719)
[java] at java.desktop/java.awt.Container.validate(Container.java:1654)
[java] at java.desktop/javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.java:714)
[java] at java.desktop/javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1839)
[java] at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
[java] at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:723)
[java] at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:702)
[java] at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
[java] at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
[java] at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
[java] at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
[java] at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
[java] at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
[java] Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 50 >= 50```
if i run it with ...
cd C:\Epilog Laser\VisiCam
javaw --enable-native-access=ALL-UNNAMED -jar dist\VisiCam.jar
... then the application fails after 1~2 minutes and i have to restart manually
if i run it with ...
cmd
cd C:\Epilog Laser\VisiCam\
ant run
.... it keeps running while constantly outputting the exception
i am using VisiCam as self-compiled jar (not the docker stuff) on Windows 11. See also https://wiki.stadtfabrikanten.org/books/laserschneiden-und-gravieren/page/visicam-teile-mit-kamera-passgenau-platzieren
Hey,
i am running VisiCam successfully, but it has some issue with the following stack trace:
if i run it with ...
... then the application fails after 1~2 minutes and i have to restart manually
if i run it with ...
.... it keeps running while constantly outputting the exception
i am using VisiCam as self-compiled jar (not the docker stuff) on Windows 11. See also https://wiki.stadtfabrikanten.org/books/laserschneiden-und-gravieren/page/visicam-teile-mit-kamera-passgenau-platzieren