Lua Error when creating new sequence in Alpha10c
Smokenoaken opened this issue ยท 0 comments
๐ต Describe the bug:
Lua Error and Blank Screen on Tab 1 when creating new sequence.
๐ต To reproduce: (Steps to reproduce the behavior)
- Go to Sequences
- Click on New
- Click on Tab 1
- See error - Blank Screen and Lua Error
๐ต The error:
Paste the error message in this blockquote.
10x GSE_GUI/Editor.lua:1337: bad argument #1 to 'pairs' (table expected, got nil)
[string "=[C]"]: in function `pairs'
[string "@GSE_GUI/Editor.lua"]:1337: in function `GUIDrawMacroEditor'
[string "@GSE_GUI/Editor.lua"]:2927: in function `GUISelectEditorTab'
[string "@GSE_GUI/Editor.lua"]:495: in function <GSE_GUI/Editor.lua:494>
[string "=[C]"]: ?
[string "@ElvUI_Libraries/Core/Ace3/AceGUI-3.0-41/AceGUI-3.0.lua"]:66: in function <.../ElvUI_Libraries/Core/Ace3/AceGUI-3.0/AceGUI-3.0.lua:64>
[string "@ElvUI_Libraries/Core/Ace3/AceGUI-3.0-41/AceGUI-3.0.lua"]:300: in function `Fire'
[string "@ElvUI_Libraries/Core/Ace3/AceGUI-3.0-41/widgets/AceGUIContainer-TabGroup.lua"]:342: in function `SelectTab'
[string "@ElvUI_Libraries/Core/Ace3/AceGUI-3.0-41/widgets/AceGUIContainer-TabGroup.lua"]:200: in function <...Ace3/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua:197>
Locals:
(*temporary) = nil
(*temporary) = "table expected, got nil"
๐ต Expected behavior:
Expected to begin laying out a new sequence
๐ต GSE.lua file:
๐ต Desktop (please complete the following information):
- OS: Windows 11 64bit
- Game Version: TWW Beta
๐ต GSE Version:
- Version: 3.2.00-alpha10-c-PatronBuild
- Downloaded From: Discord
๐ต Additional context:
NA