Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random IndexOutOfBoundsException in Parkour Warrior Dojo #110

Open
BluSpring opened this issue Dec 13, 2023 · 2 comments
Open

Random IndexOutOfBoundsException in Parkour Warrior Dojo #110

BluSpring opened this issue Dec 13, 2023 · 2 comments
Assignees
Labels
Bug Something isn't working

Comments

@BluSpring
Copy link
Contributor

Describe the bug
When you complete a Bonus path in Parkour Warrior Dojo, there is a small chance for you to get kicked with an IndexOutOfBoundsException randomly.

To Reproduce
just play enough PW Dojo.

Expected behaviour
For the game to not kick you?

Screenshots & Logs
FINALLY GOT THE CRASH.txt

System & Version Information
(This can usually be found in the F3 Menu)

  • Eclipse Adoptium 17.0.9.9
  • Minecraft 1.20.2
  • IslandUtils 1.6.2
  • Windows 11
  • AMD Ryzen 7 7700X

Additional context
I encountered this bug TWO AND A HALF MONTHS AGO, AND IT TOOK SO LONG TO ENCOUNTER THE BUG AGAIN. Had to create an entirely custom mixin just to log any internal exceptions to figure out what was happening.
The mixin was literally just

@Mixin(Connection.class)
public class ConnectionMixin {
    @Inject(method = "exceptionCaught", at = @At(value = "INVOKE", target = "Lnet/minecraft/network/chat/TranslatableComponent;<init>(Ljava/lang/String;[Ljava/lang/Object;)V"))
    private void printExceptionStackTrace(ChannelHandlerContext channelHandlerContext, Throwable throwable, CallbackInfo ci) {
        throwable.printStackTrace();
    }
}
@LukynkaCZE LukynkaCZE added the Bug Something isn't working label Dec 22, 2023
@AsoDesu
Copy link
Owner

AsoDesu commented Apr 20, 2024

I'm gonna close this issue as there is not reliable way of reproducing it, and involves weirdness with Minecraft's own Component system
If it crops up again i'll reopon :)

@AsoDesu AsoDesu closed this as not planned Won't fix, can't repro, duplicate, stale Apr 20, 2024
@AsoDesu AsoDesu reopened this Oct 1, 2024
@iiGirts
Copy link

iiGirts commented Oct 2, 2024

This issue has been happening to me for a while now on 1.21.1

2024-10-01_21 08 16
disconnect-2024-10-01_20.50.37-client.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants