Server is crashing after update to 1.4.114
Rikarin opened this issue ยท 4 comments
After updating to 1.4.114 server is crashing with error message shown below.
[04:47:35] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.14.21 [04:47:35] [main/INFO]: Loading 7 mods: - carpet 1.4.114+v230809 - carpet-extra 1.4.115 - fabricloader 0.14.21 - java 20 - lithium 0.11.2 - minecraft 1.20.1 - starlight 1.1.2+fabric.dbc156f [04:47:35] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/data/libraries/net/fabricmc/sponge-mixin/0.12.5+mixin.0.8.5/sponge-mixin-0.12.5+mixin.0.8.5.jar Service=Knot/Fabric Env=SERVER [04:47:35] [main/INFO]: Compatibility level set to JAVA_17 [04:47:35] [main/INFO]: Loaded configuration file for Lithium: 115 options available, 0 override(s) found [04:47:36] [main/WARN]: Error loading class: net/minecraft/class_8609 (java.lang.ClassNotFoundException: net/minecraft/class_8609) [04:47:36] [main/WARN]: @Mixin target net.minecraft.class_8609 was not found carpet.mixins.json:ServerCommonPacketListenerimpl_connectionMixin from mod carpet [04:47:36] [main/WARN]: Error loading class: net/minecraft/class_8609 (java.lang.ClassNotFoundException: net/minecraft/class_8609) [04:47:36] [main/ERROR]: Cannot invoke "org.spongepowered.asm.mixin.transformer.ClassInfo.isMixin()" because "superClass" is null java.lang.NullPointerException: Cannot invoke "org.spongepowered.asm.mixin.transformer.ClassInfo.isMixin()" because "superClass" is null
1.4.114 is for 23w32a, and you should downgrade your carpet mod
Modrinth lists it as working with 1.20.1, probably a mistake
After manually downgrading to the 112 version (from 114) it's working again. The listing on Modrinth is wrong and autoupdater downloaded the new (wrong) version overnight.