Hi,
Today the weirdest bug happened to me. After I finished a mythic+ dungeon, my bags went all wonky, as seen in this picture https://i.imgur.com/jHbjk3d.png. I didn’t think much of it and forgot about it, logged on to another character, and their bags were fine. When I logged back on to my main character, I opened my bags and got flooded with errors due to the bad anchoring of my bags. Note, I don’t use any bag addons (other than the ElvUI skin to change the look of the frames themselves).
So, I did some troubleshooting by turning addons off and on to see if anything was messing with my bag anchoring, and no luck. I reached out to some friends with more knowledge of wiw ui stuff to see if they could help me, and they helped me with some commands. First, we checked the error reports (https://i.imgur.com/FmaWOtm.png, and full error report here https://pastebin.com/5thLDktB). Then we turned off the ElvUI skin to make sure that nothing was interacting with my bags which resulted in my bags with the default skin still looking wonky (https://i.imgur.com/ZohD27N.png). My friend suggested manually reanchoring the frames, so he gave me some commands to use in game (/dump ContainerFrame1.bags, /dump ContainerFrame1:GetParent(), /run ContainerFrame1:SetPoint(“BOTTOMRIGHT”, UIParent, “BOTTOMRIGHT”, 0, 97) which only gave me more errors (https://i.imgur.com/8LXExVR.png, full error report pastebin here https://pastebin.com/J1kD9iwY). I disabled ElvUI completely and tried some of the commands again, as well as this macro (/run local f=CreateFrame(“Frame”, nil, UIParent); f:SetPoint(“CENTER”, UIParent, “CENTER”); ContainerFrame1:SetPoint(“BOTTOMRIGHT”, f, “BOTTOMRIGHT”, 0, 0)), which did nothing but gave errors. When we looked at the ui table (via the /table something command) and found that all but one of my bags (including all my bank bags) aren’t anchored to anything, can’t be moved, and are just all over the place, including issues where my bank bags all stack in the default spot in the bottom right, with the frames all stacked on top of each other. Since everything we tried ended up in errors, I decided to log out and run the scan and repair tool. I backed up and deleted my interface and wtf folders, deleted my cache, and booted up the game - and the bags on my druid are still busted. All my other characters’ bags still work just fine.
I know I could probably just download a bag addon (or enable ElvUI’s bag addon, because that seems to work just fine, but I don’t like the look of it), but I actually like the base bag UI and like sorting my bags in a specific way, and it would suck having to get used to a new thing if there’s any way to fix this issue. Thanks for any help!