GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] Cannot add action block under existing Block Type: If

rpbailey-dm opened this issue ยท 1 comments

commented

๐Ÿ”ต 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)

  1. Go to 'Open a macro sequence page'
  2. 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:
WoWScrnShot_110622_104555
WoWScrnShot_110622_104602
๐Ÿ”ต 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
commented

Quick question - why were the true and false empty. Had you deleted the initial actions or were they not there to begin with?