GlassPane / Mesh

Modding Library for Fabric
https://www.curseforge.com/minecraft/mc-mods/mesh
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Compatibility level set to JAVA_16 #7

Closed ClaudiusMinimus closed 2 years ago

ClaudiusMinimus commented 2 years ago

1.18-RC3 and RC4 server will not start with Compatibility level set to JAVA_16. I was testing in my new mod pack, 99 Mods on the Wall: Fabric Edition to run on a server and got this message. I narrowed it down to Mesh and then tried to run the server with only Mesh and the error persisted.

Caused by: java.lang.IllegalArgumentException: The requested compatibility level JAVA_17 could not be set. Level is not supported by the active JRE or ASM version (Java 17.0, ASM 9.0 (ASM10_EXPERIMENTAL))

- fabricloader 0.12.5
- java 17
- mesh 0.18.0-alpha
- mesh_api 0.18.0-alpha
- minecraft 1.18-rc.3

latest.log

console_log.txt

UpcraftLP commented 2 years ago

alright, thanks for letting me know

UpcraftLP commented 2 years ago

alright, so apparently this is an issue with the current server installer (fixed in the next release of the installer+fabric loader).

I've set my mixin compatibility level to java 16 as a workaround.