LOIHCal not loading on event open
Poisonenvy2 opened this issue ยท 3 comments
Error message since patch this week:
1x Interface/AddOns/LOIHCal/LOIHCalFrame.lua:241: CreateFrame(): Couldn't find inherited node "CharacterFrameTabButtonTemplate"
[string "=[C]"]: in function CreateFrame' [string "@Interface/AddOns/LOIHCal/LOIHCalFrame.lua"]:241: in function
_tabFactory'
[string "@Interface/AddOns/LOIHCal/LOIHCalFrame.lua"]:309: in main chunk
Locals:
(*temporary) = "Button"
(*temporary) = "$parentTab1"
(*temporary) = LOIHCalTabsFrame {
0 =
}
(*temporary) = "CharacterFrameTabButtonTemplate"
I assume this is on Retail and the new 10.0 patch? Blizzard probably removed or changed the name of the template used to create the tab-elements used in the addon. I try to find time to look into this.