Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fleet Command Table issue #78

Open
intruder0 opened this issue Aug 20, 2024 · 1 comment
Open

Fleet Command Table issue #78

intruder0 opened this issue Aug 20, 2024 · 1 comment

Comments

@intruder0
Copy link

When I am in the area of the Fleet Command Table

Message: Interface/AddOns/GarrisonCommander/minimap.lua:23: attempt to call local 'IsAddOnLoaded' (a nil value)
Time: Tue Aug 20 06:39:17 2024
Count: 1
Stack: Interface/AddOns/GarrisonCommander/minimap.lua:23: attempt to call local 'IsAddOnLoaded' (a nil value)
[string "@Interface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua"]:422: in function UIParentLoadAddOn' [string "@Interface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua"]:619: in function Garrison_LoadUI'
[string "@Interface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua"]:2208: in function <...rface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua:1290>

Locals: name = "Blizzard_GarrisonUI"
FailedAddOnLoad =

{
}

@ynazar1
Copy link

ynazar1 commented Oct 9, 2024

Add to the beginning of any file that errors like GarrisonCommander/minimap.lua:

local IsAddOnLoaded = C_AddOns.IsAddOnLoaded
local GetAddOnMetadata = C_AddOns.GetAddOnMetadata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants