DimensionalThreading icon indicating copy to clipboard operation
DimensionalThreading copied to clipboard

Dimthread maybe incompatible with carpet rule: updateSuppressionCrashFix

Open OptiJava opened this issue 3 years ago • 0 comments

updateSuppressionCrashFix rule not work when I add dimthread. image

I think this problem is caused by two mods modifying the same method:MinecraftServer$tickWorlds

Dimthread source code: image

Carpet source code: image image

Carpet will throw a ThrowableSuppression if there is a StackOverFlowError,and plans to catch it in MinecraftServer$tickWorlds But dimthread also modifying method MinecraftServer$tickWorlds.

I hope you can solve this problem.Thankyou.

OptiJava avatar Nov 20 '22 05:11 OptiJava