#Weakauras menu issue

34 messages · Page 1 of 1 (latest)

quiet bone
#

i cant seem to open the weakauras menu in game as well as my weakauras just not working. ive updated the addon and even reinstalled it but nothing works

#

even typing /wa doesnt work

stray pine
#

!bugsack

mental nightBOT
quiet bone
#

is that what im supposed to do

rotund furnace
#

you need to update WA

quiet bone
#

ive updated the addon and even reinstalled it but nothing works

#

any other posible solution?

#

@rotund furnace

stray pine
#

Somehow you have an old lib version there which is either curseforge completely messing up or you having an old version.

quiet bone
#

so what should i do. ive already reinstalled it and nothing changed

stray pine
#

Make sure it installs to the same game folder you launch the game from.

nimble ravine
#

Exactly same is happening to me @rotund furnace @stray pine with the same crash, how I'm reproducing it:

  • Download build v5.6.0 from github (also tried v5.5.7)
  • Fresh unzip the addon on my addons folder
  • Ensure I've deleted all my WeakAuras.lua variables on my account folder (So yeah, totally clean install)
  • Open game and log on my evoker augmentation
  • /wa opens perfectly and shows clean and empty
  • Try to import any aura from wago, it doesn't matter the aura (I've tried this steps with already 3 different auras that I knew they where working)
  • Import window freezes, only way to close it is /reloadui
  • After /reloadui or closing the game WA window cannot open and same log as the one @quiet bone's shared pops in the bugsack

I hope this info can help, I've already invested 2h trying to make my WA work back to no avail 😢

rotund furnace
#

same issue, your WA is not up to date. You are most likely not installing the update to the correct wow installation

nimble ravine
#

I have ensured I have last version v5.6.0

#

And it's still happening, I'm even putting some logs in the .lua code and I see that the table that it's supposed to contain my spec id 1473 does not contain it (First time touching anything related to wow addons code so don't even take me too serious xD)

#

Too late to keep digging for me tho, gn! thanks for your time tho, appreciate it

quiet bone
#

any other posible assistance?

#

idk what half that guy just said but it seemed like more info than i could give as to whats wrong with our stuff

stray pine
#

Did you try without any other add-on?

rotund furnace
#

yeah it's an other addon problem

#

@ruby ether if a different addon loads a old version of LibSpecialization without Augmentation Evoker then due to the LS.positionTable = LS.positionTable or { the positionTable will not be upgraded. I just reproduced the issue by loading a old version of LibSpecialization before WA.

#

@nimble ravine @quiet bone So conclusion some other addon is loading an ancient version of LibSpecialization. Update ALL your addons and if that doesn't help, disable the non-updated addons. Or replace the LibSpecialiation in those addons with the one from WA.

nimble ravine
#

Cool, yeah that was what I had today all day on my mind and speculation, seems another addon is overloading that var. Sorry for the late response I just got on my PC. Thanks a lot for your time ❤️

#

I see that managing dependencies on this wow addon "ecosystem" can be quite a nightmare, all my kudos to you guys for the hard work

#

on of this two should be the culprit

ruby ether
nimble ravine
#

I have still not updated those, but yeah probably that's the problem don't worry (sorry I cannot update now and check it, I have to leave home in 5mins, I will confirm when I update ✌️)

ruby ether
#

You selectively update addons in curseforge?

nimble ravine
#

Normally I click the update all button every sesion before login on the game, probably I had bad luck or something and logged between versions*