Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

lua erros

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    lua erros

    3x [ADDON_ACTION_BLOCKED] AddOn 'ZygorGuidesViewer' tried to call the protected function 'EditMacro()'.
    [string "@!BugGrabber/BugGrabber.lua"]:480: in function <!BugGrabber/BugGrabber.lua:480>
    [string "=[C]"]: in function `EditMacro'
    [string "@ZygorGuidesViewer/ActionBar.lua"]:560: in function `SetButton'
    [string "@ZygorGuidesViewer/ActionBar.lua"]:210: in function `SetActionButtonsQueued'
    [string "@ZygorGuidesViewer/ActionBar.lua"]:138: in function `func'
    [string "@Details/Libs/AceTimer-3.0-17/AceTimer-3.0.lua"]:57: in function <...ceDetails/Libs/AceTimer-3.0/AceTimer-3.0.lua:50>

    #2
    Calling protected function errors like this one are caused by the addon thinking you are out of combat but the game says you are still in combat. When you are in combat there are a lot of things addons are not allowed to do (protected functions) to prevent too much automation. When the addons see that combat is done they start to do normal things that are allowed but if the game says you are still in combat for another half second that is all it takes for it to throw an error like this. Unfortunately there isn't anything that can be done about it since it's just a small disconnect between the game server and the game client not agreeing that you are out of combat.
    Become a Fan of Zygor Guides on Facebook:
    http://www.facebook.com/pages/Zygor-...04933799556988

    Follow Zygor Guides on Twitter:
    http://twitter.com/zygorguides

    Comment

    Working...
    X