This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have this error popping up every login
13x Ace3\AceAddon-3.0\AceAddon-3.0-13.lua:70: script ran too long[string "@Ace3\AceAddon-3.0\AceAddon-3.0-13.lua"]:70: in function <Ace3\AceAddon-3.0\AceAddon-3.0.lua:65>[string "@Ace3\AceAddon-3.0\AceAddon-3.0-13.lua"]:527: in function `EnableAddon'[string "@Ace3\AceAddon-3.0\AceAddon-3.0-13.lua"]:630: in function <Ace3\AceAddon-3.0\AceAddon-3.0.lua:615>
Locals:func = <function> defined @ElvUI\init.lua:155(*temporary) = false(*temporary) = nil(*temporary) = "script ran too long"type = <function> defined =[C]:-1xpcall = <function> defined =[C]:-1errorhandler = <function> defined @Ace3\AceAddon-3.0\AceAddon-3.0.lua:61
Additionally, though this one could be Rarity's fault:
17x FrameXML\UIParent.lua:496: script ran too long[string "@FrameXML\UIParent.lua"]:496: in function `UIParentLoadAddOn'[string "@Rarity\Core\Collections-Collections.lua"]:63: in function `ScanToys'[string "@Rarity\Core\Collections-Collections.lua"]:307: in function `ScanExistingItems'[string "@Rarity\Core.lua"]:198: in function `DoEnable'[string "@Rarity\Core.lua"]:167: in function <Rarity\Core.lua:166>[string "=[C]"]: ?[string "@AdiBags\libs\AceAddon-3.0\AceAddon-3.0-13.lua"]:70: in function <...ceAdiBags\libs\AceAddon-3.0\AceAddon-3.0.lua:65>[string "@AdiBags\libs\AceAddon-3.0\AceAddon-3.0-13.lua"]:527: in function `EnableAddon'[string "@AdiBags\libs\AceAddon-3.0\AceAddon-3.0-13.lua"]:630: in function <...ceAdiBags\libs\AceAddon-3.0\AceAddon-3.0.lua:615>
AceAddon by itself really doesn't do anything, it just tells other addons to initialize themselves. Those addons probably shouldn't be doing very expensive computations there without rate-limiting.
To post a comment, please login or register a new account.