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

Announcement

Collapse
No announcement yet.

LUA errors with action buttons

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

    LUA errors with action buttons

    Following is a constant error that I'm receiving with the new update. I believe it has to do with the changes in the action buttons:

    Code:
    1x [ADDON_ACTION_BLOCKED] AddOn 'ZygorGuidesViewer' tried to call the protected function 'EditMacro()'.
    [string "@!BugGrabber\BugGrabber.lua"]:519: in function <!BugGrabber\BugGrabber.lua:519>
    [string "=[C]"]: in function `EditMacro'
    [string "@ZygorGuidesViewer\ActionBar.lua"]:421: in function `ClearBar'
    [string "@ZygorGuidesViewer\ActionBar.lua"]:45: in function `SetActionButtons'
    [string "@ZygorGuidesViewer\ActionBar.lua"]:37: in function `func'
    [string "@Details\Libs\AceTimer-3.0\AceTimer-3.0-17.lua"]:57: in function <...ceDetails\Libs\AceTimer-3.0\AceTimer-3.0.lua:50>

    #2
    What you are seeing there is a small desync issue between your game client and the server. It only needs to be a fraction of a second desync to cause the error. When you see a protected function error like that it means that the addon thought you were out of combat and tried to perform a normal action but the game thought you were still in combat and wouldn't allow the normal action. Blizzard locks down what a lot of addons are able to do while you are in combat. We wait until we're told by the game client that combat is done before we do things like update macros for the current step which is what was trying to be done when this error popped.
    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


      #3
      This is a confirmed issue, and should be fixed soon.
      Become a Fan of Zygor Guides on Facebook:
      http://www.facebook.com/zygorguides

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

      Comment


        #4
        Originally posted by Zygor View Post
        This is a confirmed issue, and should be fixed soon.
        I am getting this one after EVERY combat. Any ETA on a fix or are we stuck with "soon"?

        Comment


          #5
          We just pushed another update that should fix this. Please update and try again.
          Become a Fan of Zygor Guides on Facebook:
          http://www.facebook.com/zygorguides

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

          Comment

          Working...
          X