baileyholl / Ars-Nouveau

Repository for the Ars Nouveau minecraft mod. https://www.curseforge.com/minecraft/mc-mods/ars-nouveau
https://www.curseforge.com/minecraft/mc-mods/ars-nouveau
Other
181 stars 108 forks source link

Mod tries to load class LocalPlayer on start of the server #604

Closed Deimoz closed 2 years ago

Deimoz commented 2 years ago

Hello, maybe it's my problem but if I get it right due to logs Ars Nouveau tries to load class that server can't provide (because it's looks like this class should be only for client. Sorry, I don't know much about minecraft code) Trying to start it on Aternos, here are logs:

[10Jul2022 21:17:14.752] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/player/LocalPlayer for invalid dist DEDICATED_SERVER
[10Jul2022 21:17:14.753] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/player/LocalPlayer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/player/LocalPlayer for invalid dist DEDICATED_SERVER)
[10Jul2022 21:17:14.753] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.player.LocalPlayer was not found ars_nouveau.mixins.json:elytra.ClientElytraMixin

I will appreciate if you help me with this.

Using 2.5.0 version for 1.18.2 on 40.1.0 forge (same on 2.6.4)

baileyholl commented 2 years ago

Cannot do anything without a crash log, but I presume you are likely using a client side mod that is incompatible. Some include: Rubidium Dynamic Lights Some shaders Vivecraft