WeakAuras

WeakAuras

206M Downloads

[2.12.0] Anchored aura changed position

Vardex opened this issue ยท 3 comments

commented

Describe the bug
I expected the position of my anchor to stay the same between 2.11.6 and 2.12.0 but that not the case, my group of auras anchored to each other are not aligned at all in latest beta or alpha.

Do you have an error log of what happened?
I don't have any errors.

To Reproduce

  1. Update WeakAuras to the latest beta/alpha
  2. Anchor have changed position

Screenshots
In latest beta/alpha it looks like this:
image

Where in 2.11.6 it looks like this:
image

Did you try having WeakAuras as the only enabled addon and everything else (especially something like ElvUI) disabled?
I didn't try.

Which version of WeakAuras are you using?
Tried with 2.12.0-beta6 and 2.12.0-beta6-8-gdc684ec

Was it working in a previous version? If yes, which was the last good one?
It was working with 2.11.6 release.

Additional context
SavedVariables: WeakAuras.zip
Aura shown in the screenshot: https://wago.io/VardexRogue

commented

Your main bar has corrupted data, possibly due to the fact that you have rolled back versions (note that the database version has changed between 2.11.6 and 2.12).

/run WeakAuras.GetData("Rogue Main").selfPoint = "CENTER" should fix it, so long as you do not revert versions again (in which case you may have to reapply that fixup).

commented

Alternatively, fake a change by changing the grow setting on the affected group.

commented

Using /run WeakAuras.GetData("Rogue Main").selfPoint = "CENTER" and reloading fixed my issue.