Raid frames disappeared

I joined a group for an anniversary boss and when the leader switched from group to raid, my group frames disappeared but raid frames did not appear. Now I can’t see raid frames even in edit mode on that particular character. On my other toon using the same saved UI, I see the raid frames fine. My main is unable to heal now with the standard UI. I guess I will have to go back to Vuhdo.

Make sure its not an addon that is doing it.

Also make sure you go to options / interface / go to the bottom of the right side and select all the raid frame checkmarks - except for pets.

If you do this on one toon it may not be done on others.

Sorry I do not have a solution, but I am also experiencing this!

I don’t remember how it happened, I think it was just me logging into my main after the UI update, and I was unable to see raid frames, even in edit mode… Works just fine on all other characters though, unfortunately my main is a healer as well. I have no addons installed, and changing any options don’t seem to help.

I just got a reply on my support ticket saying there wasn’t really much of a solution. To try resetting my UI and check the forums (which is what led me here). I had already followed their page to reset the UI to no avail. Hopefully this thread can get some love and an answer found!

What’s the output of these commands?

/run print(CompactRaidFrameContainer:IsShown())
/run print(CompactRaidFrameContainer:GetPoint())

You could also try to reset the position of your raidframes container with /run CompactRaidFrameContainer:ResetToDefaultPosition() in case they ended up offscreen, but I doubt that helps any if the Classic and Modern profiles don’t show your frames either.

1 Like

I can share what these commands did for me!

I get false for this one, possibly because I’m not in an instance?

I got "CENTER table: 0000027E83285CA0 CENTER 0 -350.10000610352

The reset to default appeared to not do anything for me, but thanks for the help!

The position doesn’t seem to be off-screen at least. Can you try the IsShown command when you are in a raid group?

Also try running this

/run for _,v in ipairs({"UpdateRaidAndPartyFrames", "CompactRaidFrameManager_UpdateShown", "CompactRaidFrameManager_UpdateContainerVisibility"}) do hooksecurefunc(v, function() print(v) end) end

and see if you get a bunch of lines like this in your chat when you join or start a raid group.

CompactRaidFrameManager_UpdateContainerVisibility
CompactRaidFrameManager_UpdateShown
UpdateRaidAndPartyFrames

2 Likes

I’m sure this is not your issue but I was having this problem on a couple of my characters but not on all of them. When you go into edit mode, there is a box that appears where your party frames are. at the bottom right corner there is a show/hide button for raid frames. LOL I didn’t see that and it was driving me crazy as to where my raid frames went.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.