TimothyLuke / GSE-Advanced-Macro-Compiler

GSE is an alternative advanced macro editor and engine for World of Warcraft.
https://discord.gg/gseunited
MIT License
215 stars 73 forks source link

Hunter Sample Macro breaks GSEStorage #705

Closed Theros666 closed 4 years ago

Theros666 commented 4 years ago

Hello, thanks for your hard work. I'm wondering if this is an issue with my permissions but i do run bnet as an admin.

In my case, everytime i log the addon resets completely and deletes all macros. When i try to load the macro sample does this:

Message: Interface\AddOns\GSE\API\Storage.lua:216: attempt to index field '?' (a nil value) Time: Wed Oct 14 10:38:38 2020 Count: 1 Stack: Interface\AddOns\GSE\API\Storage.lua:216: attempt to index field '?' (a nil value)

[string "@Interface\AddOns\GSE\API\Storage.lua"]:216: in function OOCPerformMergeAction' [string "@Interface\AddOns\GSE\API\Events.lua"]:446: in function?' [string "@Interface\AddOns\DataStore\libs\AceTimer-3.0\AceTimer-3.0.lua"]:55: in function <...\AddOns\DataStore\libs\AceTimer-3.0\AceTimer-3.0.lua:50>

Locals:

TimothyLuke commented 4 years ago

execute the following:

/gs showspec

(Look for the Classid - it will be the number under or equal to 12)

/run GSEStorage[CLASSID] = {}

log out (don't reload) and log back in.

TimothyLuke commented 4 years ago

This is assuminbg you have already installed GSE 2.6.06

TimothyLuke commented 4 years ago

And if its not a shaman, pally, druid or hunter - perhaps don't load the sample macros until they are finished. The progress for that is detailed at #696

Theros666 commented 4 years ago

It's a hunter. It solved the issue. Thanks! :D And again thanks for your hard work!

TimothyLuke commented 4 years ago

That helps me very much - thank you

GaryREM commented 4 years ago

Had similar problem with hunter. Also macro would not even be activated when button pushed.

This resolved issues.

Will I have to do this for each spec or should I bite the bullet and remove GSE and all saved variables now ?

Theros666 commented 4 years ago

I did try with my other characters... and i got similar results. The rest of my hunters works fine whatever speec but the other classes give similar errors. On the arms warrior i tried loading the sample macros. It worked, but then trying to create one of my own or modify one that exists ends doing nothing. Reverts to the original default state like if i just loaded them. I just logged off and on and i have issues loading in the game so i can't give more details :(

pogodaclown-hub commented 4 years ago

Anyone have an idea what going on with GSE addon within classic wow. i did the latest update and everything is gone macro wise and i cant iimport anything from the wowlazy macro website

TimothyLuke commented 4 years ago

Re the warrior sample macros - they haven’t been updated to Shadowlands. There is a list of what has been on #696. If it’s not on that list at the moment it’s not known what will work that remains. It’s a case of I asked for help prior to today and got limited results.

Re Classic - I will comment on it on #709 in its own thread

TimothyLuke

On 15 Oct 2020, at 4:45 am, pogodaclown-hub notifications@github.com wrote:

 Anyone have an idea what going on with GSE addon within classic wow. i did the latest update and everything is gone macro wise and i cant iimport anything from the wowlazy macro website

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.