Infernal Expansion

Infernal Expansion

15M Downloads

Crash on boot on FML 36.2.8 server

gglobensky opened this issue ยท 5 comments

commented

Hi, I updated your mod and it now causes a crash on my server related to minecrafts renderer.
If I remove the mod, the server starts just fine.

Here is the log:

https://pastebin.com/9QyWGakT

Thanks for the nice mod!

commented

Unable to replicate

commented

HOW DID YOU REPLICATE THE ISSUE

commented

Just replicated. Do you have any other mods installed?

commented

By running a dedicated server with Crossroads MC installed

commented

Ultimately I think this is caused because FireTypeAccess is written in an unsafe way. It's an interface that gets inherited by Entity that has fields of type RenderMaterial which are client only.