GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Editor is blank after updating to GSE3 and macros appear to be missing

GaryREM opened this issue · 6 comments

commented

Describe the bug
I installed GSE3. When I open the Sequence editor there are no macros in the sequence editor.

To Reproduce
Steps to reproduce the behavior:

  1. Update from GSE2 to GSE3
  2. Click on GSE icon and the sequence editor is blank
  3. Activate the keys for macro and nothing happens

Expected behavior
Expected to see my installed macros

Screenshots
Screen Shot 2021-07-02 at 10 37 54 PM

Desktop (please complete the following information):

  • OS: [macOS Big Sur]
  • Game Version [retail/9.1]

GSE Version

  • Version: [3.0.13]
  • Downloaded From: [https://www.curseforge.com]

Additional context
No LUA errors.
GSE GnomeSequencer-Enhanced loaded message in chat window.

commented

Can you please upload your GsE.lua file from /path/to/wow/_retail_/WTF/Account/YourAccountNameHERE/SavedVariables/GSE.lua

commented

Here is the file.

GSE.lua.zip

commented
commented

What is intersting is that in GSEStorage:

GSEStorage = {
	nil, -- [1]
	{

WHat it should look like is

GSEStorage = {
	{ 
        }, -- [1]
	{

I have a theory that that nil is breaking the import

commented

GSE.lua

If you exit the game and save this as GSE.lua over the old one it will have all your stuff back.

commented

Thank you so much for looking at this.

Following your 5 step process restored everything. Seeing how this transitions the old macros lets me understand your vision moving forward for handling the transition.

I had tried the newer version and just saw a blank editor, returned to version 2 and things just worked. Now I can move ahead,