mojira.dev

rbw

Assigned

No issues.

Reported

MCPE-160130 In experimental mode and Addons, entity updates are suspended Cannot Reproduce MCPE-143762 Some mineral blocks cannot be crafted. Duplicate

Comments

Here are some new discoveries:
1. The error in the video is actually caused by the value of LevelChunk::Finalization continuing to be NeedsInstaticking, you can try to debug the LevelChunk::tick function.
2. The reason for the constant "NeedsInstaticking" is that some Addon items keep calling BlockTickingQueue::add, and they endlessly add events to the schedule!
3. I have fixed this problem, I hope Mojang can fix it better. The way to reproduce is in the world. .

I've managed to locate the problem addon: yBiomes, which is included in the mcworld zip, which you can download.
1. When I disable the addon, everything goes back to normal, like at the end of the video.
2. It's not that breaking any block is useful. When I tried to surround the problem chunk with blocks, I found that as long as a specific block was broken, everything would return to normal.
3. I provided mcworld (in the cloud disk, you can download it) I hope this can provide some help to solve the problem, I have also reported the problem to the author of the addon.

Yes, this problem still exists. I can't create my player profile right now!