TellMeWhen

TellMeWhen

24M Downloads

LUA Error on Windwalker Monk

canofbutter opened this issue ยท 1 comments

commented

WoW Version

Retail

TellMeWhen Version

11.0.2 r5 (g0b9a9f5)

Describe the bug

On login, talent changes, level up, and selecting the "points in talent" condition, I get the following LUA error on a windwalker monk with any icon trying to use a points in talent condition (error happens even after clearing savedvariables, so not related to any existing loadouts):

Message: TellMeWhen: ...en/Components/Core/Conditions/Categories/Talents.lua:443: table index is nil
Time: Fri Jul 26 19:35:32 2024
Count: 1
Stack: TellMeWhen: ...en/Components/Core/Conditions/Categories/Talents.lua:443: table index is nil
[string "@Interface/AddOns/TellMeWhen/Components/Core/Utils.lua"]:448: in function `Error'
[string "@Interface/AddOns/TellMeWhen/TellMeWhen.lua"]:2855: in function <Interface/AddOns/TellMeWhen/TellMeWhen.lua:2812>

Locals: self = TMW {
 CovenantIcons = <table> {
 }
 modules = <table> {
 }
 DS = <table> {
 }
 db = <table> {
 }
 ALLOW_LOCKDOWN_CONFIG = true
 operators = <table> {
 }
 isNumber = <table> {
 }
 COMMON = <table> {
 }
 TEXT = <table> {
 }
 EquivFullIDLookup = <table> {
 }
 InitializedDatabase = true
 name = "TellMeWhen"
 Defaults = <table> {
 }
 C = <table> {
 }
 BackupDate = "07:35:30 PM"
 SNIPPETS = <table> {
 }
 OrderedTypes = <table> {
 }
 justifyVPoints = <table> {
 }
 Views = <table> {
 }
 CHANGELOG = "## v11.0.2
* Fix: #2178 Spell dragging to icons broken (again) in WoW 11.0
* Fix: #2179 Tracking Active condition broken in WoW 11.0
* Fix: #2182 Unlearned choice node talents missing from suggestion list
* Fix: #2181 totem tracking by name broken, added new warlock talents to Guardians icon type

## v11.0.1
* Fix: #2174 - Autocast conditions not working
* Fix: #2176, #2177, #2175, Many spells not tracking cooldowns properly

## v11.0.0
* Added the original Lightwell icon type back to Cata Classic
* Fix: dragging a spell to an icon not working in WoW 10.2.7.
* Fix: #2168 floating point errors in alpha animations
* Fix: Icon fade animations not always working on condition icons
* Fix: #2170 specific aura variable indexes 1,2,3 not working on buff/debuff icons

## v10.2.7
* Initial support for WoW 11.0
* Fix GetTalentTabInfo call for SOD Phase 4
* Fix Tooltip Number conditions for Cata

## v10.2.6
* Additional updates for Cataclysm Classic, including handling for new player resource types.

## v1 defaultModuleState = true
 CHANGELOG_LASTVER = "7.4.0"
 HELP = <table> {
 }
 UPD_INTV = 0.021000
 Locked = true
 NAMES = <table> {
 }
 GUIDToOwner = <table> {
 }
 InCombat = false
 justifyPoints = <table> {
 }
 GCD = 0
 EventList = <table> {
 }
 EVENTS = <table> {
 }
 EquivOriginalLookup = <table> {
 }
 CONST = <table> {
 }
 indentLib = <table> {
 }
 GroupsToUpdate = <table> {
 }
 GCDSpell = 53
 Classes = <table> {
 }
 isRetail = true
 Group_Defaults = <table> {
 }
 SpellTexturesMetaIndex = <table> {
 }
 performedEvent = "TMW_UPGRADE_PERFORMED"
 UNITS = <table> {
 }
 isWrath = false
 profile = <table> {
 }
 DOGTAG = <table> {
 }
 IconStateArbitrator = <table> {
 }
 time = 158757.716000
 isCata = false
 baseName = "TellMeWhen"
 TIMERS = <table> {
 }
 Backupdb = <table> {
 }
 strlowerCache = <table> {
 }
 SUG = <table> {
 }
 DD = <table> {
 }
 DROPDOWNMENU = <table> {
 }
 enabledState = true
 points = <table> {
 }
 IE = TellMeWhen_IconEditor {
 }
 CI = <table> {
 }
 CNDT = <table> {
 }
 Icon_Defaults = <table> {
 }
 isClassic = false
 BE = <table> {
 }
 Initialized = true
 EquivFirstIDLookup = <table> {
 }
 EquivFullNameLookup = <table> {
 }
 defaultModuleLibraries = <table> {
 }
 DEFAULT_ICON_SETTINGS = <table> {
 }
 IconEventUpdateEngine = Frame {
 }
 IconsToUpdate = <table> {
 }
 PreviousGUIDToOwner = <table> {
 }
 COUNTERS = <table> {
 }
 L = <table> {
 }
 ValidityCheckQueue = <table> {
 }
 orderedModules = <table> {
 }
 IconDragger = <table> {
 }
 OrderedViews = <table> {
 }
 CompareFuncs = <table> {
 }
 Types = <table> {
 }
 callbackregistry = <table> {
 }
 global = <table> {
 }
}
text = "...en/Components/Core/Conditions/Categories/Talents.lua:443: table index is nil"
success = true
result = "...en/Components/Core/Conditions/Categories/Talents.lua:443: table index is nil"

Export Strings

N/A
commented

Initially was only testing on lower level monk, but checked with my level 70 respeced into windwalker and I get the same error.