Pryankster Posted July 10, 2013 Posted July 10, 2013 The server side code of the eplus mod is calling cpw.mods.fml.common.registry.LanguageRegistry.getStringLocalization() from the server side. Is this legal? (yeah, I know I should take it up with eplus author -- I have posted a bug on his github) It works local single player and multiplayer, but not headless on my remote or local server. Crash log from local (headless) server: http://pastebin.com/2PQ8nZkm --pryankster
LexManos Posted July 10, 2013 Posted July 10, 2013 Caused by: java.lang.RuntimeException: Attempted to load class ats for invalid side SERVER at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51) Obviously not. And as you said this is obviously an issue there end. They have a hard reference to Minecraft, which is client side only. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
Recommended Posts