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
On some windows systems, the application fails to launch caused by a java.lang.IllegalArgumentException: Comparison method violates its general contract!.
This exception is thrown when instantiating JFileChooser and seems to be a bug in the OpenJDK implementation.
As of March 31, I reinstalled Windows (downgraded to Windows 10 LTSC 2021) on that affected PC (12th gen intel) and now it works again. Both 1.4.4 and 1.4.5. However there still might be a chance of this error appearing on some systems.
On some windows systems, the application fails to launch caused by a
java.lang.IllegalArgumentException: Comparison method violates its general contract!
.This exception is thrown when instantiating
JFileChooser
and seems to be a bug in the OpenJDK implementation.See https://bugs.openjdk.org/browse/JDK-8305072
The text was updated successfully, but these errors were encountered: