GraxCode / threadtear

Multifunctional java deobfuscation tool suite
GNU General Public License v3.0
885 stars 123 forks source link

awt issue #85

Open moongazer07 opened 4 months ago

moongazer07 commented 4 months ago

[2024-03-07 13:40:56] [WARNING] System property 'awt.useSystemAAFontSettings' is not set. Using 'LCD HRGB antialiasing text mode' It's recommended to manually add the property to the JVM startup parameters on your platform for optimal text antialiasing. Refer to the documentationfor more information on the possible values. [at com.github.weisj.darklaf.task.FontDefaultsInitTask] Exception in thread "main" java.lang.reflect.InaccessibleObjectException: Unable to make field private static volatile java.nio.charset.Charset java.nio.charset.Charset.defaultCharset accessible: module java.base does not "opens java.nio.charset" to unnamed module @11b03c1f at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178) at java.base/java.lang.reflect.Field.setAccessible(Field.java:172) at me.nov.threadtear.ThreadtearCore.configureEnvironment(ThreadtearCore.java:21) at me.nov.threadtear.Threadtear.main(Threadtear.java:51)