NBT Tooltips makes game crash - if Controlify is installed too
NyaomiDEV opened this issue ยท 1 comments
To Reproduce
Steps to reproduce the crash:
- Have both this mod and Controlify installed
- Start the game
- Notice crash
Pastebin links
- Crash Log: https://pastebin.com/NZDpTkMM
- Modpack link (preferred) or Mod List: https://pastebin.com/kVZWapau
Environment (please complete the following information):
- Mod Version: 1.7.2
- MC Version: 1.20.2
- Fabric Version: Quilt 0.23.1
- Fabric API version: Quilted Fabric API 8.0.0-alpha.4-0.91.6
- System: Artix Linux
- Installation type: SinglePlayer
Additional context
The client crashes as soon as it draws the GLFW window because Tried to lookup sprite, but atlas is not initialized
. This is because NBT Tooltips ticks the game as soon as the window is drawn.
Offending line:
Issue is also being tracked here:
isXander/Controlify#247