You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on Ubuntu 24.04 LTS and want to work with Mesquite 3.81. https://www.mesquiteproject.org/Installation%20on%20Linux.html
I had several error messages related to the Java version used. The documentation indicated to use a version of Java 8 or above. I have tried with openjdk version 10, 17, and 21, and got typically the error below (with a long trailing of Java errors).
Using Java 8 does not show this error, and instead freeze the software during startup.
java.lang.StackOverflowError
Mesquite v. 3.81.955 on 10
Error caught in Mesquite
java.desktop/java.awt.font.FontRenderContext.hashCode(FontRenderContext.java:352)
java.desktop/sun.font.FontDesignMetrics$MetricsKey.init(FontDesignMetrics.java:218)
java.desktop/sun.font.FontDesignMetrics.getMetrics(FontDesignMetrics.java:287)
java.desktop/java.awt.Font.getStringBounds(Font.java:2607)
java.desktop/java.awt.Font.getStringBounds(Font.java:2517)
java.desktop/javax.swing.text.WrappedPlainView.updateMetrics(WrappedPlainView.java:445)
java.desktop/javax.swing.text.WrappedPlainView.setSize(WrappedPlainView.java:511)
java.desktop/javax.swing.plaf.basic.BasicTextUI$RootView.setSize(BasicTextUI.java:1815)
The text was updated successfully, but these errors were encountered:
I am working on Ubuntu 24.04 LTS and want to work with Mesquite 3.81.
https://www.mesquiteproject.org/Installation%20on%20Linux.html
I had several error messages related to the Java version used. The documentation indicated to use a version of Java 8 or above. I have tried with openjdk version 10, 17, and 21, and got typically the error below (with a long trailing of Java errors).
Using Java 8 does not show this error, and instead freeze the software during startup.
java.lang.StackOverflowError
Mesquite v. 3.81.955 on 10
Error caught in Mesquite
java.desktop/java.awt.font.FontRenderContext.hashCode(FontRenderContext.java:352)
java.desktop/sun.font.FontDesignMetrics$MetricsKey.init(FontDesignMetrics.java:218)
java.desktop/sun.font.FontDesignMetrics.getMetrics(FontDesignMetrics.java:287)
java.desktop/java.awt.Font.getStringBounds(Font.java:2607)
java.desktop/java.awt.Font.getStringBounds(Font.java:2517)
java.desktop/javax.swing.text.WrappedPlainView.updateMetrics(WrappedPlainView.java:445)
java.desktop/javax.swing.text.WrappedPlainView.setSize(WrappedPlainView.java:511)
java.desktop/javax.swing.plaf.basic.BasicTextUI$RootView.setSize(BasicTextUI.java:1815)
The text was updated successfully, but these errors were encountered: