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

Not able to see the target frame #279

Closed
weiyuxin opened this issue Aug 7, 2024 · 3 comments
Closed

Not able to see the target frame #279

weiyuxin opened this issue Aug 7, 2024 · 3 comments

Comments

@weiyuxin
Copy link

weiyuxin commented Aug 7, 2024

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.

@weiyuxin
Copy link
Author

weiyuxin commented Aug 7, 2024

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

@kemayo
Copy link
Owner

kemayo commented Aug 7, 2024

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

@kemayo kemayo closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2024
@weiyuxin
Copy link
Author

weiyuxin commented Aug 8, 2024

thanks for the reply!

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