Config.lua:1184: attempt to index global 'InterfaceOptionsFrameAddOns' (a nil value) #57


Open
  • yessirreebob created this issue Sep 25, 2024

    Two errors appear when I type /gathermate:

     

    Message: Interface/AddOns/GatherMate2/Config.lua:1184: attempt to index global 'InterfaceOptionsFrameAddOns' (a nil value)
    Time: Wed Sep 25 21:47:55 2024
    Count: 1
    Stack: Interface/AddOns/GatherMate2/Config.lua:1184: attempt to index global 'InterfaceOptionsFrameAddOns' (a nil value)
    [string "=[C]"]: ?
    [string "@Interface/AddOns/GatherMate2/Config.lua"]:1184: in function <Interface/AddOns/GatherMate2/Config.lua:1183>
    [string "@Interface/AddOns/GatherMate2/Config.lua"]:1200: in function <Interface/AddOns/GatherMate2/Config.lua:1199>
    [string "=[C]"]: ?
    [string "=[C]"]: in function `Show'
    [string "@Interface/AddOns/Blizzard_Settings_Shared/Blizzard_SettingsPanel.lua"]:862: in function `DisplayLayout'
    [string "@Interface/AddOns/Blizzard_Settings_Shared/Blizzard_SettingsPanel.lua"]:807: in function `DisplayCategory'
    [string "@Interface/AddOns/Blizzard_Settings_Shared/Blizzard_SettingsPanel.lua"]:749: in function <.../Blizzard_Settings_Shared/Blizzard_SettingsPanel.lua:742>
    [string "=[C]"]: ?
    [string "@Interface/AddOns/Blizzard_SharedXMLBase/CallbackRegistry.lua"]:144: in function <...e/AddOns/Blizzard_SharedXMLBase/CallbackRegistry.lua:143>
    [string "=[C]"]: ?
    [string "@Interface/AddOns/Blizzard_SharedXMLBase/CallbackRegistry.lua"]:147: in function `TriggerEvent'
    [string "@Interface/AddOns/Blizzard_Settings_Shared/Blizzard_CategoryList.lua"]:152: in function <...s/Blizzard_Settings_Shared/Blizzard_CategoryList.lua:150>

    Locals:

     

    And:

     

    Message: Interface/AddOns/GatherMate2/Config.lua:1223: attempt to call global 'InterfaceOptionsFrame_OpenToCategory' (a nil value)
    Time: Wed Sep 25 21:51:00 2024
    Count: 2
    Stack: Interface/AddOns/GatherMate2/Config.lua:1223: attempt to call global 'InterfaceOptionsFrame_OpenToCategory' (a nil value)
    [string "=[C]"]: in function `InterfaceOptionsFrame_OpenToCategory'
    [string "@Interface/AddOns/GatherMate2/Config.lua"]:1223: in function `?'
    [string "@Interface/AddOns/Blizzard_ChatFrameBase/Classic/ChatFrame.lua"]:5034: in function <.../AddOns/Blizzard_ChatFrameBase/Classic/ChatFrame.lua:4980>
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "=[C]"]: in function `ChatEdit_ParseText'
    [string "@Interface/AddOns/Blizzard_ChatFrameBase/Classic/ChatFrame.lua"]:4686: in function <.../AddOns/Blizzard_ChatFrameBase/Classic/ChatFrame.lua:4685>
    [string "=[C]"]: ?
    [string "=[C]"]: in function `ChatEdit_SendText'
    [string "@Interface/AddOns/Blizzard_ChatFrameBase/Classic/ChatFrame.lua"]:4722: in function `ChatEdit_OnEnterPressed'
    [string "*ChatFrame.xml:120_OnEnterPressed"]:1: in function <[string "*ChatFrame.xml:120_OnEnterPressed"]:1>

    Locals:

     

    I'm not sure when they started to appear because I had it disabled for a while, maybe the latest SoD update.

  • serene_hopper97 posted a comment Nov 20, 2024

    As of right now, I'm just getting the first error on line 1184 in the Config module.  The other error does not appear.  This is with Gathermate2 by itself.

  • user_wukz5unsqzrtnivn posted a comment Nov 25, 2024

    Similar LUA errors, when accessing Gathermate through WoW in-game Option menu:

    Message: Interface/AddOns/GatherMate2/Config.lua:1184: attempt to index global 'InterfaceOptionsFrameAddOns' (a nil value)
    Time: Mon Nov 25 16:23:22 2024
    Count: 1
    Stack: Interface/AddOns/GatherMate2/Config.lua:1184: attempt to index global 'InterfaceOptionsFrameAddOns' (a nil value)
    [string "@Interface/AddOns/GatherMate2/Config.lua"]:1184: in function <Interface/AddOns/GatherMate2/Config.lua:1183>
    [string "@Interface/AddOns/GatherMate2/Config.lua"]:1200: in function <Interface/AddOns/GatherMate2/Config.lua:1199>
    [string "=[C]"]: ?
    [string "=[C]"]: in function `Show'
    [string "@Interface/AddOns/Blizzard_Settings_Shared/Blizzard_SettingsPanel.lua"]:866: in function `DisplayLayout'
    [string "@Interface/AddOns/Blizzard_Settings_Shared/Blizzard_SettingsPanel.lua"]:807: in function `DisplayCategory'
    [string "@Interface/AddOns/Blizzard_Settings_Shared/Blizzard_SettingsPanel.lua"]:749: in function <.../Blizzard_Settings_Shared/Blizzard_SettingsPanel.lua:742>
    [string "=[C]"]: ?
    [string "@Interface/AddOns/Blizzard_SharedXMLBase/CallbackRegistry.lua"]:144: in function <...e/AddOns/Blizzard_SharedXMLBase/CallbackRegistry.lua:143>
    [string "=[C]"]: ?
    [string "@Interface/AddOns/Blizzard_SharedXMLBase/CallbackRegistry.lua"]:147: in function `TriggerEvent'
    [string "@Interface/AddOns/Blizzard_Settings_Shared/Blizzard_CategoryList.lua"]:152: in function <...s/Blizzard_Settings_Shared/Blizzard_CategoryList.lua:150>

    Locals: name = "GatherMate 2"
    parent = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "attempt to index global 'InterfaceOptionsFrameAddOns' (a nil value)"

     

     

    JOY

  • serene_hopper97 posted a comment Nov 28, 2024

    Ok, after this last update, tab 1 works nicely now.  As far as I'm concerned, you can close this.


To post a comment, please login or register a new account.