Greetings,
whenever I use the reload function while in game, I get a lengthly LUA error. Just hitting the reload button in the addon window or using the /reload chat command brings up this error, whether any addons are active or even installed - or not. The error doesn’t come up when loggin in normally. It looks something like this:
Message: …IParentPanelManager/Vanilla/UIParentPanelManager.lua:86: attempt to index global ‘QuestTimerFrame’ (a nil value)
Time: Sun Jul 14 11:33:55 2024
Count: 1
Stack: …IParentPanelManager/Vanilla/UIParentPanelManager.lua:86: attempt to index global ‘QuestTimerFrame’ (a nil value)
[string “@Interface/AddOns/Blizzard_UIParentPanelManager/Vanilla/UIParentPanelManager.lua”]:86: in function FramePositionDelegate_Override_QuestTimerOffsets' [string "@Interface/AddOns/Blizzard_UIParentPanelManager/Classic/UIParentPanelManager_Shared.lua"]:997: in function
UIParentManageFramePositions’
[string “@Interface/AddOns/Blizzard_UIParentPanelManager/Classic/UIParentPanelManager_Shared.lua”]:328: in function <…PanelManager/Classic/UIParentPanelManager_Shared.lua:315>
[string “=[C]”]: in function SetAttribute' [string "@Interface/AddOns/Blizzard_UIParentPanelManager/Classic/UIParentPanelManager_Shared.lua"]:1049: in function
UIParent_ManageFramePositions’
[string “@Interface/AddOns/Blizzard_ActionBar/Classic/PetActionBarFrame.lua”]:36: in function <…Ons/Blizzard_ActionBar/Classic/PetActionBarFrame.lua:35>
[string “=[C]”]: in function Show' [string "@Interface/AddOns/Blizzard_ActionBar/Classic/PetActionBarFrame.lua"]:264: in function
ShowPetActionBar’
[string “@Interface/AddOns/Blizzard_ActionBar/Classic/PetActionBarFrame.lua”]:73: in function <…Ons/Blizzard_ActionBar/Classic/PetActionBarFrame.lua:54>
Locals: anchorYStartValue = 0
anchorY = 0
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = “attempt to index global ‘QuestTimerFrame’ (a nil value)”
Any ideas?