Lua error (Classic): Nil indexing when clicking the Keyring
osaal opened this issue ยท 0 comments
I happened to absentmindedly click the Keyring button in the unified Bag menu, which hit me with the following error:
Version: GW2_UI 8.4.0 Date: 09/29/25 13:34:08 Locale: enUS Build 1.15.7 63306
[13:32:59] [ERROR]: "GW2_UI/Classic/Inventory/bag.lua:310: attempt to index global 'GwBagFrameGwBagHeader5' (a nil value)"
[GW2_UI/Classic/Inventory/bag.lua]:310: in function <GW2_UI/Classic/Inventory/bag.lua:296>
[13:33:01] [ERROR]: "GW2_UI/Classic/Inventory/bag.lua:310: attempt to index global 'GwBagFrameGwBagHeader5' (a nil value)"
[GW2_UI/Classic/Inventory/bag.lua]:310: in function <GW2_UI/Classic/Inventory/bag.lua:296>
[13:33:24] [ERROR]: "GW2_UI/Classic/Inventory/bag.lua:310: attempt to index global 'GwBagFrameGwBagHeader5' (a nil value)"
[GW2_UI/Classic/Inventory/bag.lua]:310: in function <GW2_UI/Classic/Inventory/bag.lua:296>
[13:33:25] [ERROR]: "GW2_UI/Classic/Inventory/bag.lua:310: attempt to index global 'GwBagFrameGwBagHeader5' (a nil value)"
[GW2_UI/Classic/Inventory/bag.lua]:310: in function <GW2_UI/Classic/Inventory/bag.lua:296>
[13:33:26] [ERROR]: "GW2_UI/Classic/Inventory/bag.lua:310: attempt to index global 'GwBagFrameGwBagHeader5' (a nil value)"
[GW2_UI/Classic/Inventory/bag.lua]:310: in function <GW2_UI/Classic/Inventory/bag.lua:296>
[13:33:27] [ERROR]: "GW2_UI/Classic/Inventory/bag.lua:310: attempt to index global 'GwBagFrameGwBagHeader5' (a nil value)"
[GW2_UI/Classic/Inventory/bag.lua]:310: in function <GW2_UI/Classic/Inventory/bag.lua:296>
The error only appeared on the first click, and does not seem to appear again on subsequent clicks. Clicking the Keyring toggles highlights for the possible bag slots that I don't have in blue, but does not do anything else.