Getting a LUA Error #543


Closed
  • bsg_ghost created this issue May 2, 2020

    Just started receiving this error not too long ago. I've been using these addons for a while with no issues. Not sure what to do with this.

     

    Message: ...ce\AddOns\Details\Libs\AceTimer-3.0\AceTimer-3.0.lua:75: C_Timer.After duration is too large
    Time: Sat May 2 17:47:31 2020
    Count: 1
    Stack: ...ce\AddOns\Details\Libs\AceTimer-3.0\AceTimer-3.0.lua:75: C_Timer.After duration is too large
    [string "=[C]"]: ?
    [string "@Interface\AddOns\Details\Libs\AceTimer-3.0\AceTimer-3.0.lua"]:75: in function <...ce\AddOns\Details\Libs\AceTimer-3.0\AceTimer-3.0.lua:32>
    [string "=(tail call)"]: ?
    [string "@Interface\AddOns\Parrot\Data\Cooldowns.lua"]:117: in function `?'
    [string "@Interface\AddOns\DBM-Core\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:119: in function <...ore\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:119>
    [string "=[C]"]: ?
    [string "@Interface\AddOns\DBM-Core\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:29: in function <...ore\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:25>
    [string "@Interface\AddOns\DBM-Core\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:64: in function `Fire'
    [string "@Interface\AddOns\Hekili\Libs\AceEvent-3.0\AceEvent-3.0.lua"]:120: in function <...ace\AddOns\Hekili\Libs\AceEvent-3.0\AceEvent-3.0.lua:119>

    Locals: <none>

  • nevcairiel closed issue May 2, 2020
  • nevcairiel posted a comment May 2, 2020

    This error would appear to be from Parrot requesting a way too long timer, Ace3 is just handling the timer for it.


To post a comment, please login or register a new account.