Jump to content

Forge 789 + EnchantPlus mod crash (getStringLocalization() on server side?)


Pryankster

Recommended Posts

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

Link to comment
Share on other sites

 

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.