#Imported a new WA and now none work and cant open WA menu.

29 messages · Page 1 of 1 (latest)

junior meadow
#

I recently imported a WA from wag.io and now for some reason I can not open the menu at all and all my WA are gone.

royal shard
#

!bugsack

tribal horizonBOT
#

If you are having errors we need a copy of the entire error's text to be able to help.
See this message #pins message for details on getting detailed Lua errors

junior meadow
royal shard
#

update your addon

junior meadow
#

weak aura?

royal shard
#

yes

junior meadow
#

i use curse forge

#

it says it up to date

royal shard
#

if you hover over the icon ingame what version does it say?

junior meadow
#

so your gonna laugh

#

i was updating the classic version

#

but now that retail isupdated

#

every icon in the menu is this like bright green color

#

ill send pic

#

and i think i got it

#

so sorry

#

thank you

civic furnace
#

Spaten doesn't laugh

junior meadow
#

understandable

#

thank you for your assistance kind people

royal shard
#

i can laugh!

zinc gale
#

I have same problem as frina...
I have updated the wotlk version and now all my weak auras are gone on wow1.
wow2 and wow3 still have all imported weak auras. it says 5.8.6 version on all accounts

#

I have installed bug sack and bug grabber and my icon is green

royal shard
#

That means Zou have a different complete unrelated problem.

zinc gale
#

I have a similar problem*
should I make a new thread then?

royal shard
#

!missing would be your solution. Something else wiped the sv for you.

tribal horizonBOT
#

If you login and your WeakAura's are missing, go to the World of Warcraft\_retail_\WTF\Account\<ACCOUNTNAME>\SavedVariables folder and check the WeakAuras.lua file. If it is empty, check the WeakAuras.lua.bak file. If that one has content, delete WeakAuras.lua and rename WeakAuras.lua.bak to WeakAuras.lua. If WeakAuras.lua.bak was also empty, you will need to to rely on backups or remake your Auras.

*Window's hides file extensions by default so you will need to turn these on which you can do by going to Control Panel > Appearance and Personalistion > File Explorer Options > View tab in the new window and untick Hide extensions for known file types

If you have not made backups or don't use the WA Companion (it makes backups for you) then as a last resort you can try putting the following in to chat in game:

/run local L=WeakAuras.LoadFromArchive local h,m=L("Repository","history"),L("Repository","migration")for _,r in ipairs{h,m}do for _,s in pairs(r.stores)do local d=s:Load()WeakAurasSaved.displays[d.id]=d end end C_UI.Reload()