Gui is super unresponsive on Fedora with Oracle Java 10. Are newer versions of java passed 8 not supported? I have some log files as well, I think the reason it hangs up is because a super large amount of exceptions are being thrown.
javax.swing.text.BadLocationException: Invalid insert
at java.desktop/javax.swing.text.AbstractDocument.insertString(AbstractDocument.java:706)
at axoloti.MainFrame$3.publish(MainFrame.java:205)
at java.logging/java.util.logging.Logger.log(Logger.java:979)
at java.logging/java.util.logging.Logger.doLog(Logger.java:1006)
at java.logging/java.util.logging.Logger.log(Logger.java:1117)
at axoloti.MainFrame$3.publish(MainFrame.java:218)
at java.logging/java.util.logging.Logger.log(Logger.java:979)
at java.logging/java.util.logging.Logger.doLog(Logger.java:1006)
at java.logging/java.util.logging.Logger.log(Logger.java:1117)
at axoloti.MainFrame$3.publish(MainFrame.java:218)
Gets thrown thousands of times after attempting things such as starting it up, pressing connect, selecting device, making a new patch etc. Also loading in the examples does not do anything at all. Double clicking to open the selector window does not work. Any suggestions? Thanks