View Single Post
04/24/14, 08:14 AM   #28
Divona
 
Divona's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 12
It's appear that "Too many anchors processed" cause by installed many of the AddOns that:
  1. Use LibAddonMenu-1.0 library.
  2. Have many options in their settings panel.
When all the AddOns that called upon LibAddonMenu continue to pile up together, you'll like to get the error, as if the game client or library has reach it limit.

Could someone test this theory out by create an AddOns with over 300-500 lines of

LAM:AddHeader
LAM:AddCheckbox
LAM:AddSlider
LAM:AddDropdown
LAM:AddColorPicker

and see if the error pop up?
  Reply With Quote