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

Outfitter skin not working #210

Open
Dabbel opened this issue Aug 14, 2024 · 0 comments
Open

Outfitter skin not working #210

Dabbel opened this issue Aug 14, 2024 · 0 comments

Comments

@Dabbel
Copy link

Dabbel commented Aug 14, 2024

1x AddOnSkins/SkinsOutfitter.lua:33: attempt to index global 'OutfitterMinimapButton' (a nil value)
[string "@AddOnSkins/SkinsOutfitter.lua"]:33: in function <AddOnSkins/SkinsOutfitter.lua:3>
[string "@AddOnSkins/Core/Core.lua"]:168: in function <AddOnSkins/Core/Core.lua:168>
[string "=[C]"]: in function `xpcall'
[string "@AddOnSkins/Core/Core.lua"]:168: in function `CallSkin'
[string "@AddOnSkins/Core/Core.lua"]:109: in function `SkinEvent'
[string "@AddOnSkins/Core/Core.lua"]:249: in function `?'
[string "@ElvUI_Libraries/Core/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:109: in function <...ies/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@ElvUI_Libraries/Core/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...ies/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@ElvUI_Libraries/Core/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@ElvUI_Libraries/Core/Ace3/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <...UI_Libraries/Core/Ace3/AceEvent-3.0/AceEvent-3.0.lua:119>

Locals:
self = <table> {
 FrameLocks = <table> {
 }
 modules = <table> {
 }
 Skins = <table> {
 }
 SkinErrors = <table> {
 }
 data = <table> {
 }
 hooks = <table> {
 }
 db = <table> {
 }
 Version = 4.710000
 Initialized = true
 EmbedSystem = <table> {
 }
 name = "AddOnSkins"
 preload = <table> {
 }
 skins = <table> {
 }
 MyName = "Arphaxa"
 MyRealm = "Eredar"
 defaultModuleState = true
 Authors = "Azilroka    Nihilistzsche"
 Color = <table> {
 }
 ProperVersion = "4.71"
 enabledState = true
 Title = "|cff16C3F2AddOn|r|cFFFFFFFFSkins|r"
 ParchmentEnabled = false
 baseName = "AddOnSkins"
 Options = <table> {
 }
 defaultModuleLibraries = <table> {
 }
 AddOnVersion = <table> {
 }
 TicketTracker = "https://github.com/Azilroka/AddOnSkins/issues"
 AddOns = <table> {
 }
 Libs = <table> {
 }
 orderedModules = <table> {
 }
 Hider = Frame {
 }
 Classic = false
 TexCoords = <table> {
 }
 MyClass = "SHAMAN"
 Wrath = false
 Retail = true
 Faction = "Horde"
 events = <table> {
 }
 TBC = false
}
index = 0
(*temporary) = nil
(*temporary) = nil
(*temporary) = "OnUpdate"
(*temporary) = true
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'OutfitterMinimapButton' (a nil value)"
AS = <table> {
 FrameLocks = <table> {
 }
 modules = <table> {
 }
 Skins = <table> {
 }
 SkinErrors = <table> {
 }
 data = <table> {
 }
 hooks = <table> {
 }
 db = <table> {
 }
 Version = 4.710000
 Initialized = true
 EmbedSystem = <table> {
 }
 name = "AddOnSkins"
 preload = <table> {
 }
 skins = <table> {
 }
 MyName = "Arphaxa"
 MyRealm = "Eredar"
 defaultModuleState = true
 Authors = "Azilroka    Nihilistzsche"
 Color = <table> {
 }
 ProperVersion = "4.71"
 enabledState = true
 Title = "|cff16C3F2AddOn|r|cFFFFFFFFSkins|r"
 ParchmentEnabled = false
 baseName = "AddOnSkins"
 Options = <table> {
 }
 defaultModuleLibraries = <table> {
 }
 AddOnVersion = <table> {
 }
 TicketTracker = "https://github.com/Azilroka/AddOnSkins/issues"
 AddOns = <table> {
 }
 Libs = <table> {
 }
 orderedModules = <table> {
 }
 Hider = Frame {
 }
 Classic = false
 TexCoords = <table> {
 }
 MyClass = "SHAMAN"
 Wrath = false
 Retail = true
 Faction = "Horde"
 events = <table> {
 }
 TBC = false
}
S = <table> {
 ArrowRotation = <table> {
 }
 modules = <table> {
 }
 hooks = <table> {
 }
 UIScale = 0.710000
 FollowerListUpdateDataFrames = <table> {
 }
 Media = <table> {
 }
 PVPHonorXPBarFrames = <table> {
 }
 Templates = <table> {
 }
 Hider = Frame {
 }
 name = "AddOnSkins_Skins"
 Shadows = <table> {
 }
 StatusBars = <table> {
 }
 moduleName = "Skins"
 Texts = <table> {
 }
 baseName = "AddOnSkins"
 Classic = false
 defaultModuleState = true
 ScreenHeight = 1080
 WidgetSkinningFuncs = <table> {
 }
 PVPHonorXPBarSkinned = false
 enabledState = true
 Backdrops = <table> {
 }
 defaultModuleLibraries = <table> {
 }
 TBC = false
 orderedModules = <table> {
 }
 border = 1.001565
 mult = 1.001565
 Wrath = false
 Retail = true
 PixelMode = true
}

Update

Removed the minimap button from file. Skin loads now but after open/close and open outfitter again it looks strange.

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