View Single Post
03/14/23, 05:05 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,012
Golden rule: After patche: WAIT for fixes
If you get error messages contact the authors of the addons that actually cause the error messages. The error messages stack traceback (enable it at the bottom leftcheckbox) tells you where it came from (bottom -> to top is the called code in order of call).
If you see a library or addon name at the top of that stack, or near, it could be the cause.

If there is only 1 line like the ResizeToFitDescendents not possible ... check that line for the control's name it relates to, e.g. AddonNameControlName1 is not allowed for ResizeToFitDecendents
-> The AddonNameControlName1 is the control of that addon with name AddonName, so check that addon's comments and report there please.


So write to the addon comment of that adddon please and post the complete error message (no screenshot! Copythe complete text from the popup).

Here is also an info (which exists since years meanwhile but is never read as it seems) how to read and post errors to addon authors and we would be glad if you guys read, understand and follow that rules, so it can be analzyed more quickly and effectivley, and fixed faster. Thanks!

https://www.esoui.com/forums/showthread.php?t=8858
"lua error messages ingame - How do I read them?"
"How to report a lua error message/a bug to the developers"
  Reply With Quote