TerraFirmaCraft-The-Final-Frontier / RoughlyEnoughIDs

Fork of JustEnoughIDs. Minecraft 1.13+ chunk format in 1.12.2, removing the block, item, & biome ID limits.
https://www.curseforge.com/minecraft/mc-mods/reid
MIT License
10 stars 11 forks source link

REID maybe break AE2 Extend Life #69

Closed zeng-github01 closed 2 weeks ago

zeng-github01 commented 2 weeks ago

crash-2024-11-05_21.48.20-client.txt

This bug causes the wireless terminal to randomly force close, because OutOfRange

jchung01 commented 2 weeks ago

The only place I see where a null pointer exception can occur in NetHandlerPlayClient#handleEntityEffect() is if the world is null, which is not changed by REID. The crash report doesn't look correlated to your issue though, so are there any other crash reports?

zeng-github01 commented 2 weeks ago

The only place I see where a null pointer exception can occur in NetHandlerPlayClient#handleEntityEffect() is if the world is null, which is not changed by REID. The crash report doesn't look correlated to your issue though, so are there any other crash reports?

Not yet. To be honest, this kind of error in AE is very strange.