GSE 3.0.42 Can Not Delete Versions
LarryThiessen opened this issue Β· 2 comments
π΅ Describe the bug:
GSE 3.0.42 Can Not Delete Versions Made - Even if they are not the Default
π΅ To reproduce: (Steps to reproduce the behavior)
- Create a New Version of a macro > Hit Save
- Set NEW version as Default > Hit Save
- Remove NEW Version as Default > Hit Save
- Click Delete Version on New Version Created = Nothing
π΅ The error:
7x GSE_GUI\Editor.lua:3220: attempt to compare number with nil
[string "@GSE_GUI\Editor.lua"]:3220: in function GUIDeleteVersion' [string "@GSE_GUI\Editor.lua"]:1127: in function <GSE_GUI\Editor.lua:1126> [string "=[C]"]: ? [string "@MythicDungeonTools\libs\AceGUI-3.0\AceGUI-3.0-41.lua"]:72: in function <...ns\MythicDungeonTools\libs\AceGUI-3.0\AceGUI-3.0.lua:70> [string "@MythicDungeonTools\libs\AceGUI-3.0\AceGUI-3.0-41.lua"]:306: in function
Fire'
[string "@MythicDungeonTools\libs\AceGUI-3.0-41\widgets\AceGUIWidget-Button.lua"]:22: in function <...ools\libs\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:19>
π΅ Expected behavior:
Deletion of NEW Version Made
π΅ Desktop (please complete the following information):
- OS: Windows 10 64bit
- Game Version Retail 9.1.0
π΅ GSE Version:
- Version: 3.0.42
- Downloaded From: [e.g. https://www.curseforge.com]
π΅ Additional context:
- Disabling MDT did not fix the problem with trying to delete, still generated an error.
- With MDT Disabled Reverted to 3.0.41 Received almost the same Error:
- With MDT Disabled Reverted to 3.0.40 Received almost the same Error:
- No older versions available for revert testing
1x GSE_GUI\Editor.lua:3216: attempt to compare number with nil
[string "@GSE_GUI\Editor.lua"]:3216: in function GUIDeleteVersion' [string "@GSE_GUI\Editor.lua"]:1127: in function <GSE_GUI\Editor.lua:1126> [string "=[C]"]: ? [string "@WeakAuras\Libs\AceGUI-3.0\AceGUI-3.0-41.lua"]:72: in function <...faceWeakAuras\Libs\AceGUI-3.0\AceGUI-3.0.lua:70> [string "@WeakAuras\Libs\AceGUI-3.0\AceGUI-3.0-41.lua"]:306: in function
Fire'
[string "@ErrorFilter\Libs\AceGUI-3.0-41\widgets\AceGUIWidget-Button.lua"]:22: in function <...lter\Libs\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:19>
- Disabling WeakAuras did not fix the problem with trying to delete, still generated an error.
1x GSE_GUI\Editor.lua:3216: attempt to compare number with nil
[string "@GSE_GUI\Editor.lua"]:3216: in function GUIDeleteVersion' [string "@GSE_GUI\Editor.lua"]:1127: in function <GSE_GUI\Editor.lua:1126> [string "=[C]"]: ? [string "@GSE\Lib\AceGUI-3.0\AceGUI-3.0-41.lua"]:72: in function <GSE\Lib\AceGUI-3.0\AceGUI-3.0.lua:70> [string "@GSE\Lib\AceGUI-3.0\AceGUI-3.0-41.lua"]:306: in function
Fire'
[string "@ErrorFilter\Libs\AceGUI-3.0-41\widgets\AceGUIWidget-Button.lua"]:22: in function <...lter\Libs\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:19>
line 3220 had if not GSE.isEmpty(sequence.MetaData.MythicPlus) and sequence.MetaData.MythisPlus > 1
then instead of if not GSE.isEmpty(sequence.MetaData.MythicPlus) and sequence.MetaData.MythicPlus > 1 then
MythisPlus instead of MythicPlus