GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

CharacterFunctions error when click loading TBC Pre_Patch Version 2.5.1 (38644)

Badgey2002 opened this issue ยท 1 comments

commented

Message: Interface\AddOns\GSE\API\CharacterFunctions.lua:56: attempt to call global 'GetSpecializationInfoByID' (a nil value)
Time: Wed May 12 17:57:35 2021
Count: 1
Stack: Interface\AddOns\GSE\API\CharacterFunctions.lua:56: attempt to call global 'GetSpecializationInfoByID' (a nil value)
[string "@interface\AddOns\GSE\API\CharacterFunctions.lua"]:56: in function GetClassIDforSpec' [string "@Interface\AddOns\GSE\API\Storage.lua"]:146: in function OOCAddSequenceToCollection'
[string "@interface\AddOns\GSE\API\Events.lua"]:451: in function `?'
[string "@interface\AddOns\Details\Libs\AceTimer-3.0\AceTimer-3.0.lua"]:55: in function <...ce\AddOns\Details\Libs\AceTimer-3.0\AceTimer-3.0.lua:50>

Locals: specid = 71
classid = 0
(*temporary) = nil
(*temporary) = 71
(*temporary) = "attempt to call global 'GetSpecializationInfoByID' (a nil value)"
GSE =

{
ResetButtons = defined @interface\AddOns\GSE\API\Storage.lua:766
StartOOCTimer = defined @interface\AddOns\GSE\API\Events.lua:435
ReportTargetProtection = defined @interface\AddOns\GSE\API\Options.lua:852
RequestSequence = defined @interface\AddOns\GSE\API\Serialisation.lua:305
CloneSequence = defined @interface\AddOns\GSE\API\Storage.lua:38
modules =
{
}
CancelTimer = defined @interface\AddOns\Details\Libs\AceTimer-3.0\AceTimer-3.0.lua:147
CheckOOCQueueStatus = defined @interface\AddOns\GSE\API\Events.lua:497
StopOOCTimer = defined @interface\AddOns\GSE\API\Events.lua:440
GUIImportSequence = defined @interface\AddOns\GSE_GUI\Import.lua:76
inArena = false
GUIRecordFrame =
{
}
GUISetColour = defined @interface\AddOns\GSE_GUI\GUIFunctions.lua:170
GUIConfirmDeleteSequence = defined @interface\AddOns\GSE_GUI\GUIFunctions.lua:19
inDungeon = false
UsedSequences =
{
}
ScheduleTimer = defined @interface\AddOns\Details\Libs\AceTimer-3.0\AceTimer-3.0.lua:94
Update2410 = defined @interface\AddOns\GSE\API\OneOffEvents.lua:83
UnsavedOptions =
{
}
UpdateIcon = defined @interface\AddOns\GSE\API\Storage.lua:1298
ADDON_LOADED = defined @interface\AddOns\GSE\API\Events.lua:138
SendSequenceMeta = defined @interface\AddOns\GSE\API\Serialisation.lua:296
Update2601 = defined @interface\AddOns\GSE\API\OneOffEvents.lua:106
UpdateSequence = defined @interface\AddOns\GSE\API\Storage.lua:786
UnregisterAllComm = defined @interface\AddOns\LibSharedMedia-3.0\CallbackHandler-1.0\CallbackHandler-1.0.lua:174
SetEnabledState = defined @interface\AddOns\CooldownCount\libs\AceAddon-3.0\AceAddon-3.0.lua:424
isSpecIDForCurrentClass = defined @interface\AddOns\GSE\API\CharacterFunctions.lua:90
ClearTooltip = defined @interface\AddOns\GSE_GUI\GUIFunctions.lua:202
TranslatorAvailable = true
CloneMacroVersion = defined @interface\AddOns\GSE\API\Storage.lua:54
IdentifySpells = defined @interface\AddOns\GSE\API\Translator.lua:762
TransmitSequence = defined @interface\AddOns\GSE\API\Serialisation.lua:235
IsLoopSequence = defined @interface\AddOns\GSE\API\Storage.lua:466
NewModule = defined @interface\AddOns\CooldownCount\libs\AceAddon-3.0\AceAddon-3.0.lua:235
prepareTooltipOOCLine = defined @interface\AddOns\GSE\API\Events.lua:481
GetOptionsTable = defined @interface\AddOns\GSE\API\Options.lua:6
OOCPerformMergeAction = defined @interface\AddOns\GSE\API\Storage.lua:195
RequestSequenceList = defined @interface\AddOns\GSE\API\Serialisation.lua:349
Deserialize = defined @interface\AddOns\Details\Libs\AceSerializer-3.0\AceSerializer-3.0.lua:246
ReplaceMacro = defined @interface\AddOns\GSE\API\Storage.lua:267
TranslatorLanguageTables =
{
}
GetSequenceSummary = defined @Inter

Message: Interface\AddOns\GSE\API\CharacterFunctions.lua:121: 'for' limit must be a number
Time: Wed May 12 18:03:17 2021
Count: 1
Stack: Interface\AddOns\GSE\API\CharacterFunctions.lua:121: 'for' limit must be a number
[string "@interface\AddOns\GSE\API\CharacterFunctions.lua"]:121: in function GetCurrentTalents' [string "@Interface\AddOns\GSE_GUI\GUIFunctions.lua"]:46: in function GUILoadEditor'
[string "@interface\AddOns\GSE_GUI\Viewer.lua"]:222: in function <Interface\AddOns\GSE_GUI\Viewer.lua:222>
[string "=[C]"]: ?
[string "@interface\AddOns\CooldownCount\libs\AceGUI-3.0\AceGUI-3.0.lua"]:72: in function <...\AddOns\CooldownCount\libs\AceGUI-3.0\AceGUI-3.0.lua:70>
[string "@interface\AddOns\CooldownCount\libs\AceGUI-3.0\AceGUI-3.0.lua"]:306: in function `Fire'
[string "@interface\AddOns\CooldownCount\libs\AceGUI-3.0\widgets\AceGUIWidget-Button.lua"]:22: in function <...ount\libs\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:19>

Locals:

image

commented

The next build MAY or MAY NOT solve this problem.

Just a note for future - A big massive stack trace without any context doesn't really help. It tells me that an error occurred but nothing else. Usually need the five things done before getting the error. The more information you can give around context the sooner I can fix an issue.