SharpWoW / KillTrack

Tracks any and all mob kills for you. (WoW AddOn)
GNU General Public License v3.0
3 stars 6 forks source link

11.0 TWW Pre-Patch Lua Error #31

Closed tonydero closed 3 months ago

tonydero commented 3 months ago

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:

  1. Install the addon
  2. Log in to a character
  3. See error

Expected behavior

No error.

Environment (please complete the following information)

Additional context

Add any other context about the problem here.

Will you be working to fix this problem yourself in a PR?

No

Thanks!

Sharparam commented 3 months ago

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).

Sharparam commented 3 months ago

And version 2.31.9 should now be available on the usual places with updates to fix the issues!