GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG]

sdled opened this issue ยท 3 comments

commented

๐Ÿ”ต Describe the bug:
Message: Interface/AddOns/GSE/API/Options.lua:1567: bad argument #1 to 'ipairs' (table expected, got nil)
Time: Fri Mar 24 08:44:03 2023
Count: 1
Stack: Interface/AddOns/GSE/API/Options.lua:1567: bad argument #1 to 'ipairs' (table expected, got nil)
[string "=[C]"]: in function ipairs' [string "@Interface/AddOns/GSE/API/Options.lua"]:1567: in function GetOptionsTable'
[string "@Interface/AddOns/GSE/API/Events.lua"]:224: in function ?' [string "@Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:114: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:114> [string "=[C]"]: ? [string "@Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:24: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:20> [string "@Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:59: in function Fire'
[string "@Interface/AddOns/Ace3/AceEvent-3.0/AceEvent-3.0.lua"]:120: in function <Interface/AddOns/Ace3/AceEvent-3.0/AceEvent-3.0.lua:119>
[string "=[C]"]: in function LoadAddOn' [string "@Interface/FrameXML/UIParent.lua"]:542: in function UIParentLoadAddOn'
[string "@Interface/FrameXML/UIParent.lua"]:624: in function `RaidFrame_LoadUI'
[string "@Interface/FrameXML/RaidFrame.lua"]:64: in function <Interface/FrameXML/RaidFrame.lua:55>

Locals:

๐Ÿ”ต To reproduce: (Steps to reproduce the behavior)
log in to wow

๐Ÿ”ต The error:
Paste the error message in this blockquote.


Message: Interface/AddOns/GSE/API/Options.lua:1567: bad argument #1 to 'ipairs' (table expected, got nil)
Time: Fri Mar 24 08:44:03 2023
Count: 1
Stack: Interface/AddOns/GSE/API/Options.lua:1567: bad argument #1 to 'ipairs' (table expected, got nil)
[string "=[C]"]: in function `ipairs'
[string "@Interface/AddOns/GSE/API/Options.lua"]:1567: in function `GetOptionsTable'
[string "@Interface/AddOns/GSE/API/Events.lua"]:224: in function `?'
[string "@Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:114: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:114>
[string "=[C]"]: ?
[string "@Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:24: in function <...Ons/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua:20>
[string "@Interface/AddOns/Ace3/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:59: in function `Fire'
[string "@Interface/AddOns/Ace3/AceEvent-3.0/AceEvent-3.0.lua"]:120: in function <Interface/AddOns/Ace3/AceEvent-3.0/AceEvent-3.0.lua:119>
[string "=[C]"]: in function `LoadAddOn'
[string "@Interface/FrameXML/UIParent.lua"]:542: in function `UIParentLoadAddOn'
[string "@Interface/FrameXML/UIParent.lua"]:624: in function `RaidFrame_LoadUI'
[string "@Interface/FrameXML/RaidFrame.lua"]:64: in function <Interface/FrameXML/RaidFrame.lua:55>

Locals: <none>

๐Ÿ”ต Screenshots:
If applicable, add screenshots to help explain your problem.

๐Ÿ”ต Expected behavior:
A clear and concise description of what you expected to happen.

๐Ÿ”ต GSE.lua file:

GSE_C = {
["Update3117"] = true,
}
GSELegacyLibraryBackup = nil

๐Ÿ”ต Desktop (please complete the following information):

  • OS: win 7
  • Game Version 10.0.07

๐Ÿ”ต GSE Version:

  • Version: 3.1.30
  • Downloaded From: [ https://www.curseforge.com

๐Ÿ”ต Additional context:
Add any other context about the problem here.

commented

Hey @sdled

could you please send me the GSE.lua file from one level up? I need the one from c_:-\path\to\wow\WTF\Accounr\youracvountname\SavedVariables\Account\GSE.lua

also any other context you can give on what was occurring when this happened?

commented
commented