architectury-api icon indicating copy to clipboard operation
architectury-api copied to clipboard

modpack keeps crashing because of architectury api

Open Leinka1056 opened this issue 1 year ago • 2 comments

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))

Leinka1056 avatar Jan 08 '25 19:01 Leinka1056

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.

cassiancc avatar Jan 09 '25 05:01 cassiancc

send a full crash log.

I use ATlauncher, when you say crash log, do you mean the console or something else?

.

Try running with Java 18 or higher,

It looks like i'm using a version of java later than 18 but i dont' really understand these things.

.

(I don't really know what i'm doing if thats not obvious)

Leinka1056 avatar Jan 09 '25 19:01 Leinka1056