Issue when enabled with ATT (All The Things)
rbpaiett opened this issue ยท 2 comments
Describe the bug
In the crafting interface (in my case, mining), ATT pops out with a window on the right listing all unobtained recipes, as well as other tooltips. When the user does a mouseover over these items, lua errors spring up.
To Reproduce
Steps to reproduce the behavior:
- Open crafting interface with GatherLite & All The Things addons enabled.
- Move cursor over the items listed in the ATT window attached to the right.
Expected behavior
Tooltips with further information without lua errors.
Screenshots
Additional context
Lua error that appears:
241x GatherLite/scripts/main.lua:95: attempt to index field '?' (a nil value)
[string "@GatherLite/scripts/main.lua"]:95: in function <GatherLite/scripts/main.lua:86>
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: in function SetText' [string "@ArkInventory/Core/ArkInventoryTooltip.lua"]:133: in function
GameTooltipSetText'
[string "@ArkInventory/Core/ArkInventory.lua"]:6564: in function `Frame_Bar_Label_OnEnter'
[string "*ArkInventory.xml:1352_OnEnter"]:1: in function <[string "*ArkInventory.xml:1352_OnEnter"]:1>
I suppose it might be ArkInventory but I had to start somewhere.