GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Classic GSE Not working?

Spoony36 opened this issue ยท 2 comments

commented

No macro's seem to import or they import but when clicking the edit button all I see is a black screen with no text and the macro doesn't fire at all.

8x GSE\API\Translator.lua:581: attempt to concatenate a nil value
GSE\API\Translator.lua:581: in function <GSE\API\Translator.lua:570>
GSE\API\Translator.lua:597: in function <GSE\API\Translator.lua:589>
GSE\API\Translator.lua:639: in function GetSpellId' GSE\API\Translator.lua:199: in function TranslateSpell'
GSE\API\Translator.lua:118: in function TranslateString' GSE\API\Translator.lua:18: in function TranslateSequence'
GSE\API\Storage.lua:653: in function OOCUpdateSequence' GSE\API\Events.lua:400: in function ?'
GSE\Lib\AceTimer-3.0\AceTimer-3.0-17.lua:55: in function <GSE\Lib\AceTimer-3.0\AceTimer-3.0.lua:50>

Locals:
spellID = "Faerie Fire (Feral)"
s = 13
e = 19
(*temporary) = defined @gse\API\Init.lua:107
(*temporary) = "rank:"
(*temporary) = "Feral"
(*temporary) = " "
(*temporary) = nil
(*temporary) = "Feral"
(*temporary) = "%d+"
(*temporary) = "attempt to concatenate a nil value"
ranks =

{
79 = 24
81 = 26
66 = 11
68 = 13
70 = 15
72 = 17
74 = 19
76 = 21
78 = 23
80 = 25
82 = 27
77 = 22
75 = 20
73 = 18
71 = 16
69 = 14
67 = 12
49 = 1
50 = 2
51 = 3
52 = 4
53 = 5
54 = 6
55 = 7
56 = 8
57 = 9
65 = 10
}
spell_ranks = ".........1......1...................................1.............1....1...1.1..........1....2....111...........11.1.1.1.1..........1..1..1...2.3......................1...1......1.........................2......................2.................1.....................................23......................1......1........12.....12......1........1................1....1................................1....1............1.............................1.1..1........1.1........111.1212211111211123111..23.2.1.2...2.21.11227.....1.2.211111122111122.3321...2..213221613321212.31211.......1111112212.1232313.111.111122112112313.3131121341.11..2..13.2.311151122241113233.............214....111.1....122..21.111312.31..211..111221121121123122321.1.....11.......1..1....1211..31.1.1.1.21212.11111111122221.23..................111...............33.222.211.1.13214.322.622.122.3.4.2.1.3.115.6...2...5.1.2.1..33332233.133.3444431.1.144.2.1.22.2441.451..5544442155..41.562.4.3.11.233111311.311.44435223344.2222232.255441GSE =
{
TranslateSequence = defined @gse\API\Translator.lua:12
StartOOCTimer = defined @gse\API\Events.lua:385
ReportTargetProtection = defined @gse\API\Options.lua:797
CloneSequence = defined @gse\API\Storage.lua:14
modules =
{
}
CancelTimer = defined @gse\Lib\AceTimer-3.0\AceTimer-3.0.lua:147
CheckOOCQueueStatus = defined @gse\API\Events.lua:441
StopOOCTimer = defined @gse\API\Events.lua:390
GUIImportSequence = defined @GSE_GUI\Import.lua:76
inArena = false
GUIRecordFrame =
{
}
GUISetColour = defined @GSE_GUI\GUIFunctions.lua:153
GUIConfirmDeleteSequence = defined @GSE_GUI\GUIFunctions.lua:19
inDungeon = false
UsedSequences =
{
}
ScheduleTimer = defined @gse\Lib\AceTimer-3.0\AceTimer-3.0.lua:94
Update2410 = defined @gse\API\OneOffEvents.lua:44
UnsavedOptions =
{
}
UpdateIcon = defined @gse\API\Storage.lua:1106
ADDON_LOADED = defined @gse\API\Events.lua:120
GUIDrawMetadataEditor = defined @GSE_GUI\Editor.lua:237
UpdateSequence = defined @gse\API\Storage.lua:623
UnregisterAllComm = defined @AtlasLootClassic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:174
SetEnabledState = defined @gse\Lib\AceAddon-3.0\AceAddon-3.0.lua:424
isSpecIDForCurrentClass = defined @gse\API\CharacterFunctions.lua:70
ClearTooltip = defined @GSE_GUI\GUIFunctions.lua:185
TranslatorAvailable = true
CloneMacroVersion = defined @gse\API\Storage.lua:30
IdentifySpells = defined @gse\API\Translator.lua:670
TransmitSequence = defined @gse\API\Serialisation.lua:124
storeSender = defined @gse\API\Serialisation.lua:177
NewModule = defined @gse\Lib\AceAddon-3.0\AceAddon-3.0.lua:235
prepareTooltipOOCLine = defined @gse\API\Events.lua:425
GetOptionsTable = defined @gse\API\Options.lua:6
OOCPer

commented

Should have said I have tried several macros &

/run GSELibrary[11] = {}

And tried reimporting but issue still the same

image

commented

This is a duplicate of #604