Project-RT / RandomTweaker

Provides many more mods support and great features for CraftTweaker.
https://www.curseforge.com/minecraft/mc-mods/randomtweaker
MIT License
21 stars 8 forks source link

[ERROR] Error loading vanilla ASM: `ClassNotFoundException: ge` #69

Closed Krutoy242 closed 10 months ago

Krutoy242 commented 10 months ago

Loading game with RandomTweaker i found this error appear in debug.log file:

[main/ERROR] [ink.ikx.rt.classTransforms.RandomTweakerClassTransformer]: Error loading vanilla ASM
java.lang.RuntimeException: java.lang.ClassNotFoundException: ge
    at ink.ikx.rt.classTransforms.RandomTweakerClassWriter.getCommonSuperClass(RandomTweakerClassWriter.java:19) ~[RandomTweakerClassWriter.class:?]
    at org.objectweb.asm.ClassWriter.getMergedType(ClassWriter.java:1698) ~[asm-debug-all-5.2.jar:5.2]
    at org.objectweb.asm.Frame.merge(Frame.java:1530) ~[asm-debug-all-5.2.jar:5.2]
  [...]

What does this error means? Does this means some of RandomTweaker functionality not working?

ikexing-cn commented 10 months ago

Ignore it

Krutoy242 commented 10 months ago

Ok, i will ignore it.

But i would like if ignorable or errors that have no relay on mod features marked as "WARN" instead of "ERROR" or even "INFO" log level 😊

ikexing-cn commented 10 months ago

Thanks for your suggestion.

Not should ignore, sorry I didn't read it carefully.

BTW, This issue has nothing to do with the TC.