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

Click+Drag on top of other items crashes because java.lang.IllegalAccessError. #515

Open
0xC4DE opened this issue Nov 28, 2024 · 0 comments

Comments

@0xC4DE
Copy link

0xC4DE commented Nov 28, 2024

When using a crafting grid in any system, if you place blocks then click & drag over them with the same block it crashes.

This is the exact line, the variable it's accessing that's throwing the variable is this.dragSplittingLimit as that exists in the Minecraft namespace and is private.
My debugger reports the line as: (AEBaseGui.java:970)

Here's the blame because I'm a snitch: https://github.com/AE2-UEL/Applied-Energistics-2/blame/master/src/main/java/appeng/client/gui/AEBaseGui.java#L970

Crash Log: https://mclo.gs/CEjojbp
AE2 Version: v0.56.6 (only AE2 installed)

@0xC4DE 0xC4DE changed the title Click+Drag on top of other items because java.lang.IllegalAccessError. Click+Drag on top of other items crashes because java.lang.IllegalAccessError. Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant