[BUG] Trying to Export GSE Sequence Codein latest Build
LarryThiessen opened this issue ยท 4 comments
๐ต Describe the bug:
Right Clicked on GSE Macro and Clicked Export
๐ต To reproduce: (Steps to reproduce the behavior)
- Open GSE
- Right Click on a GSE Macro
- LUA Triggered
๐ต The error:
2x ...faceBlizzMove/Libs/AceGUI-3.0-41/AceGUI-3.0.lua:206: Attempt to Release Widget that is already released
[string "=[C]"]: ?
[string "@BlizzMove/Libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:120: in function <...faceBlizzMove/Libs/AceGUI-3.0/AceGUI-3.0.lua:115>
[string "@BlizzMove/Libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:206: in function `Release'
[string "@BlizzMove/Libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:468: in function `ReleaseChildren'
[string "@GSE_GUI/Export.lua"]:31: in function <GSE_GUI/Export.lua:30>
[string "@GSE_GUI/Export.lua"]:167: in function `GUIExport'
[string "@GSE_GUI/Editor.lua"]:202: in function <GSE_GUI/Editor.lua:201>
[string "=(tail call)"]: ?
[string "=[C]"]: in function `securecallfunction'
[string "@Blizzard_Menu/Menu.lua"]:821: in function `Pick'
[string "@Blizzard_Menu/MenuTemplates.lua"]:64: in function <Blizzard_Menu/MenuTemplates.lua:58>
Locals:
(*temporary) = "Attempt to Release Widget that is already released"
๐ต GSE Version:
- Version: [3.2.00-beta1=27-]
- Downloaded From: [GSE Patreon Discord]
Thats not a Macro you are trying to export - that's a Sequence. Terminology here is extremely important.
I cant recreate this.
WHat I do notice is that the Configuration tab has not rendered. This suggests to me that you have a corrupt Sequence and that is causing the issue.
Closing this as its superceded by the changes in #1450