GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG]

Nerillida opened this issue ยท 3 comments

commented

Version 3.0.26-bcc

Consistently when agreeing to a group invite, both sides of invite.

Message: Interface\AddOns\GSE\API\Serialisation.lua:422: bad argument #1 to 'pairs' (table expected, got nil)
Time: Fri Jul 9 10:48:28 2021
Count: 2
Stack: Interface\AddOns\GSE\API\Serialisation.lua:422: bad argument #1 to 'pairs' (table expected, got nil)
[string "=(tail call)"]: ?
[string "=[C]"]: in function pairs' [string "@Interface\AddOns\GSE\API\Serialisation.lua"]:422: in function ?'
[string "@interface\AddOns\Atlas\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:119: in function <...las\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:119>
[string "=[C]"]: ?
[string "@interface\AddOns\Atlas\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:29: in function <...las\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:25>
[string "@interface\AddOns\Atlas\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:64: in function `Fire'
[string "@interface\AddOns\GSE\Lib\AceComm-3.0\AceComm-3.0.lua"]:264: in function <Interface\AddOns\GSE\Lib\AceComm-3.0\AceComm-3.0.lua:246>

Locals:

commented

Cay you please upload your GSE.lua file? Without it, all I can do is go "Hmmm yes something happened to you" (The Bug Template specifies the location for this)

commented

From Classic

GSEOptions = {
["use2"] = false,
["showGSEUsers"] = false,
["UnfoundSpellIDs"] = {
},
["COMMENT"] = "|cff55cc55",
["filterList"] = {
["All"] = false,
["Spec"] = true,
["Global"] = true,
["Class"] = true,
},
["use11"] = false,
["debug"] = false,
["use6"] = false,
["CommandColour"] = "|cFF00FF00",
["showCurrentSpells"] = true,
["Update2638"] = true,
["hideSoundErrors"] = false,
["Update2410"] = true,
["requireTarget"] = false,
["Update2411"] = true,
["useTranslator"] = false,
["initialised"] = true,
["resetOOC"] = true,
["MacroResetModifiers"] = {
["Alt"] = false,
["LeftControl"] = false,
["LeftButton"] = false,
["LeftAlt"] = false,
["RightShift"] = false,
["RightAlt"] = false,
["AnyMod"] = false,
["Button5"] = false,
["LeftShift"] = false,
["Shift"] = false,
["Control"] = false,
["RightControl"] = false,
["MiddleButton"] = false,
["Button4"] = false,
["RightButton"] = false,
},
["EmphasisColour"] = "|cFFFFFF00",
["WOWSHORTCUTS"] = "|cffddaaff",
["deleteOrphansOnLogout"] = false,
["showMiniMap"] = {
["hide"] = true,
},
["DefaultDisabledMacroIcon"] = "Interface\Icons\INV_MISC_BOOK_08",
["use13"] = false,
["UseWLMExportFormat"] = true,
["use1"] = false,
["HideLoginMessage"] = false,
["DebugPrintModConditionsOnKeyPress"] = false,
["msClickRate"] = 250,
["use14"] = false,
["EQUALS"] = "|cffccddee",
["AddInPacks"] = {
["GSE2Library"] = {
["Version"] = "3.0.22",
["Name"] = "GSE2Library",
["SequenceNames"] = {
"Assorted Sample Macros", -- [1]
"GSE2 Macros", -- [2]
},
},
["Samples"] = {
["Name"] = "Samples",
["Version"] = "3.0.22",
["SequenceNames"] = {
"Assorted Sample Macros", -- [1]
"GSE2 Macros", -- [2]
},
},
},
["sendDebugOutputToChatWindow"] = false,
["DisabledSequences"] = {
},
["DefaultImportAction"] = "MERGE",
["Update2601"] = true,
["sendDebugOutputToDebugOutput"] = false,
["showGSEoocqueue"] = true,
["ErroneousSpellID"] = {
},
["ActiveSequenceVersions"] = {
},
["STRING"] = "|cff888888",
["STANDARDFUNCS"] = "|cff55ddcc",
["NormalColour"] = "|cFFFFFFFF",
["autoCreateMacroStubsClass"] = true,
["TitleColour"] = "|cFFFF0000",
["hideUIErrors"] = false,
["CreateGlobalButtons"] = false,
["autoCreateMacroStubsGlobal"] = false,
["DebugModules"] = {
["Translator"] = false,
["GUI"] = false,
["Storage"] = false,
["Editor"] = false,
["Versions"] = false,
["API"] = false,
["Viewer"] = false,
["Transmission"] = false,
},
["Update2415"] = true,
["UNKNOWN"] = "|cffff6666",
["NUMBER"] = "|cffffaa00",
["AuthorColour"] = "|cFF00D1FF",
["UseVerboseExportFormat"] = false,
["RealtimeParse"] = false,
["Update2633"] = true,
["Updated801"] = true,
["CONCAT"] = "|cffcc7777",
["UnfoundSpells"] = {
},
["overflowPersonalMacros"] = true,
["clearUIErrors"] = false,
["Update2305"] = true,
["INDENT"] = "|cffccaa88",
["use12"] = false,
["PromptSample"] = false,
["Update3000"] = true,
["editorWidth"] = 700,
["saveAllMacrosLocal"] = true,
["setDefaultIconQuestionMark"] = true,
["editorHeight"] = 700,
["KEYWORD"] = "|cff88bbdd",
}
GSELibrary = nil
GSEStorage = {
{
}, -- [1]
{
}, -- [2]
{
}, -- [3]
{
}, -- [4]
{
}, -- [5]
{
}, -- [6]
{
}, -- [7]
{
}, -- [8]
{
}, -- [9]
{
}, -- [10]
{
}, -- [11]
{
}, -- [12]
[0] = {
},
}
GSE3Storage = {
{
}, -- [1]
{
}, -- [2]
{
}, -- [3]
{
}, -- [4]
{
}, -- [5]
{
}, -- [6]
{
}, -- [7]
{
}, -- [8]
{
}, -- [9]
{
}, -- [10]
{
}, -- [11]
{
}, -- [12]
[0] = {
},
}

WoW Classic 2.5.1 (39170)
MacOs 10.14.6

I had removed old saved variables.

Additionally, if a looting method is changed, same error. If a party member is promoted to leader, same.

commented

Hi Nerillida thanks for this.

the issue is that a key part of the last update has not occurred for some reason.

The short fix is:/run GSE.Update3023(). Type this and press enter. I will fix this for everyone else.