VazkiiMods/Zeta

Catch exceptions in ForgeEventRemapper

Closed this issue · 1 comments

zetaEventConsumer.invoke(forgeToZetaFunc.apply(event));
doesn't catch exceptions which occur in other mods, which causes crashes as the exceptions travel upstream causing a crash.

Apparently, this already catches exceptions, but it appears that the Throwable catch - for whatever, does catch the NullPointerException caused by the Create: Dreams and Desires crash. Therefore this is unfixable on Zeta's side.