(retail wow) Cannot open configuration menu
pwilhelm67 opened this issue ยท 3 comments
Describe the bug
(retail wow) Cannot open configuration menu from the minimap button. I'm new and not sure if there's another way to open the config menu. CLM v5.1.2 downloaded with Curseforge Client. CLM is the only addon loaded. When I click config it shows the following error:
Message: Interface/AddOns/ClassicLootManager/MinimapIcon.lua:160: attempt to call global 'InterfaceOptionsFrame_OpenToCategory' (a nil value)
Time: Sun Aug 4 20:23:07 2024
Count: 1
Stack: Interface/AddOns/ClassicLootManager/MinimapIcon.lua:160: attempt to call global 'InterfaceOptionsFrame_OpenToCategory' (a nil value)
[string "@Interface/AddOns/ClassicLootManager/MinimapIcon.lua"]:160: in function `func'
[string "@Interface/AddOns/ClassicLootManager/Libs/LibUIDropDownMenu/LibUIDropDownMenu/LibUIDropDownMenu.lua"]:233: in function <...DropDownMenu/LibUIDropDownMenu/LibUIDropDownMenu.lua:199>
[string "@Interface/AddOns/ClassicLootManager/Libs/LibUIDropDownMenu/LibUIDropDownMenu/LibUIDropDownMenu.lua"]:453: in function <...DropDownMenu/LibUIDropDownMenu/LibUIDropDownMenu.lua:452>
Locals: (*temporary) = nil
(*temporary) = "Core Loot Manager"
(*temporary) = "attempt to call global 'InterfaceOptionsFrame_OpenToCategory' (a nil value)"
addonName = "Core Loot Manager"
To Reproduce
Steps to reproduce the behavior:
- Right click CLM minimap icon
- Click on Configuration
- See error
Expected behavior
Config menu opens.
AddOn and Game Version:
- Retail v11.0.0 (55939)
- CLM v5.1.2
Additional context
If there's a slash command or something to pullup the config please let me know, I didn't see one in the wiki or through playing with the addon in game. Would love to use CLM in my guild for the upcoming expansion. Please let me know if I can get any other info for you, thanks
It would appear that, as usual, on a major release blizzard has relocated the functions and calls to them. From my quick looking it appears that Blizzard_Settings_Shared/Blizzard_Settings.lua is now using a class called Settings with the function OpenToCategory instead of the InterfaceOptionsFrame_OpenToCategory.
That is correct. The release time is a bit unfortunate as im on holidays. Ill fix this once im back.
The settings is accessible from addon settings/Interface addons in ESC menu