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

Unable to load Options Menu #125

Open
SoliduzWoW opened this issue Oct 9, 2024 · 0 comments
Open

Unable to load Options Menu #125

SoliduzWoW opened this issue Oct 9, 2024 · 0 comments

Comments

@SoliduzWoW
Copy link

Retail, Fresh Install, tried disabling all other addons and reinstalling.

Any help is greatly appreciated.

Aptechka/Aptechka.lua:4525: attempt to call global 'LoadAddOn' (a nil value)
[string "@Aptechka/Aptechka.lua"]:4525: in function <Aptechka/Aptechka.lua:4524>

Locals:
(*temporary) = nil
(*temporary) = "AptechkaOptions"
(*temporary) = "attempt to call global 'LoadAddOn' (a nil value)"
Aptechka = Aptechka {
 loadedAuras = <table> {
 }
 db = <table> {
 }
 isInitialized = true
 tooltipPool = <table> {
 }
 Widget = <table> {
 }
 previousTarget = "player"
 L = <table> {
 }
 Commands = <table> {
 }
 initConfSnippet = "            RegisterUnitWatch(self)

            local header = self:GetParent()
            local width = header:GetAttribute("frameWidth")
            local height = header:GetAttribute("frameHeight")
            self:SetWidth(width)
            self:SetHeight(height)
            self:SetFrameStrata("LOW")
            self:SetFrameLevel(3)

            local isPetFrame = header:GetAttribute("isPetHeader")
            self:SetAttribute("toggleForVehicle", not isPetFrame)
            self:SetAttribute("allowVehicleTarget", false)

            self:SetAttribute("*type1","target")
            self:SetAttribute("shift-type2","togglemenu")


            local ccheader = header:GetFrameRef("clickcast_header")
            if ccheader then
                ccheader:SetAttribute("clickcast_button", self)
                ccheader:RunAttribute("clickcast_register")
            end
            header:CallMethod("initialConfigFunction", self:GetName())
    "
 optional_widgets = <table> {
 }
 _BossDebuffScale = 1.300000
 util = <table> {
 }
 Roster = <table> {
 }
 previousFocus = "player"
 helpers = <table> {
 }
}
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

1 participant