scuti icon indicating copy to clipboard operation
scuti copied to clipboard

Unknow Error...

Open abodinagdat16 opened this issue 2 years ago • 7 comments

i get: Corrupting "output.jar" [17:05:54] [ERROR] Unknown error while executing main thread java.lang.reflect.InaccessibleObjectException: Unable to make field private java.util.zip.CRC32 java.util.zip.ZipOutputStream.crc accessible: module java.base does not "opens java.util.zip" to unnamed module @28953cb7 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 tk.netindev.scuti.core.util.Util.corruptCRC32(Util.java:64) at tk.netindev.scuti.core.Scuti.dump(Scuti.java:163) at tk.netindev.scuti.core.Scuti.access$3(Scuti.java:159) at tk.netindev.scuti.core.Scuti$Runner.run(Scuti.java:230) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [17:05:54] [ERROR] Exception message: Unable to make field private java.util.zip.CRC32 java.util.zip.ZipOutputStream.crc accessible: module java.base does not "opens java.util.zip" to unnamed module @28953cb7 [17:05:54] [ERROR] Exiting...

abodinagdat16 avatar Oct 07 '23 17:10 abodinagdat16

don't use any version higher than java 8

netindev avatar Oct 24 '23 15:10 netindev

i am using java 8😬

abodinagdat16 avatar Oct 27 '23 18:10 abodinagdat16

looks like you aren't

check via java -version via terminal to see your java version

netindev avatar Nov 04 '23 19:11 netindev

java 8

abodinagdat16 avatar Nov 18 '23 16:11 abodinagdat16

alright, it's possible something changed in the runtime so this problem can be fixed if you disable corrupt_output_stream in the configuration, if somehow didn't work even without corrupt_output_stream disabled, try to disable corrupt_class_names too

netindev avatar Nov 19 '23 20:11 netindev