Skip to content

Dimthread maybe incompatible with carpet rule: updateSuppressionCrashFix #79

@OptiJava

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.

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