Editor is blank after updating to GSE3 and macros appear to be missing
GaryREM opened this issue · 6 comments
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:
- Update from GSE2 to GSE3
- Click on GSE icon and the sequence editor is blank
- Activate the keys for macro and nothing happens
Expected behavior
Expected to see my installed macros
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.
Can you please upload your GsE.lua file from /path/to/wow/_retail_/WTF/Account/YourAccountNameHERE/SavedVariables/GSE.lua
Here is the file.
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
If you exit the game and save this as GSE.lua over the old one it will have all your stuff back.
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,