ascott18 / TellMeWhen

TellMeWhen is a combat tracking AddOn for World of Warcraft Retail and Classic
https://wow.curseforge.com/projects/tellmewhen
GNU General Public License v3.0
86 stars 11 forks source link

Some lua errors from today #2028

Closed CaRuJa1 closed 1 year ago

CaRuJa1 commented 1 year ago

WoW Version

Retail

TellMeWhen Version

v10.0.4

Describe the bug

Hey there, I'm getting a lot of errors thrown into bugsack essentially on start up. I just walk around the covenant hall and get a pile of errors. Sorry that isn't much context, but I'll share them below and hopefully they are helpful:


77x [string "Condition_ITEMINBAGS"]:3: attempt to index field '?' (a nil value) [string "Condition_ITEMINBAGS"]:3: in function `CheckFunction' [string "@TellMeWhen/Components/Core/Conditions/ConditionObject.lua"]:266: in function <...eWhen/Components/Core/Conditions/ConditionObject.lua:260>

[string "@TellMeWhen/Components/Core/Conditions/ConditionObject.lua"]:235: in function RegisterForUpdating' [string "@TellMeWhen/Components/Core/Conditions/ConditionObject.lua"]:319: in functionDeclareExternalUpdater' [string "@TellMeWhen/Components/Core/Icon.lua"]:1040: in function <TellMeWhen/Components/Core/Icon.lua:926>

[string "@TellMeWhen/Components/Core/Group.lua"]:497: in function <TellMeWhen/Components/Core/Group.lua:425>

[string "@TellMeWhen/TellMeWhen.lua"]:2714: in function UpdateNormally' [string "@TellMeWhen/TellMeWhen.lua"]:2863: in functionUpdate' [string "@TellMeWhen/TellMeWhen.lua"]:2871: in function `?' [string "@Ace3/AceTimer-3.0-17/AceTimer-3.0.lua"]:55: in function <Ace3/AceTimer-3.0/AceTimer-3.0.lua:50>


20771x [string "Condition_ITEMCD_COMBAT_ICON_ICON"]:3: attempt to index field '?' (a nil value) [string "Condition_ITEMCD_COMBAT_ICON_ICON"]:3: in function CheckFunction' [string "@TellMeWhen/Components/Core/Conditions/ConditionObject.lua"]:266: in functionCheck' [string "@TellMeWhen/Components/Core/Conditions/UpdateEngine.lua"]:151: in function <...llMeWhen/Components/Core/Conditions/UpdateEngine.lua:146>

[string "@TellMeWhen/TellMeWhen.lua"]:828: in function `Fire' [string "@TellMeWhen/TellMeWhen.lua"]:2609: in function <TellMeWhen/TellMeWhen.lua:2588>


Export Strings

N/A
solitha commented 1 year ago

I came here for much the same reason. Looks like an alpha update fixes it though, look for 10.0.4-3.

ascott18 commented 1 year ago

Duplicate of #2026