A CancellationException occurred in the method method_29243 when attempting to tick an entity. The exception was thrown because the callback method is not cancellable.
Step to reproduce
The exception originated from the CallbackInfo class in the org.spongepowered.asm.mixin.injection.callback package, indicating that a mixin attempted to cancel the execution of the method but the method itself is not designed to be cancelled.•The affected method is part of the class_1308 class, which appears to be related to entity handling.•The stack trace points to several other classes and methods, including class_1642, class_3218, and MinecraftServer, suggesting issues with entity ticking, world updates, and server operations.
I have confirmed that ...
Banner version
697
OS & Java versions
Java 21
Plugins and Mods
Description
A CancellationException occurred in the method method_29243 when attempting to tick an entity. The exception was thrown because the callback method is not cancellable.
Step to reproduce
The exception originated from the CallbackInfo class in the org.spongepowered.asm.mixin.injection.callback package, indicating that a mixin attempted to cancel the execution of the method but the method itself is not designed to be cancelled.•The affected method is part of the class_1308 class, which appears to be related to entity handling.•The stack trace points to several other classes and methods, including class_1642, class_3218, and MinecraftServer, suggesting issues with entity ticking, world updates, and server operations.
Logs
https://pastebin.com/2Hr96fzp
Server pack link (Optional)
No response