Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Missing chunk emptiness map entries #56

Closed
UltraBlackLinux opened this issue May 7, 2021 · 3 comments
Closed

Missing chunk emptiness map entries #56

UltraBlackLinux opened this issue May 7, 2021 · 3 comments
Labels
fabric Fabric version of the mod

Comments

@UltraBlackLinux
Copy link

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!

@Spottedleaf Spottedleaf changed the title Exception while loading chunks Missing chunk emptiness map entries May 8, 2021
@Spottedleaf Spottedleaf added the fabric Fabric version of the mod label May 8, 2021
@Spottedleaf
Copy link
Member

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.

@Spottedleaf
Copy link
Member

Spottedleaf commented May 8, 2021

So for RC3 I'm just going to write in some logic to simply init the emptiness maps instead of crashing.

@Spottedleaf
Copy link
Member

Fixed in 1.0.0-RC3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fabric Fabric version of the mod
Projects
None yet
Development

No branches or pull requests

2 participants