NeatPlates

NeatPlates

7M Downloads

Rogue Skill Echoing Reprimand Causing Persistent LUA Error

nearlysober80 opened this issue ยท 2 comments

commented

What version of the game you are experiencing the issue with:
Retail 10.0 - latest version of NeatPlates

Describe the bug
When casting Echoing Reprimand during combat, LUA error pops up and keeps increasing in count multiple times per second, you cannot dismiss the error in combat as it comes right back up. It likely has something to do with the graphical difference of combo point targeted by Echoing Reprimand.

To Reproduce
Steps to reproduce the behavior:

  1. On a Rogue character with Echoing Reprimand in talent tree
  2. Enter combat with any creature, cast Echoing Reprimand
  3. Non-Stop LUA error (see below)

Additional context
Message: ...nterface/AddOns/NeatPlatesWidgets/ResourceWidget.lua:170: attempt to call field 'contains' (a nil value)
Time: Thu Oct 27 21:12:14 2022
Count: 2510
Stack: ...nterface/AddOns/NeatPlatesWidgets/ResourceWidget.lua:170: attempt to call field 'contains' (a nil value)
[string "=[C]"]: in function contains' [string "@Interface/AddOns/NeatPlatesWidgets/ResourceWidget.lua"]:170: in function <...nterface/AddOns/NeatPlatesWidgets/ResourceWidget.lua:152> [string "=(tail call)"]: ? [string "@Interface/AddOns/NeatPlatesWidgets/ResourceWidget.lua"]:391: in function UpdatePoints'
[string "@Interface/AddOns/NeatPlatesWidgets/ResourceWidget.lua"]:442: in function <...nterface/AddOns/NeatPlatesWidgets/ResourceWidget.lua:441>
[string "@Interface/AddOns/NeatPlatesWidgets/ResourceWidget.lua"]:497: in function <...nterface/AddOns/NeatPlatesWidgets/ResourceWidget.lua:492>

Locals:

commented

Seems this is actually due to a mistake I made while refactoring/cleaning up some stuff. I'll have a fix out in a little bit.

commented

This issue is stale because it has been open for 90 days with no activity. If you feel the issue is still relevant, please leave a comment to prevent the issue from being closed in 30 days