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

Incompatible with EnderCore? #3

Open
unilock opened this issue Jul 12, 2024 · 1 comment
Open

Incompatible with EnderCore? #3

unilock opened this issue Jul 12, 2024 · 1 comment

Comments

@unilock
Copy link

unilock commented Jul 12, 2024

The game crashes during startup with EnderCore installed alongside lwjgl3ify.

[15:44:45] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:698]: java.lang.NoClassDefFoundError: net/minecraft/entity/player/EntityPlayer
[15:44:45] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:698]: 	at RFB-Launch//net.minecraft.client.main.Main.main(SourceFile:38)
[15:44:45] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:698]: 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[15:44:45] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:698]: 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[15:44:45] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:698]: 	at RFB-System//net.minecraft.launchwrapper.Launch.rfb$realLaunch(Launch.java:250)
[15:44:45] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:698]: 	at RFB-System//net.minecraft.launchwrapper.Launch.launch(Launch.java:35)
[15:44:45] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:698]: 	at RFB-System//net.minecraft.launchwrapper.Launch.main(Launch.java:60)
[15:44:45] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:698]: 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[15:44:45] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:698]: 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[15:44:45] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:698]: 	at com.gtnewhorizons.retrofuturabootstrap.Main.main(Main.java:207)
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:660]: Caused by: java.lang.ClassNotFoundException: Exception caught while transforming class net.minecraft.entity.player.EntityPlayer
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:660]: 	at RFB-System//net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:294)
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:660]: 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593)
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:660]: 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:660]: 	... 9 more
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:673]: Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer com.enderio.core.common.transform.EnderCoreTransformer@5c7876e1 from coremod EnderCorePlugin
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:673]: 	at RFB-Launch//net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:673]: 	at RFB-System//net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:405)
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:673]: 	at RFB-System//net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:292)
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:673]: 	... 11 more
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:lockedPrintStackTrace:696]: Caused by: java.lang.IllegalArgumentException: Class versions V1_5 or less must use F_NEW frames.
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:lockedPrintStackTrace:696]: 	at org.objectweb.asm.MethodWriter.visitFrame(MethodWriter.java:781)
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:lockedPrintStackTrace:696]: 	at RFB-Launch//com.enderio.core.common.transform.EnderCoreTransformer.transform(EnderCoreTransformer.java:296)
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:lockedPrintStackTrace:696]: 	at RFB-Launch//net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
[15:44:45] [main/INFO] [STDERR]: [java.lang.Throwable:lockedPrintStackTrace:696]: 	... 13 more
@iristhepianist
Copy link

I have had this issue too.
Any solutions?

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

2 participants