[BUG] Cannot add action block under existing Block Type: If
rpbailey-dm opened this issue ยท 1 comments
๐ต Describe the bug:
Clicking the "Add Action" block type as a sub-block to an existing Block Type: If throws an LUA error and makes the macro sequence page blank.
๐ต To reproduce: (Steps to reproduce the behavior)
- Go to 'Open a macro sequence page'
- Click on "Add Action" to an existing Block Type: If'
๐ต The error:
Paste the error message in this blockquote.
Message: Interface/AddOns/GSE_GUI/Editor.lua:2427: bad argument #2 to 'format' (string expected, got nil)
Time: Sun Nov 6 10:26:11 2022
Count: 6
Stack: Interface/AddOns/GSE_GUI/Editor.lua:2427: bad argument #2 to 'format' (string expected, got nil)
[string "=[C]"]: in function format'
[string "@Interface/AddOns/GSE_GUI/Editor.lua"]:2427: in function <Interface/AddOns/GSE_GUI/Editor.lua:2411>
[string "@Interface/AddOns/GSE_GUI/Editor.lua"]:2913: in function <Interface/AddOns/GSE_GUI/Editor.lua:2411>
[string "@Interface/AddOns/GSE_GUI/Editor.lua"]:2949: in function DrawSequenceEditor'
[string "@Interface/AddOns/GSE_GUI/Editor.lua"]:1442: in function GUIDrawMacroEditor'
[string "@Interface/AddOns/GSE_GUI/Editor.lua"]:3267: in function GUISelectEditorTab'
[string "@Interface/AddOns/GSE_GUI/Editor.lua"]:245: in function <Interface/AddOns/GSE_GUI/Editor.lua:244>
[string "=[C]"]: ?
[string "@Interface/AddOns/GSE/Lib/AceGUI-3.0/AceGUI-3.0.lua"]:66: in function <Interface/AddOns/GSE/Lib/AceGUI-3.0/AceGUI-3.0.lua:64>
[string "@Interface/AddOns/GSE/Lib/AceGUI-3.0/AceGUI-3.0.lua"]:300: in function Fire'
[string "@Interface/AddOns/GSE/Lib/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua"]:342: in function SelectTab'
[string "@Interface/AddOns/GSE/Lib/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua"]:200: in function <.../Lib/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua:197>
๐ต Screenshots:
๐ต Expected behavior:
An action block should be added as a sub block to the existing Block Type: If
๐ต GSE.lua file:
GSE.lua.txt
๐ต Desktop (please complete the following information):
- OS: [Windows 10 64bit]
- Game Version: Classic 3.4.0.46368
๐ต GSE Version:
- Version: 3.1.15
- Downloaded From: GitHub