Thread Tools Display Modes
09-13-16, 10:14 PM   #1
arith
A Cyclonian
 
arith's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 45
Built-in AddonList only support 79 addons?

I happened to have 79 addons on my "Addon" folder, although not all of them have been enabled. Today while I am scrolling the WoW built-in Addon List, I got below errors:
Code:
Message: Interface\SharedXML\AddonList.lua:573: AddOn index must be in the range of 1 to 79
Time: 09/14/16 12:04:41
Count: 1
Stack: [C]: in function `GetAddOnInfo'
Interface\SharedXML\AddonList.lua:573: in function `AddonTooltip_Update'
Interface\SharedXML\AddonList.lua:452: in function `AddonListScrollFrame_OnVerticalScroll'
[string "*:OnVerticalScroll"]:1: in function <[string "*:OnVerticalScroll"]:1>
[C]: in function `SetVerticalScroll'
[string "*:OnValueChanged"]:1: in function <[string "*:OnValueChanged"]:1>
[C]: in function `SetValue'
Interface\SharedXML\SharedUIPanelTemplates.lua:307: in function `ScrollFrameTemplate_OnMouseWheel'
[string "*:OnMouseWheel"]:1: in function <[string "*:OnMouseWheel"]:1>

Locals: (*temporary) = 0
Did anyone know why Blizzard want to set this limitation?
 
09-13-16, 10:27 PM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
No idea why there is a limit but it's amazing almost nobody has more than 79 addons x)

 
09-13-16, 11:00 PM   #3
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
I have more than 400 addons in my addons folder so this definitely isn't the problem.

It looks like it attempted to call GetAddOnInfo(0) from your error message.

Last edited by semlar : 09-13-16 at 11:09 PM.
 
09-14-16, 05:39 AM   #4
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
As semlar mentioned, something tried to get info on index 0. The 79 just means you have 79 active addons.
 
 

WoWInterface » Site Forums » Archived Beta Forums » Legion Beta archived threads » Built-in AddonList only support 79 addons?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off