GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] Unable to delete Macro Version in Editor

xan2622 opened this issue ยท 0 comments

commented

Describe the bug
The error Editor.lua:2105: bad argument #1 to 'getn' (table expected, got nil) appears after clicking on "Delete Version" button

To Reproduce
Steps to reproduce the behavior:

  1. Right click on a sequence to edit it
  2. Click on "tab 1"
  3. Click on the "New" tab (it will duplicate tab 1 as tab 2 (which is normal and expected))
  4. Click on the "Delete Version"
  5. See error

The Error

Message: Interface\AddOns\GSE_GUI\Editor.lua:2105: bad argument #1 to 'getn' (table expected, got nil)
Time: Sat Jun 19 08:56:23 2021
Count: 1
Stack: Interface\AddOns\GSE_GUI\Editor.lua:2105: bad argument #1 to 'getn' (table expected, got nil)
[string "=(tail call)"]: ?
[string "=[C]"]: in function `getn'
[string "@Interface\AddOns\GSE_GUI\Editor.lua"]:2105: in function `GUIDeleteVersion'
[string "@Interface\AddOns\GSE_GUI\Editor.lua"]:820: in function <Interface\AddOns\GSE_GUI\Editor.lua:819>
[string "=[C]"]: ?
[string "@Interface\AddOns\GSE\Lib\AceGUI-3.0\AceGUI-3.0.lua"]:72: in function <Interface\AddOns\GSE\Lib\AceGUI-3.0\AceGUI-3.0.lua:70>
[string "@Interface\AddOns\GSE\Lib\AceGUI-3.0\AceGUI-3.0.lua"]:306: in function `Fire'
[string "@Interface\AddOns\GSE\Lib\AceGUI-3.0\widgets\AceGUIWidget-Button.lua"]:22: in function <...s\GSE\Lib\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:19>

Locals: <none>

Expected behavior
No error when pressing "Delete Version"

Screenshots

delete_version

Desktop
OS: Windows 10 64bits pro
Hardware: nvidia GTX 1070 8GB - driver: 466.47

Game Version
World of Warcraft Shadowlands version 9.0.5.38556 (french language)

GSE Version
Version: 3.0.0 beta RC1 (the latest one)

Additional context
Only GSE and ElvUI were activated.