MineColonies

MineColonies

53M Downloads

[BUG] Game crashes on start up

CasperJansson opened this issue ยท 1 comments

commented

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.

Did you check on the Wiki? or ask on Discord?

  • I checked the MineColonies Wiki and made sure my issue is not covered there. Or I was sent from discord to open an issue here.

What were you playing at the time? Were you able to reproduce it in both settings?

  • Single Player
  • Multi Player

Minecraft Version

1.19.2

MineColonies Version

1.1.374-BETA

Structurize Version

1.0.661-RELEASE

Related Mods and their Versions

No response

Current Behavior

Game started to crash randomly, while I was placing dirt blocks. After that it crashes immediately on start up. According to some quick analysis on discord it seems like the the shape of the decoration controller cannot be determined successfully. In order to determine the shape of the decoration controller, it needs the shape of the decoration controller, resulting in and endless loop.

Expected Behavior

That the decoration controller can be determined successfully?

Reproduction Steps

Sorry, but I have no idea, but there was a few mods installed which messed with the block shape code.
This log is with those mods:
https://gist.github.com/CasperJansson/a20136eef1df1986815ef7713e01e14a

This log is from when I removed said mods:
https://gist.github.com/CasperJansson/0513071992eaa5c7510633bef1da74f5

The mods removed was:
oculus
supplementaries
starlight
canary
ferritecore

Logs

https://gist.github.com/CasperJansson/a20136eef1df1986815ef7713e01e14a

Anything else?

  • 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.
commented

I loaded up a back up of the same save file and noticed that the decoration controller that the crash report is referencing was on a block that was overlapping another build request. New theory from discord mod is "whether they (the builder) walked too close to the decoration controller, and minecraft was trying to find out whether they collided".