I came back to the game after taking a break when BoD launched or patch 8.1.5 I believe. Since coming back I have updated all of my addons and removed any out of day weakauras etc. I have no UI moving or changing addons such as bartender or Elvui, instead I use the default Blizzard UI with a few weakauras. Since coming back though I’ve been getting the error posted below consistently when scrolling over party member frames or my hunter pet frame. Is there any way to fix this before it drives me insane? Thank you in advance for any advice.
TLDR: Came back recently no addon that alters UI outside weakauras and keep getting this error, please help.
[Error 000002622BC47CC0]
[string “PartyMemberBuffTooltip:OnEnter”]:2: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: PartyMemberBuffTooltip:SetPoint.
[C]: in function `SetPoint’
[string “*:OnEnter”]:2
If you disable weakauras and it stops then its one of your auras and you’ll need to take steps to determine which.
1 Like
Sorry if what I said was a bit confusing, it is not caused by any of my weakauras. I thought the same thing initially so I disabled them and even tried removing all of my weakauras and the problem was still occuring.
If you disable all addons does it stop?
1 Like
I have found out what was causing it. I just checked to see if buggrabber itself was causing the issue and indeed it was.
Did you enable scriptErrors prior to disabling the bug grabber? If you didn’t then you’re simply no longer seeing errors at all.
/run SetCVar("scriptErrors",1)
1 Like
Let me double check. I just checked and I am getting errors without any addons loaded. Only way to fix that to delete the WTF folder?
the only reference for that i could find was from line 2 for the OnEnter of PartyMemberFrameTemplate is PartyMemberBuffTooltip:SetPoint("TOPLEFT", self, "TOPLEFT", 47, -30);
so if thats where its barfing then something probably re-anchored the party frames without clearing them first.
are you sure you have no other addons? nothing that changes the party frames?
1 Like
I clicked disable all in the addon list in game, and exited game entirely after reloading just to be certain and problem was persisting. So unless something just refused to close then nothing should be loaded outside default wow UI.
exit the game and rename the ...\Interface\AddOns
folder to something else, see if that makes a difference.
1 Like
I renamed it to …\Interface\TempAddons and no addons were showing in the game as being possible to load and nothing did load. The problem still popped up though.
Try running the repair tool from the launcher?
1 Like
I attempted that last night as it was the first thing I thought of. It didn’t appear to catch anything but I can try doing it again.
Edit: Did not make any difference sadly.
Alright. I appreciate all the help, I’m gonna try deleting WTF folder see if that helps and if not that I’ll submit a ticket see if the GMs maybe have a clue about what’s happening.
looks like you arent the only one with it happening though
they didnt seem to get it resolved but theres a link in there that might help
if blizzard themselves dont clear the anchor points before allowing you to move the unlocked frames then it could possibly screw things up. if you have unlocked the frames maybe lock them and reload to see if it still happens?