GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] v11 Cant SAVE a New Sequence Produced LUA Error when Clicking SAVE

LarryThiessen opened this issue ยท 1 comments

commented

๐Ÿ”ต Describe the bug:
Made a NEW Sequence - Clicked Save - Got Listed LUA Error

Saving WORKS on Already Imported Sequences
-OR-
Saving WORKS also when Importing a Sequence and Changing the name and Altering the Sequence

๐Ÿ”ต To reproduce: (Steps to reproduce the behavior)

  1. Create New Sequence
  2. Click SAVE

๐Ÿ”ต The error:

2x GSE/API/Translator.lua:13: bad argument #1 to 'ipairs' (table expected, got nil)
[string "=[C]"]: in function `ipairs'
[string "@GSE/API/Translator.lua"]:13: in function `TranslateSequence'
[string "@GSE_GUI/GUIFunctions.lua"]:114: in function `GUIUpdateSequenceDefinition'
[string "@GSE_GUI/Editor.lua"]:578: in function <GSE_GUI/Editor.lua:569>
[string "=[C]"]: ?
[string "@GSE/Lib/AceGUI-3.0-41/AceGUI-3.0.lua"]:66: in function <GSE/Lib/AceGUI-3.0/AceGUI-3.0.lua:64>
[string "@GSE/Lib/AceGUI-3.0-41/AceGUI-3.0.lua"]:300: in function `Fire'
[string "@GSE/Lib/AceGUI-3.0-41/widgets/AceGUIWidget-Button.lua"]:22: in function <...s/GSE/Lib/AceGUI-3.0/widgets/AceGUIWidget-Button.lua:19>

Locals:
(*temporary) = nil
(*temporary) = "table expected, got nil"

๐Ÿ”ต Expected behavior:
Too save the Newly Created Sequence

๐Ÿ”ต GSE Version:

  • Version: 11
  • Downloaded From: GSE Discord Link to GitHub
commented

Hey @LarryThiessen

I updated your language as there is a lot of difference between a Sequence and a Macro now.