11.0 TWW Pre-Patch Lua Error
tonydero opened this issue ยท 2 comments
Summary
`Message: Interface/AddOns/KillTrack/Options.lua:257: attempt to call global 'InterfaceOptions_AddCategory' (a nil value)
Time: Thu Jul 25 13:36:53 2024
Count: 1
Stack: Interface/AddOns/KillTrack/Options.lua:257: attempt to call global 'InterfaceOptions_AddCategory' (a nil value)
Locals:
New lua error popping up every time I log in or reload. Looks like InterfaceOptions_AddCategory
might have seen a change?
Steps to reproduce the behavior:
- Install the addon
- Log in to a character
- See error
Expected behavior
No error.
Environment (please complete the following information)
- OS: Arch Linux Zen Kernel 6.9.10
- WoW version/patch:11.0
- WoW branch: Retail
- AddOn version: 2.31.8
- Are you using a nolibs download of the AddOn? No
Additional context
Add any other context about the problem here.
Will you be working to fix this problem yourself in a PR?
No
Thanks!
Sorry for the delay in response!
Looks like InterfaceOptions_AddCategory might have seen a change?
Yeah, I think it's now been fully removed so AddOns will need to migrate to the new Settings
API. I'll look at getting it to work with the new stuff (hopefully the PTRs are available).