Causes a Crash When Loaded with Forge Essentials
spacebuilder2020 opened this issue ยท 0 comments
Healers Log4J Proxy is conflicting with Forge Essentials LoggingHandler.
This causes a class not found exception cause Forge Essentials uses the same codepath (https://github.com/Glease/Healer/blob/master/src/main/java/net/glease/healer/Healer.java#L99) to inject it's own appenders into the log4j config.
Attached is the crash report in question https://pastebin.com/ZyzjbYck
Removing the mod allows the server to start up however, it would be ideal for the mod to be compatible due to the criticality of the log4j issues!