anzz1 / TacoTip

Better player tooltips - class colors, talents/specialization, GearScore & more - for Classic / TBC / WoTLK
8 stars 18 forks source link

LibClassInspector throws Lua Errors since Phase3 patch #41

Closed BorniPL closed 1 year ago

BorniPL commented 1 year ago
Message: ...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3105: attempt to perform arithmetic on field '?' (a nil value)
Time: Thu Jun 22 13:01:31 2023
Count: 2
Stack: ...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3105: attempt to perform arithmetic on field '?' (a nil value)
[string "@Interface/AddOns/TacoTip/Libs/LibClassicInspector/LibClassicInspector.lua"]:3105: in function <...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3088>
[string "@Interface/AddOns/TacoTip/Libs/LibClassicInspector/LibClassicInspector.lua"]:3163: in function <...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3159>

Locals: s = "02-100000000000000000000000000000450332231225110033122500310012305031000000000000020000000000000000000000000000000000305033223122511003012250331331230500100000000000000000000"
(for index) = 1
(for limit) = 2
(for step) = 1
x = 1
(for index) = 1
(for limit) = 6
(for step) = 1
i = 1
z = 413895
(*temporary) = "02-100000000000000000000000000000450332231225110033122500310012305031000000000000020000000000000000000000000000000000305033223122511003012250331331230500100000000000000000000"
(*temporary) = <function> defined =[C]:-1
(*temporary) = nil
(*temporary) = 413895
(*temporary) = 237635
(*temporary) = 1
(*temporary) = 413895
(*temporary) = 237635
(*temporary) = 10
(*temporary) = 1
(*temporary) = 0
(*temporary) = 2
(*temporary) = "attempt to perform arithmetic on field '?' (a nil value)"
isWotlk = true
glyph_r_tbl = <table> {
 54830 = 18
 54832 = 20
 57858 = 4
 57862 = 5
 62969 = 23
 62971 = 25
 65243 = 29
 63056 = 27
 59219 = 6
 54811 = 7
 54813 = 9
 54815 = 10
 54754 = 3
 54756 = 4
 54821 = 12
 54760 = 5
 54825 = 14
 62135 = 7
 54829 = 17
 54831 = 19
 57857 = 3
 62080 = 22
 62970 = 24
 54845 = 21
 67598 = 30
 54733 = 1
 63055 = 26
 63057 = 28
 54743 = 2
 54810 = 6
 54812 = 8
 54818 = 11
 57855 = 1
 57856 = 2
 54824 = 13
 54826 = 15
 54828 = 16
 71013 = 31
}
SendAddonMessage = <function> defined =[C]:-1
C_PREFIX = "LCIV1"

Loaded just TacoTip addon to reproduce the issue. Just hover your cursor over some players to reproduce it yourself (it's not all the players 😅).

anzz1 commented 1 year ago

0.4.1 fix it ?

BorniPL commented 1 year ago

No issue for now, going Uld10 Algalon right now - will check there :)

BorniPL commented 1 year ago

It seems like you've fixed the issue. Thanks :)

anzz1 commented 1 year ago

Thanks for the report, feel free to reopen if issue arises again. Currently this project is on maintenance mode and no new features are being added but I'll try to fix critical bugs.