Lua error 1/24/20

Message: [string “safecall Dispatcher[1]”]:14: script ran too long
Time: Fri Jan 24 01:41:35 2020
Count: 1
Stack: [string “safecall Dispatcher[1]”]:14: script ran too long
[string “=[C]”]: ?
[string “safecall Dispatcher[1]”]:14: in function ?' [string "@Interface\AddOns\AskMrRobot\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:90: in functionFire’
[string “@Interface\AddOns\AskMrRobot\Libs\AceEvent-3.0\AceEvent-3.0.lua”]:120: in function <…AddOns\AskMrRobot\Libs\AceEvent-3.0\AceEvent-3.0.lua:119>

Locals:

Also posted this on Ace page

EDIT: looks like this is being caused by BangSync & posted issue for them to look into (it was recently updated & disabling it got rid of issue)

This error is caused by some addon function taking too long to run so WoW cancelled its execution to not negatively impact your game.

Sadly it doesn’t tell anything about which addon caused it as it happened during calls of a function provided by a library shared between multiple addons. Those libraries will always be loaded by the first addon using it (e.g. AskMrRobot as it’s early in the alphabet) and error messages will then show that addon as the culprit, even if some other addon caused it.

The only thing you can take from that would be “some addon using the Ace library caused that error”. You could try to narrow down that list by finding out which addons are likely to have done something at the time the error popped up and go from there but if that error only happens every now and then that might take some time. :confused: