ADDON_ACTION_FORBIDDEN #706


  • Waiting
Open
  • MrDedles created this issue Mar 29, 2026

    Hey, i got the following issue today after clicking around in edit mode 

     

    Tainted Log:


    ``` 
    2x [ADDON_ACTION_FORBIDDEN] AddOn 'Ace3' tried to call the protected function 'ClearTarget()'.
    [!BugGrabber/BugGrabber.lua]:540: in function '?'
    [!BugGrabber/BugGrabber.lua]:524: in function <!BugGrabber/BugGrabber.lua:524>
    [C]: in function 'ClearTarget'
    [Blizzard_EditMode/Shared/EditModeManager.lua]:1887: in function 'ResetTargetAndFocus'
    [Blizzard_EditMode/Shared/EditModeManager.lua]:1922: in function 'RefreshTargetAndFocus'
    [Blizzard_EditMode/Shared/EditModeManager.lua]:1929: in function '?'
    [Blizzard_EditMode/Shared/EditModeManager.lua]:1753: in function 'onBoxToggled'
    [Blizzard_SharedXML/Mainline/SharedUIPanelTemplates.lua]:1070: in function 'OnCheckButtonClick'
    [Blizzard_EditMode/Shared/EditModeTemplates.lua]:243: in function <...ddOns/Blizzard_EditMode/Shared/EditModeTemplates.lua:242>

     

    Locals:
    self = <table> {
    }
    event = "ADDON_ACTION_FORBIDDEN"
    addonName = "Ace3"
    addonFunc = "ClearTarget()"
    name = "Ace3"
    badAddons = <table> {
    Ace3 = true
    }
    L = <table> {
    NO_DISPLAY_2 = "|cffffff00The standard display is called BugSack, and can probably be found on the same site where you found !BugGrabber.|r"
    ERROR_DETECTED = "%s |cffffff00captured, click the link for more information.|r"
    BUGGRABBER_STOPPED = "|cffffff00There are too many errors in your UI. As a result, your game experience may be degraded. Disable or update the failing addons if you don't want to see this message again.|r"
    USAGE = "|cffffff00Usage: /buggrabber <1-%d>.|r"
    STOP_NAG = "|cffffff00!BugGrabber will not nag about missing a display addon again until next patch.|r"
    NO_DISPLAY_STOP = "|cffffff00If you don't want to be reminded about this again, run /stopnag.|r"
    NO_DISPLAY_1 = "|cffffff00You seem to be running !BugGrabber with no display addon to go along with it. Although a slash command is provided for accessing error reports, a display can help you manage these errors in a more convenient way.|r"
    ERROR_UNABLE = "|cffffff00!BugGrabber is unable to retrieve errors from other players by itself. Please install BugSack or a similar display addon that might give you this functionality.|r"
    ADDON_CALL_PROTECTED = "[%s] AddOn '%s' tried to call the protected function '%s'."
    }

    ```

  • MrDedles added a tag Waiting Mar 29, 2026
  • MrDedles edited description Mar 29, 2026

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