FabricMC / fabric-loader

Fabric's mostly-version-independent mod loader.
Apache License 2.0
632 stars 269 forks source link

Java 23 support #976

Closed Oregano1963 closed 1 month ago

Oregano1963 commented 2 months ago

On a fresh 1.21.1 install of fabric api 104.0 on fabric 0.16.5, the game crashes when using GraalVM 23.

Graal Download: https://www.graalvm.org/downloads/

logs: https://mclo.gs/xChF8DR

github-actions[bot] commented 2 months ago

👋 We use the issue tracker exclusively for final bug reports and feature requests. However, this issue appears to be better suited for either a discussion thread, or a message on our discord server. Please post your request on one of these, and the conversation can continue there.

apple502j commented 2 months ago

Use Java 21 or 22.

modmuss50 commented 2 months ago

No, this is a valid issue, we should support Java 23 unfortunately we are blocked waiting on an ASM update. The latest released version that adds support for Java 23 has a bug preventing us from being able to update. I will re-open this issue and move it to the correct repo.

Mukul1127 commented 1 month ago

No, this is a valid issue, we should support Java 23 unfortunately we are blocked waiting on an ASM update. The latest released version that adds support for Java 23 has a bug preventing us from being able to update. I will re-open this issue and move it to the correct repo.

Since you made this comment, ASM 9.7.1 released, does this version have the bugfix allowing the update?

Edit: I didn't even realize it released today lol

modmuss50 commented 1 month ago

Updated ASM in the latest loader (beta) version, also includes Java 24 support :)