Game Crashes when viewing Tile Entities
KxttyKxt opened this issue ยท 2 comments
Mod loader
Forge
Minecraft version
1.18.2
Mod version
5.3.0
Modloader version
Forge 40.2.10
Modpack info
https://www.curseforge.com/minecraft/modpacks/lucrative
If bug:
- Can you reproduce this issue with relevant mods only?
If bug: The latest.log file
https://gist.github.com/KxttyKxt/7daf28a37939f5a20e5a720dfeefbc22
Issue description
I played with the tooltip disabled up until the very last point when the game crashed.
I was looking at a crafting table from the Visual Workbench mod. The moment I enabled the Jade Tooltip by pressing NUMPAD 1, the game crashed. Here is the crash log, with the header, Unexpected Error: java.lang.NullPointerException: Cannot read field "f_82470_" because "translate" is null
. All suspected tile entities produce this same crash when looking directly at them (so that Jade attempts to render them in a tooltip).
This issue did not used to happen. It started happening a few days ago. Since then, the issue has also occurred with chests, armor stands, and beds, but not always for those three.
I suspect it is an issue with the Faithless resource pack I have enabled in this modpack.
There is a mod that--when combined with this resource pack--allows special entity and tile entity and block rendering; this mod is [EMF] Entity Model Features. However, this issue persists even after I disabled EMF.
Duplicate of #316