-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
1.20.2 - Description: Ticking entity Non Descript Crash
after update.
#628
Comments
No Observable Present |
Same versions as Zer0 but in single player, 2 crashes, both referencing an error ticking the same entity |
This is beyond my java/jvm knowledge, the method hasn't changed in last commit, just iface was added... |
Looks like If it was that particular change, then the short-term workaround would be to downgrade Structurize to 659 until Minecolonies requires the newer version. |
Ye, had the same thought too, unfortunately the same name and method erasure as the vanilla method, so we will have to dump the structurize version in minecolonies |
Oh, actually, that'll be what it was: according to all sources I can find this sort of "add an interface" is usually ABI compatible in Java, but in the specific case of Minecraft it isn't, because the added interface was a vanilla interface and thus the "real" method name isn't Or to put that another way, the ABI break is that |
Ahhhh, that does make sense. |
Mcol was bumped so now it should compile properly (please close if fixed), btw this would get caught by bin compat checker, guess I really gonna create one... |
They will close it when its fixed I am sure - they always do. |
I can close it :D but I want to be sure it works as I intended, so that's why I asked you to close it if it works for u now |
Is there an existing issue for this?
Are you using the latest Structurize Version?
I am also running the latest versions of other mods that are part of my problem.
Did you check on the Wiki? or ask on Discord?
Minecraft Version
1.20
Structurize Version
structurize-1.20.1-1.0.662-BETA.jar
MineColonies Version (if related bug)
minecolonies-1.20.1-1.1.303-BETA.jar
Related Mods and their Versions
https://legacy.curseforge.com/minecraft/modpacks/fiction-friction-pixelmon/files/4846571
Current Behavior
Structurize crash https://gist.github.com/P3rf3ctXZer0/1fc0ec239d0f40138e0a61cb74276bb1
``Suspected Mods:
MineColonies (minecolonies), Version: 1.20.1-1.1.303-BETA
Issue tracker URL: https://github.com/ldtteam/minecolonies/issues/new/choose
at TRANSFORMER/minecolonies@1.20.1-1.1.303-BETA/com.minecolonies.coremod.entity.ai.util.BuildingStructureHandler.triggerSuccess(BuildingStructureHandler.java:206)
Expected Behavior
No Crash
Reproduction Steps
Updated structurize-1.20.1-1.0.659-BETA.jar to structurize-1.20.1-1.0.662-BETA.jar
Be on a Dedicated Server (At least in my test.)
Logs
https://gist.github.com/P3rf3ctXZer0/1fc0ec239d0f40138e0a61cb74276bb1
Anything else?
Nope.
Footer
Viewers
The text was updated successfully, but these errors were encountered: