cr4ckp0t / ElvUI_SystemDatatext

This is a rather simple addon that improves upon the stock system datatext that is packaged with ElvUI.
MIT License
0 stars 1 forks source link

LUA Error ElvUI 13.18 #10

Closed Beet4 closed 1 year ago

Beet4 commented 1 year ago

Updating to ElvUI 13.18 causes the following LUA Error in combination with this AddOn. No LUA Errors on disabling this specific AddOn.

I think they updated some things with how DataTexts work in 13.18.

24x ElvUI/Core/General/Core.lua:379: attempt to call local 'func' (a boolean value)
[string "@ElvUI/Core/General/Core.lua"]:379: in function `ValueFuncCall'
[string "@ElvUI/Core/General/Core.lua"]:331: in function `UpdateMedia'
[string "@ElvUI/Core/General/Core.lua"]:1949: in function <ElvUI/Core/General/Core.lua:1915>
[string "=[C]"]: ?
[string "=[C]"]: in function `Initialize'
[string "@ElvUI/Core/init.lua"]:222: in function <ElvUI/Core/init.lua:221>
[string "=[C]"]: ?
[string "@Masque/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:66: in function <...aceMasque/Libs/AceAddon-3.0/AceAddon-3.0.lua:61>
[string "@Masque/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:523: in function `EnableAddon'
[string "@Masque/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:626: in function <...aceMasque/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>
[string "=[C]"]: in function `LoadAddOn'
[string "@FrameXML/UIParent.lua"]:538: in function `UIParentLoadAddOn'
[string "@FrameXML/UIParent.lua"]:743: in function `MajorFactions_LoadUI'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:100: in function `SetUpMajorFactionList'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:93: in function `RefreshMajorFactionList'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:88: in function `RefreshOverlay'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:80: in function <...sionLandingPage/Blizzard_DragonflightLandingPage.lua:76>
[string "=[C]"]: in function `CreateFrame'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:49: in function `CreateOverlay'
[string "@Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:63: in function `RefreshExpansionOverlay'
[string "@Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:35: in function <...pansionLandingPage/Blizzard_ExpansionLandingPage.lua:33>
Daveo7 commented 1 year ago

Changelog for 13.18...

Version 13.18 [ January 17th 2023 ]

Another attempt to prevent issue with RC Loot Auto-pass getting loot frames stuck.
Style Filters adds support for Known Spells (replaces old talents).
**Datatexts added through LibDataBroker will now start with LDB.**
Evoker Disintegrate chain tick now cleared when cast failed.
Encounter Journal skin updated a little bit.
Auras size 29 was bugged, whoops.
Evoker added to [class:icon] tag.

Seems like a change to how Datatexts work now.