Not able to see the target frame
weiyuxin opened this issue · 3 comments
When I encounter the rares, I only hear the alarm but there's no target frame. I tried click hide/show Anchor under ClickTarget tab but it still doesn't work. Already spent few hours on it.....wish there is a workaround.
this is the lua error I'm seeing:
Message: ...face/AddOns/AddOnSkins/Skins/AddOns/SilverDragon.lua:13: attempt to index field 'backdrop' (a nil value)
Time: Wed Aug 7 03:34:58 2024
Count: 1
Stack: ...face/AddOns/AddOnSkins/Skins/AddOns/SilverDragon.lua:13: attempt to index field 'backdrop' (a nil value)
[string "@Interface/AddOns/AddOnSkins/Skins/AddOns/SilverDragon.lua"]:13: in function <...face/AddOns/AddOnSkins/Skins/AddOns/SilverDragon.lua:7>
[string "@Interface/AddOns/SilverDragon/targets/popup.lua"]:15: in function `ApplyLook'
[string "@Interface/AddOns/SilverDragon/targets/popup.lua"]:370: in function <Interface/AddOns/SilverDragon/targets/popup.lua:193>
[string "=(tail call)"]: ?
[string "=(tail call)"]: ?
[string "@Interface/AddOns/Blizzard_SharedXMLBase/Pools.lua"]:45: in function <Interface/AddOns/Blizzard_SharedXMLBase/Pools.lua:37>
[string "=(tail call)"]: ?
[string "=(tail call)"]: ?
[string "@Interface/AddOns/SilverDragon/targets/popup.lua"]:25: in function `ShowFrame'
[string "@Interface/AddOns/SilverDragon/targets/queue.lua"]:74: in function `ProcessQueue'
[string "@Interface/AddOns/SilverDragon/targets/queue.lua"]:65: in function `Enqueue'
[string "@Interface/AddOns/SilverDragon/targets/module.lua"]:98: in function `?'
...
[string "@Interface/AddOns/ElvUI_Libraries/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:19: in function <...ies/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@Interface/AddOns/ElvUI_Libraries/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@Interface/AddOns/SilverDragon/core.lua"]:488: in function `NotifyForMob'
[string "@Interface/AddOns/SilverDragon/scan/targets.lua"]:127: in function `ProcessUnit'
[string "@Interface/AddOns/SilverDragon/scan/targets.lua"]:59: in function `?'
[string "@Interface/AddOns/ElvUI_Libraries/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:109: in function <...ies/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@Interface/AddOns/ElvUI_Libraries/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:19: in function <...ies/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@Interface/AddOns/ElvUI_Libraries/Core/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceEvent-3.0/AceEvent-3.0.lua"]:120: in function <...UI_Libraries/Core/Ace3/AceEvent-3.0/AceEvent-3.0.lua:119>
Locals: self = <table> {
defaults = <table> {
}
queue = <table> {
}
defaultModuleState = true
stack = <table> {
}
db = <table> {
}
enabledState = true
Looks = <table> {
}
LookConfig = <table> {
}
overflow = <table> {
}
anchor = Frame {
}
defaultModuleLibraries = <table> {
}
name = "SilverDragon_ClickTarget"
orderedModules = <table> {
}
baseName = "SilverDragon"
pools = <table> {
}
LookReset = <table> {
}
modules = <table> {
}
moduleName = "ClickTarget"
}
popup = SilverDragonPopupButton {
glow = Texture {
}
close = SilverDragonPopupButtonCloseButton {
}
animFade = AnimationGroup {
}
status = FontString {
}
background = Texture {
}
RightEdge = Texture {
}
template = "Transparent"
animIn = AnimationGroup {
}
iborder = Frame {
}
Center = Texture {
}
model = PlayerModel {
}
shine = Texture {
}
BottomEdge = Texture {
}
source = FontString {
}
BottomRightCorner = Texture {
}
PixelSnapDisabled = true
BottomLeftCorner = Texture {
}
TopRightCorner = Texture {
}
TopLeftCorner = Texture {
}
backdropInfo = <table> {
}
scripts = <table> {
}
dead = Texture {
}
oborder = Frame {
}
title = FontString {
}
TopEdge = Texture {
}
lootIcon = Button {
}
raidIcon = Texture {
}
modelbg = Texture {
}
LeftEdge = Texture {
}
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = SilverDragonPopupButtonCloseButton {
animIn = Alpha {
}
PixelSnapDisabled = true
Texture = Texture {
}
}
(*temporary) = true
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'b
The problem isn't with SilverDragon, it's with another addon you have installed -- AddOnSkins. You need to report it to them instead.
That said, it does look like the issue is already on their tracker: Azilroka/AddOnSkins#188