Skip to content
New issue

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

0.1.17's compat module Breaks on 1.8+ #29

Open
HowardZHY opened this issue Jun 26, 2024 · 0 comments
Open

0.1.17's compat module Breaks on 1.8+ #29

HowardZHY opened this issue Jun 26, 2024 · 0 comments

Comments

@HowardZHY
Copy link

HowardZHY commented Jun 26, 2024

[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```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant