NBT Tooltip

NBT Tooltip

72.4k Downloads

NBT Tooltips makes game crash - if Controlify is installed too

NyaomiDEV opened this issue ยท 1 comments

commented

To Reproduce
Steps to reproduce the crash:

  1. Have both this mod and Controlify installed
  2. Start the game
  3. Notice crash

Pastebin links

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:

if (!Screen.hasShiftDown() && !isPressed(mc, SCROLL_DOWN) && !isPressed(mc, SCROLL_UP) && autoscroll_locks == 0) {

commented

Issue is also being tracked here:
isXander/Controlify#247