AranaiRa / ArcaneArchives

Minecraft mod. A magical storage solution.
MIT License
29 stars 10 forks source link

java.lang.RuntimeException: Attempted to load class chd for invalid side SERVER #97

Closed ErikSteiner closed 4 years ago

ErikSteiner commented 4 years ago

I am not sure if this is related to your mod. I just scrolled through the log file of the server version of Rebirth of the night and found this exception at startup. The server will continue, so it doesn't seem critical. However to be on the save side, I attached the log file. [22:06:39] [main/TRACE] [mixin]: Catching net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@71f96dfb from coremod FMLCorePlugin Caused by: java.lang.RuntimeException: Attempted to load class chd for invalid side SERVER chd_invalid.txt

noobanidus commented 4 years ago

This can generally be safely ignored.

ErikSteiner commented 4 years ago

Thank you for your quick reply.