Zeta

Zeta

20M Downloads

Catch exceptions in ForgeEventRemapper

ProjectHSI opened this issue ยท 1 comments

commented

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.

commented

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.