Setting 2 elements to be eachothers anchor point will cause a crash
VoidWarOfficial opened this issue ยท 2 comments
Describe the bug
I set two elements as eachothers anchor points (element A was element B's anchor point, and element B was element A's anchor point)
To Reproduce
Steps to reproduce the behavior (e.g.):
- Set Element anchor point to another element
- Set the other elements anchor point to the first one
latest.log
Expected behavior
Expected to be told you cannot set conflicting anchor points
Game Log
Please always include your .minecraft/logs/latest.log
file right after the issue happened.
Please don't send the whole log as plain text here. Upload the file to https://gist.github.com and send the link.
DON'T SEND LOG SNIPPETS OR CRASH LOGS, PLEASE SEND THE WHOLE LATEST.LOG FILE!
Basic Informations (please complete the following information):
- OS: Windows
- FancyMenu Version: 3.2.3
- Forge/Fabric Version: Forge 40.2.21
- Minecraft Version1.18.2
Should be common sense not to anchor 2 elements to each other anyway.
I did once lose a lotta progress to this crash during a session of making the web in minecraft (basically remaking chromium but just image and text files stored on github servers lmao) + a few other less severe times.
Duplicate of #872