Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException when respawning - potential incompatibility with Immersive Portals #39

Closed
LemmaEOF opened this issue Nov 16, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@LemmaEOF
Copy link

Minecraft: 1.16.4, Fabric
Immersive Portals: 0.43
LambDynamicLights: 1.3.2+1.16.4

When respawning (reproduced when respawning from the nether to the overworld), the game may crash from a series of errors, starting with a NullPointerException from LambDynamicLights, then failing Validate.isTrue inside Immersive Portals code at least once per tick, then finally crashing from a NullPointerException through an Immersive Portals redirect.

crash log - errors start
crash log - game fuly crashes

multimc pack

@LemmaEOF LemmaEOF added the bug Something isn't working label Nov 16, 2020
@LambdAurora
Copy link
Owner

This is caused because LambDynamicLights tries to rebuild a chunk that is not in the same world/unloaded which some mods really doesn't like.

It's already on the TODO list of things to fix.

@LambdAurora
Copy link
Owner

Fixed in 1.3.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants