Missing chunk emptiness map entries
UltraBlackLinux opened this issue ยท 3 comments
Hey there,
I just crashed, while joining a server, here are the logs:
https://paste.ee/p/eMRC5
Is that some mod incompatibility again?
Thanks!
This is probably a result of a mod conflict. Typically when chunks are loaded into the client the code is supposed to make calls to let the light engine know that a bunch of chunk sections have been loaded in, and it will say which ones are empty and which ones aren't. This crash will happen if not all chunk sections are accounted for in that logic.
I've set the chunk load hook for starlight to be immediately after that logic should run. So it's probably a mod loading in chunk data without calling the correct light engine logic.