GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] Trying to Export GSE Sequence Codein latest Build

LarryThiessen opened this issue ยท 4 comments

commented

๐Ÿ”ต Describe the bug:
Right Clicked on GSE Macro and Clicked Export

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

  1. Open GSE
  2. Right Click on a GSE Macro
  3. 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"

WoWScrnShot_063024_163345

๐Ÿ”ต GSE Version:

  • Version: [3.2.00-beta1=27-]
  • Downloaded From: [GSE Patreon Discord]
commented

Thats not a Macro you are trying to export - that's a Sequence. Terminology here is extremely important.

commented

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.

commented

Export a Sequence
image

Exporting a Macro
image

commented

Closing this as its superceded by the changes in #1450