ata4 / bspsrc

A Source engine map decompiler
Other
700 stars 87 forks source link

Application not launching caused by "java.lang.IllegalArgumentException: Comparison method violates its general contract!" #180

Open rihi opened 10 months ago

rihi commented 10 months ago

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

megakarlach commented 10 months ago

Same issue here with 12th gen Intel PC here. My other PC with old Pentium G2030, along with my Dell laptop works just fine.

image image

megakarlach commented 8 months ago

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.