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

modpack keeps crashing because of architectury api #589

Open
Leinka1056 opened this issue Jan 8, 2025 · 1 comment
Open

modpack keeps crashing because of architectury api #589

Leinka1056 opened this issue Jan 8, 2025 · 1 comment

Comments

@Leinka1056
Copy link

My modpack kept crashing, i narrowed the problem down to architectury api. When installed it crashes before minecraft is even loaded, when removed it loads fine but lots of mods need it to work. please help

the error i get:
[08/01/2025 19:31:45 PM] Caused by: java.lang.IllegalArgumentException: The requested compatibility level JAVA_18 could not be set. Level is not supported by the active JRE or ASM version (Java 17.0, ASM 9.7.1 (ASM10_EXPERIMENTAL))

@cassiancc
Copy link

One of your mods is requiring Java 18 and you're using Java 17. Try running with Java 18 or higher, and/or send a full crash log.

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