Macro Import Successful but not displaying

Happened last night.

Macros say they import successfully but they don’t show up at all. Additionally, for some reason it completely cleared all of my existing macros.

Can’t get a single one to add into the library, says that it did to but doesn’t.

GSE2 + GSE WLM High Performance.

Edit: I can add DK and Druid macros but not Paladin nor Rogue ones.

Usually means you have a corrupted macro

May need to run /run GSELibrary[ClassID] = {}
This will delete all macros though

Didn’t do anything.

I’ve completely removed GSE, twice, and Rogue/Paladin imports still break, preventing me from adding my others.

When you do it you may need to log out and then in again to update it.

If that doesn’t work you may then need to delete the GSE.lua file. It’s not in the addon so removing the addon won’t do anything because the macros are stored in another place.

WTF/Account/accountname/savedvariables

Gonna throw this out there and may sound stupid but are your “Character Specific” macros full in the WoW client UI?

/run GSELibrary[ClassID] = {}

Just a note that you also need to replace ClassID with your current class id. EG Paladins are 2 so to clear the library on a Paladin

/run GSELibrary[2] = {}

The command /gs showspec will tell you what your current classid and specid are.

i was having the same issues.
problem seems to have been resolved after running the above commands. i got a warning about running custom scripts which i ignored and ran it anyways.

thanks for the fix