GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Error when trying to save a Global Macro

Luckrider opened this issue · 2 comments

commented

I keep getting the following error when trying to save a global macro:

Message: Interface\AddOns\GSE\API\Storage.lua:150: attempt to index field '?' (a nil value)
Time: 01/19/17 19:36:39
Count: 1
Stack: Interface\AddOns\GSE\API\Storage.lua:150: in function GetActiveSequenceVersion' Interface\AddOns\GSE\API\Events.lua:256: in function ?'
...terface\AddOns\GSE\Lib\AceTimer-3.0\AceTimer-3.0.lua:53: in function <...terface\AddOns\GSE\Lib\AceTimer-3.0\AceTimer-3.0.lua:48>

Locals: sequenceName = "!GO"
classid = 0
vers = 1
(*temporary) = defined @interface\AddOns\GSE\API\StringFunctions.lua:61
(*temporary) = nil
(*temporary) = "attempt to index field '?' (a nil value)"
GSE =

{
TranslateSequence = defined @interface\AddOns\GSE\API\Translator.lua:42
GUIShowDebugWindow = defined @interface\AddOns\GSE\GUI\DebugWindow.lua:17
GetClassIcon = defined @interface\AddOns\GSE\API\CharacterFunctions.lua:37
CloneSequence = defined @interface\AddOns\GSE\API\Storage.lua:14
modules =
{
}
CancelTimer = defined @interface\AddOns\GSE\Lib\AceTimer-3.0\AceTimer-3.0.lua:145
GetCurrentTalents = defined @interface\AddOns\GSE\API\CharacterFunctions.lua:82
UnregisterComm = defined @interface\AddOns\GSE\Lib\CallbackHandler-1.0\CallbackHandler-1.0.lua:179
OutputQueue =
{
}
MediaPath = "Interface\Addons\GSE\Media"
GUIRecordFrame =
{
}
DebugDumpButton = defined @interface\AddOns\GSE\API\Storage.lua:556
GetSpecNames = defined @interface\AddOns\GSE\API\CharacterFunctions.lua:68
GUIConfirmDeleteSequence = defined @interface\AddOns\GSE\API\GUIFunctions.lua:16
CurrentGCD = 0
GSSlash = defined @interface\AddOns\GSE\API\Events.lua:195
IsEnabled = defined @interface\AddOns\GSE\Lib\AceAddon-3.0\AceAddon-3.0.lua:482
UsedSequences =
{
}
PerformPrint = defined @interface\AddOns\GSE\API\Init.lua:23
UnsavedOptions =
{
}
UpdateIcon = defined @interface\AddOns\GSE\API\Storage.lua:802
ADDON_LOADED = defined @interface\AddOns\GSE\API\Events.lua:81
RegisterMessage = defined @interface\AddOns\GSE\Lib\CallbackHandler-1.0\CallbackHandler-1.0.lua:116
UnregisterMessage = defined @interface\AddOns\GSE\Lib\CallbackHandler-1.0\CallbackHandler-1.0.lua:179
TranslateSpell = defined @interface\AddOns\GSE\API\Translator.lua:191
pairsByKeys = defined @interface\AddOns\GSE\API\StringFunctions.lua:132
SendCommMessage = defined @interface\AddOns\GSE\Lib\AceComm-3.0\AceComm-3.0.lua:84
UpdateSequence = defined @interface\AddOns\GSE\API\Storage.lua:452
UnregisterAllComm = defined @interface\AddOns\GSE\Lib\CallbackHandler-1.0\CallbackHandler-1.0.lua:200
SetEnabledState = defined @interface\AddOns\GSE\Lib\AceAddon-3.0\AceAddon-3.0.lua:455
isSpecIDForCurrentClass = defined @interface\AddOns\GSE\API\CharacterFunctions.lua:56
ZONE_CHANGED_NEW_AREA = defined @interface\AddOns\GSE\API\Events.lua:55
DebugOutput = ""
Static =
{
}
StandardAddInPacks =
{
}
GUI =
{
}
TranslatorAvailable = true
CloneMacroVersion = defined @interface\AddOns\GSE\API\Storage.lua:30
GetSequenceNames = defined @interface\AddOns\GSE\API\Storage.lua:679
ImportMacroCollection = defined @interface\AddOns\GSE\API\Storage.lua:135
IsLoopSequence = defined @interface\AddOns\GSE\API\Storage.lua:245
UnregisterAllEvents = defined @interface\AddOns\GSE\Lib\CallbackHandler-1.0\CallbackHandler-1.0.lua:200
GetOptionsTable = defined @interface\AddOns\GSE\GUI\Options.lua:6
GUIDeleteSequence = defined @interface\AddOns\GSE\API\GUIFunctions.lua:5
CreateButton = defined @interface\AddOns\GSE\API\Storage.lua:795
PVPFlag = false
Deserialize = defined @interface\AddOns\GSE\Lib\AceSerializer-3.0\AceSerializer-3.0.lua:246
Tr

commented

Somehow got the macro created (appeared under a different class though - strange) but when trying to Create Icon got the following error:

Message: Interface\AddOns\GSE\API\Storage.lua:646: attempt to index field '?' (a nil value)
Time: 01/19/17 20:06:39
Count: 1
Stack: Interface\AddOns\GSE\API\Storage.lua:646: in function CheckMacroCreated' Interface\AddOns\GSE\GUI\Viewer.lua:317: in function <Interface\AddOns\GSE\GUI\Viewer.lua:316> (tail call): ? [C]: ? [string "safecall Dispatcher[4]"]:9: in function <[string "safecall Dispatcher[4]"]:5> (tail call): ? Interface\AddOns\GSE\Lib\AceGUI-3.0\AceGUI-3.0.lua:314: in function Fire'
...s\GSE\Lib\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:22: in function <...s\GSE\Lib\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:19>

Locals:

commented