Skip to content

Dimthread maybe incompatible with carpet rule: updateSuppressionCrashFix #79

Description

@OptiJava

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions