We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UniMixins/module-compat/src/main/java/io/github/legacymoddingmc/unimixins/compat/CompatCore.java
Line 98 in 918a80a
[03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/FMLRelaunchLog [03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at io.github.legacymoddingmc.unimixins.compat.CompatCore$DummyTransformer.setFmlLoggerToVerbose(CompatCore.java:98) [03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at io.github.legacymoddingmc.unimixins.compat.CompatCore$DummyTransformer.<init>(CompatCore.java:87) [03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.Class.newInstance(Class.java:442) [03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.common.launcher.FMLDeobfTweaker.injectIntoClassLoader(FMLDeobfTweaker.java:27) [03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [03:50:03] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 6 more [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.relauncher.FMLRelaunchLog [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at java.lang.ClassLoader.loadClass(ClassLoader.java:419) [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at java.lang.ClassLoader.loadClass(ClassLoader.java:352) [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: ... 17 more [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: Caused by: java.lang.ArrayIndexOutOfBoundsException: 6 [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at org.objectweb.asm.ClassReader.readShort(Unknown Source) [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at org.objectweb.asm.ClassReader.<init>(Unknown Source) [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at org.objectweb.asm.ClassReader.<init>(Unknown Source) [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer.transform(DeobfuscationTransformer.java:41) [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [03:50:03] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: ... 19 more```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
UniMixins/module-compat/src/main/java/io/github/legacymoddingmc/unimixins/compat/CompatCore.java
Line 98 in 918a80a
The text was updated successfully, but these errors were encountered: