GuildLaunchCT_RaidTracker errors with Dragonflight pre-patch
Hello, the tracker is generating a lot of errors since the patch. Below are some of the errors I have been having.
Message: ...ce/AddOns/GuildLaunchCT_RaidTracker/LibDebug-1.0.lua:19: attempt to call method 'SetMinResize' (a nil value)
Time: Sun Oct 30 12:05:42 2022
Count: 1
Stack: ...ce/AddOns/GuildLaunchCT_RaidTracker/LibDebug-1.0.lua:19: attempt to call method 'SetMinResize' (a nil value)
[string "@Interface/AddOns/GuildLaunchCT_RaidTracker/LibDebug-1.0.lua"]:19: in main chunk
Locals: MAJOR_VERSION = "LibDebug-1.0"
MINOR_VERSION = 1023
lib = <table> {
frame = LibDebug-1.0_Frame {
}
}
oldMinor = nil
frame = LibDebug-1.0_Frame {
SetBorderBlendMode = <function> defined @Interface/SharedXML/Backdrop.lua:266
GetEdgeSize = <function> defined @Interface/SharedXML/Backdrop.lua:188
SetupPieceVisuals = <function> defined @Interface/SharedXML/Backdrop.lua:246
SetBackdrop = <function> defined @Interface/SharedXML/Backdrop.lua:329
SetBackdropColor = <function> defined @Interface/SharedXML/Backdrop.lua:399
ApplyBackdrop = <function> defined @Interface/SharedXML/Backdrop.lua:294
OnBackdropLoaded = <function> defined @Interface/SharedXML/Backdrop.lua:152
ClearBackdrop = <function> defined @Interface/SharedXML/Backdrop.lua:282
SetupTextureCoordinates = <function> defined @Interface/SharedXML/Backdrop.lua:214
GetBackdropBorderColor = <function> defined @Interface/SharedXML/Backdrop.lua:409
GetBackdrop = <function> defined @Interface/SharedXML/Backdrop.lua:347
OnBackdropSizeChanged = <function> defined @Interface/SharedXML/Backdrop.lua:182
HasBackdropInfo = <function> defined @Interface/SharedXML/Backdrop.lua:278
SetBackdropBorderColor = <function> defined @Interface/SharedXML/Backdrop.lua:422
GetBackdropColor = <function> defined @Interface/SharedXML/Backdrop.lua:390
0 = <userdata>
}
isDebugging = false
(*temporary) = nil
(*temporary) = LibDebug-1.0_Frame {
SetBorderBlendMode = <function> defined @Interface/SharedXML/Backdrop.lua:266
GetEdgeSize = <function> defined @Interface/SharedXML/Backdrop.lua:188
SetupPieceVisuals = <function> defined @Interface/SharedXML/Backdrop.lua:246
SetBackdrop = <function> defined @Interface/SharedXML/Backdrop.lua:329
SetBackdropColor = <function> defined @Interface/SharedXML/Backdrop.lua:399
ApplyBackdrop = <function> defined @Interface/SharedXML/Backdrop.lua:294
OnBackdropLoaded = <function> defined @Interface/SharedXML/Backdrop.lua:152
ClearBackdrop = <function> defined @Interface/SharedXML/Backdrop.lua:282
SetupTextureCoordinates = <function> defined @Interface/SharedXML/Backdrop.lua:214
GetBackdropBorderColor = <function> defined @Interface/SharedXML/Backdrop.lua:409
GetBackdrop = <function> defined @Interface/SharedXML/Backdrop.lua:347
OnBackdropSizeChanged = <function> defined @Interface/SharedXML/Backdrop.lua:182
HasBackdropInfo = <function> defined @Interface/SharedXML/Backdrop.lua:278
SetBackdropBorderColor = <function> defined @Interface/SharedXML/Backdrop.lua:422
GetBackdropColor = <function> defined @Interface/SharedXML/Backdrop.lua:390
0 = <userdata>
}
(*temporary) = 300
(*temporary) = 100
(*temporary) = "attempt to call method 'SetMinResize' (a nil value)"
Message: Interface/SharedXML/SharedUIPanelTemplates.lua:573: Action[SetPoint] failed because[Cannot anchor to a region dependent on it]: attempted from: CT_RaidTrackerOptionsFrameTab8:SetPoint.
Time: Sun Oct 30 12:05:42 2022
Count: 1
Stack: Interface/SharedXML/SharedUIPanelTemplates.lua:573: Action[SetPoint] failed because[Cannot anchor to a region dependent on it]: attempted from: CT_RaidTrackerOptionsFrameTab8:SetPoint.
[string "=[C]"]: in function `SetPoint'
[string "@Interface/SharedXML/SharedUIPanelTemplates.lua"]:573: in function `PanelTemplates_AnchorTabs'
[string "@Interface/SharedXML/SharedUIPanelTemplates.lua"]:566: in function `PanelTemplates_SetNumTabs'
[string "*CT_RaidTrackerOptions.xml:1841_OnLoad"]:1: in function <[string "*CT_RaidTrackerOptions.xml:1841_OnLoad"]:1>
Locals: (*temporary) = CT_RaidTrackerOptionsFrameTab8 {
0 = <userdata>
}
(*temporary) = "TOPLEFT"
(*temporary) = CT_RaidTrackerOptionsFrameTab7 {
0 = <userdata>
}
(*temporary) = "TOPRIGHT"
(*temporary) = 3
(*temporary) = 0
Message: Interface/AddOns/GuildLaunchCT_RaidTracker/LibDebug-1.0.lua:1 (null)
Time: Sun Oct 30 12:05:53 2022
Count: 1
Message: Interface/AddOns/GuildLaunchCT_RaidTracker/GuildLaunchCT_RaidTracker.xml:50 Unrecognized XML: NormalFont
Time: Sun Oct 30 12:14:55 2022
Count: 1
Message: Interface/AddOns/GuildLaunchCT_RaidTracker/GuildLaunchCT_RaidTracker.xml:50 Unrecognized XML attribute: inherits
Time: Sun Oct 30 12:14:55 2022
Count: 1
I have well over 100 error messages based on "Unrecognized XML:" so I only listed a few above.
Thanks
Hey Raganar, thanks for the report!
I have made some progress on this today. I've got the Resize and SetPoint bugs figured out and fixed. I am pretty sure I know how to fix the seemingly endless stream of Unrecognized XML errors, but haven't quite nailed it yet. I'm hoping to have an update for this some time this week.
I'm hoping that this is the bulk of the issues we'll find for the new expansion since these are from the pre-patch. I'll let you know when I have an update ready!
That was definitely the deepest rabbit hole of errors I've had to get through for CT Raid Tracker haha. I have gotten it all worked out. Please let me know if you notice anything else going wrong!
https://www.wowinterface.com/downloads/info21575-GuildLaunchCT_RaidTracker.html
Thanks, I will test it more once we get into the new raids. So far I haven't had any errors with it other than it no longer cooperates with map addons like Sexymap, etc. The mini-map icon is no longer positioned around the map as it once was.
This is just a minor issue but I just wanted to let you know about it.
I'm not sure about how it would interact with Sexymap. With the UI overhaul in Dragonflight, the map has changed size, so included in the update I just pushed, I adjusted the map icon to properly align with the new map size. If Sexymap is still based on the old size, I could see how it wouldn't line up properly anymore.
As for the map icon menu working properly, I haven't figured that out yet. The work around for the time being is using the commands, like /rt options and /rt io etc.
We've done the new raid tonight .. some of it at least.
Eranog, Terros and Sennarth all tracked okay.
Council did not.
Unsurprising as it's one of those council fights :P
Death yells (I think I've highlighted the right ones):
22:34:57 Dathea Stormlash yells: Lightning! Purge these aberrations!
22:35:04 Opalfang yells: Pain and stone.
22:35:13 Embar Firepath yells: I'll purify you!
22:35:25 Opalfang yells: I... never... break...
22:35:26 Kadros Icewrath yells: Be wrapped in the blizzard's icy embrace!
22:35:41 Embar Firepath yells: Die, aberration!
22:35:42 Dathea Stormlash yells: Bask in the power of the storm!
22:35:49 Embar Firepath yells: My rage... burns... on....
22:35:51 Dathea Stormlash yells: You cannot... quiet... thunder...
22:35:58 Opalfang yells: You belong in the ground.
22:35:59 Kadros Icewrath yells: Cold... so... cold...
22:35:59 Kadros Icewrath yells: Dathea... Protect the Storm-Eater.
22:35:59 Dathea Stormlash yells: Kadros! No!
22:36:03 Dathea Stormlash yells: You... you will know my wrath!
Thank you.
We're hoping to get some more bosses down tonight, so will report back once we have any additional updates ;-)
We only did one boss last night, Dathea, Ascended - but it tracked okay ;-)
We'll be starting fresh next week so hopefully will see Council down again. Will let you know about that one.
We did 5 bosses tonight - all but Council (of course!) tracked.
This was the last yells they did:
21:42:40 Dathea Stormlash yells: Bask in the power of the storm!
21:42:49 Opalfang yells: The earth opens!
21:42:58 Embar Firepath yells: Die, aberration!
21:43:02 Dathea Stormlash yells: You cannot... quiet... thunder...
21:43:06 Embar Firepath yells: My rage... burns... on....
21:43:09 Kadros Icewrath yells: Cold... so... cold...
21:43:09 Opalfang yells: I... never... break...
21:43:09 Kadros Icewrath yells: Dathea... Protect the Storm-Eater.
21:43:09 Dathea Stormlash yells: Kadros! No!
21:43:13 Dathea Stormlash yells: You... you will know my wrath!