GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG]Interface/AddOns/GSE/API/OneOffEvents.lua:42: attempt to index global 'GSE_C' (a nil value)

chblz opened this issue · 3 comments

commented

I'm receiving this error upon login and I don't see it in the solved issues:

Message: Interface/AddOns/GSE/API/OneOffEvents.lua:42: attempt to index global 'GSE_C' (a nil value)
Time: Tue Nov 15 20:53:46 2022
Count: 1
Stack: Interface/AddOns/GSE/API/OneOffEvents.lua:42: attempt to index global 'GSE_C' (a nil value)
[string "@Interface/AddOns/GSE/API/OneOffEvents.lua"]:42: in function Update3117' [string "@Interface/AddOns/GSE/API/OneOffEvents.lua"]:9: in function PerformOneOffEvents'
[string "@Interface/AddOns/GSE/API/Events.lua"]:188: in function ?' [string "@Interface/AddOns/GSE/Lib/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:119: in function <.../GSE/Lib/CallbackHandler-1.0/CallbackHandler-1.0.lua:119> [string "=[C]"]: ? [string "@Interface/AddOns/GSE/Lib/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:29: in function <.../GSE/Lib/CallbackHandler-1.0/CallbackHandler-1.0.lua:25> [string "@Interface/AddOns/GSE/Lib/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:64: in function Fire'
[string "@Interface/AddOns/GSE/Lib/AceEvent-3.0/AceEvent-3.0.lua"]:120: in function <...terface/AddOns/GSE/Lib/AceEvent-3.0/AceEvent-3.0.lua:119>

Locals:

commented

The very simple fix is

/run GSE_C ={}

That variable should have already existed. It’s been I the mod for the last 7 years so I really need a lot more data that the bug Template asks for to be able to troubleshoot why it doesn’t exist for you.

commented

Deepest apologies...this was definitely a PEBKAC error. I didn't have the GUI and LDB parts of the addon enabled. Sorry about that!

commented

Reopening this as another user has found it happen so it can’t just be that LDB and GUi weren’t loaded.