Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ArkInventoryTooltip.lua:2045: attempt to index field 'ARKTTD' (a nil value) #1832

Open
rbpaiett opened this issue Nov 9, 2023 · 1 comment
Labels
bug its a bug

Comments

@rbpaiett
Copy link

rbpaiett commented Nov 9, 2023

What version number you are using?
31018.03

What game client are you playing? Retail, Wrath, Classic / Live, PTR, Beta
Classic Era

What language is the game client set to?
English

Describe the bug
Lua error appears:
Message: ...ace/AddOns/ArkInventory/Core/ArkInventoryTooltip.lua:2045: attempt to index field 'ARKTTD' (a nil value)
Time: Wed Nov 8 20:27:50 2023
Count: 15
Stack: ...ace/AddOns/ArkInventory/Core/ArkInventoryTooltip.lua:2045: attempt to index field 'ARKTTD' (a nil value)
[string "@Interface/AddOns/ArkInventory/Core/ArkInventoryTooltip.lua"]:2045: in function HookTooltipSetGeneric' [string "@Interface/AddOns/ArkInventory/Core/ArkInventoryTooltip.lua"]:1491: in function <...ace/AddOns/ArkInventory/Core/ArkInventoryTooltip.lua:1490> [string "=(tail call)"]: ? [string "=[C]"]: in function SetCraftSpell'
[string "@Interface/AddOns/AllTheThings/classic/ATT-Classic.lua"]:13699: in function `CacheRecipes'
[string "@Interface/AddOns/AllTheThings/classic/ATT-Classic.lua"]:13838: in function <...nterface/AddOns/AllTheThings/classic/ATT-Classic.lua:13828>

Locals: fn = "SetCraftSpell"
tooltip = ATTCNPCHarvester {
0 =
updateTooltip = 0.200000
NineSlice = Frame {
}
SetBorderBlendMode = defined @Interface/SharedXML/SharedTooltipTemplates.lua:302
comparing = false
TooltipBackdropOnLoad = defined @Interface/SharedXML/SharedTooltipTemplates.lua:271
TopOverlay = Texture {
}
GetBackdropColor = defined @Interface/SharedXML/SharedTooltipTemplates.lua:290
layoutType = "TooltipDefaultLayout"
needsReset = true
BottomOverlay = Texture {
}
SetBackdropBorderColor = defined @Interface/SharedXML/SharedTooltipTemplates.lua:294
GetBackdropBorderColor = defined @Interface/SharedXML/SharedTooltipTemplates.lua:298
SetBackdropColor = defined @Interface/SharedXML/SharedTooltipTemplates.lua:286
}
(*temporary) = nil
(*temporary) = ATTCNPCHarvester {
0 =
updateTooltip = 0.200000
NineSlice = Frame {
}
SetBorderBlendMode = defined @Interface/SharedXML/SharedTooltipTemplates.lua:302
comparing = false
TooltipBackdropOnLoad = defined @Interface/SharedXML/SharedTooltipTemplates.lua:271
TopOverlay = Texture {
}
GetBackdropColor = defined @Interface/SharedXML/SharedTooltipTemplates.lua:290
layoutType = "TooltipDefaultLayout"
needsReset = true
BottomOverlay = Texture {
}
SetBackdropBorderColor = defined @Interface/SharedXML/SharedTooltipTemplates.lua:294
GetBackdropBorderColor = defined @Interface/SharedXML/SharedTooltipTemplates.lua:298
SetBackdropColor = defined @Interface/SharedXML/SharedTooltipTemplates.lua:286
}
(*temporary) = false
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'ARKTTD' (a nil value)"
checkAbortItemCount = defined @Interface/AddOns/ArkInventory/Core/ArkInventoryTooltip.lua:153
string =

{
split = defined =[C]:-1
match = defined =[C]:-1
gmatch = defined =[C]:-1
upper = defined =[C]:-1
gsub = defined =[C]:-1
format = defined =[C]:-1
lower = defined =[C]:-1
sub = defined =[C]:-1
gfind = defined =[C]:-1
rep = defined =[C]:-1
char = defined =[C]:-1
rtgsub = defined @Interface/FrameXML/RestrictedInfrastructure.lua:618
join = defined =[C]:-1
reverse = defined =[C]:-1
byte = defined =[C]:-1
trim = defined =[C]:-1
len = defined =[C]:-1
find = defined =[C]:-1
}
helper_CheckTooltipForItemOrSpell = defined @Interface/AddOns/ArkInventory/Core/ArkInventoryTooltip.lua:1437
type = defined =[C]:-1
MissingFunctions =
{
}

To Reproduce
Error appears when only ArkInventory and ATT (AllTheThings) addons are enabled and I click on the 'Enchanting' crafting interface.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context

@rbpaiett rbpaiett changed the title [BUG] Short description of your issue [BUG] ArkInventoryTooltip.lua:2045: attempt to index field 'ARKTTD' (a nil value) Nov 9, 2023
@arkayenro arkayenro added the bug its a bug label Nov 9, 2023
@arkayenro
Copy link
Owner

should be fixed in 3.10.18-alpha-4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug its a bug
Projects
None yet
Development

No branches or pull requests

2 participants