
Client Mixins in Common Side mixin list leading to errors on dedicated server
TarnishedHart opened this issue · 4 comments
Hello,
I keep getting these mixin errors.
[04:11:49.477] [main/ERROR] [common.asm.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER
[04:11:49.484] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/gui/screens/Screen (java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER)
[04:11:49.484] [main/WARN] [mixin/]: @mixin target net.minecraft.client.gui.screens.Screen was not found fabric-screen-api-v1.mixins.json:ScreenAccessor from mod fabric_screen_api_v1
[04:11:49.698] [main/WARN] [mixin/]: Error loading class: com/mojang/blaze3d/vertex/BufferBuilder (java.lang.ClassNotFoundException: com.mojang.blaze3d.vertex.BufferBuilder)
[04:11:49.698] [main/WARN] [mixin/]: @mixin target com.mojang.blaze3d.vertex.BufferBuilder was not found owo.mixins.json:BufferBuilderAccessor from mod owo
[04:11:49.705] [main/ERROR] [common.asm.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER
[04:11:49.706] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/gui/screens/Screen (java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER)
[04:11:49.706] [main/WARN] [mixin/]: @mixin target net.minecraft.client.gui.screens.Screen was not found owo.mixins.json:ScreenAccessor from mod owo
[04:11:49.835] [main/ERROR] [common.asm.RuntimeDistCleaner/DISTXFORM]: Attempted to load class com/mojang/blaze3d/vertex/VertexFormat$Mode for invalid dist DEDICATED_SERVER
[04:11:49.836] [main/WARN] [mixin/]: Error loading class: com/mojang/blaze3d/vertex/VertexFormat$Mode (java.lang.RuntimeException: Attempted to load class com/mojang/blaze3d/vertex/VertexFormat$Mode for invalid dist DEDICATED_SERVER)
[04:11:49.837] [main/WARN] [mixin/]: Error loading class: com/mojang/blaze3d/vertex/VertexBuffer$Usage (java.lang.ClassNotFoundException: com.mojang.blaze3d.vertex.VertexBuffer$Usage)
[04:11:49.837] [main/ERROR] [common.asm.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/FogRenderer$FogData for invalid dist DEDICATED_SERVER
[04:11:49.837] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/FogRenderer$FogData (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/FogRenderer$FogData for invalid dist DEDICATED_SERVER)
[04:11:49.838] [main/ERROR] [common.asm.RuntimeDistCleaner/DISTXFORM]: Attempted to load class com/mojang/blaze3d/platform/GlStateManager$SourceFactor for invalid dist DEDICATED_SERVER
[04:11:49.838] [main/WARN] [mixin/]: Error loading class: com/mojang/blaze3d/platform/GlStateManager$SourceFactor (java.lang.RuntimeException: Attempted to load class com/mojang/blaze3d/platform/GlStateManager$SourceFactor for invalid dist DEDICATED_SERVER)
[04:11:49.838] [main/ERROR] [common.asm.RuntimeDistCleaner/DISTXFORM]: Attempted to load class com/mojang/blaze3d/platform/GlStateManager$DestFactor for invalid dist DEDICATED_SERVER
[04:11:49.838] [main/WARN] [mixin/]: Error loading class: com/mojang/blaze3d/platform/GlStateManager$DestFactor (java.lang.RuntimeException: Attempted to load class com/mojang/blaze3d/platform/GlStateManager$DestFactor for invalid dist DEDICATED_SERVER)
I don't understand this coding stuff but it does say owo.mixins.json:ScreenAccessor in there. I don't know if this is deriving from a mod conflict or what. But I thought I'd post it here in case something needs to be fixed. I did see 2 other users posted mixin errors as well. Any help would be appreciated! Thank you.
I forgot to add, I'm using neoforge 1.21.1 if that makes a difference or helps at all.