GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

GSE Dead this morning for me - won't process on key click

aggietallboy opened this issue · 2 comments

commented

Good Morning!
I was having issues this past week with DBOX and MAMA, which seemed to get fixed up by going into troubleshooting, doing update macro stubs, and checking the cvar settings for keydown.

This morning, that has stopped working:

6x GSE/API/StringFunctions.lua:153: bad argument #1 to 'gsub' (string expected, got nil)
[string "=[C]"]: in function gsub'
[string "@GSE/API/StringFunctions.lua"]:153: in function TrimWhiteSpace'
[string "@GSE/API/StringFunctions.lua"]:352: in function RemoveComments'
[string "@GSE/API/Storage.lua"]:1375: in function CompileTemplate'
[string "@GSE/API/Storage.lua"]:518: in function OOCUpdateSequence'
[string "@GSE/API/Events.lua"]:564: in function ?'
[string "@DataStore/libs/AceTimer-3.0-17/AceTimer-3.0.lua"]:55: in function <DataStore/libs/AceTimer-3.0/AceTimer-3.0.lua:50>

Locals:
(temporary) = nil
(temporary) = "^%s(.-)%s$"
(temporary) = "%1"
(temporary) = "string expected, got nil"

I will try with a different macro, and re-importing the macro I've been using, but I'm at a loss at this point.

commented

Well, manually re-editing the macros seems to have jumped it back to working.. think this might be an error with the macro editing, as I'd seen some macro restricted calls in bug sack.

commented

This was caused by a corrupt macro which you have fixed. It usually occurs when someone edits using the raw edit function and misses a “

The normal fix is to either to port a backup or edit and re-save the macro which you have done. Without more information or a way to recreate this (via the information requested on the bug template which you havnt supplied) there is nothing else I can do except go “yes you had an error.”

As there isn’t a code fix for this I am moving this to the discussion area in case someone else has more information.