Game crashes whenever I open the "Fields" page of the Farm.
YoTroops opened this issue ยท 6 comments
Is there an existing issue for this?
- I have searched the existing issues
Are you using the latest MineColonies Version?
- I am running the latest alpha version of MineColonies for my Minecraft version.
I am also running the latest (possible) versions of other mods that are part of my problem.
Did you check on the Wiki? or ask on Discord?
- I checked the MineColonies/Structurize Wiki or I asked on discord. Or I was sent from discord to open an issue here.
Minecraft Version
1.16
MineColonies Version
minecolonies-1.16.5-1.0.712-ALPHA
Structurize Version
structurize-1.16.5-1.0.392-RELEASE
Related Mods and their Versions
No response
Current Behavior
Whenever I go to my farm, and I open the "Fields" page, the game saves and quits, and crashes.
Expected Behavior
I expected it to open the "Fields" page.
Reproduction Steps
- Go to the farm
- Open the farm
- Go to the fields page
Logs
Anything else?
No response
Footer
Viewers
- Add a thumbs-up to the bug report if you are also affected. This helps the bug report become more visible to the team and doesn't clutter the comments.
- Add a comment if you have any insights or background information that isn't already part of the conversation.
Also here in minecolonies-1.16.5-1.0.709-ALPHA
Not all fields. 100% reproducible when it is happening, happens in specific fields.
Just for the record, the crash also happens in 1.18.2 with Minecolonies 1.0.715 and blockui 0.0.47
@Thodor12 you can't pass null into settext, following method starts with null component and may end with return null
https://github.com/ldtteam/minecolonies/blame/version/main/src/api/java/com/minecolonies/api/util/BlockPosUtil.java#L714
This should be resolved with #8376