Lua Error #34


  • Invalid
Closed
  • aisenfaire created this issue Sep 1, 2024

    Hi, I've started getting these errors with v10.2.3 in retail 11.0.2:

     

    3x [ADDON_ACTION_BLOCKED] AddOn 'LibSharedMedia-3.0-8020003' tried to call the protected function 'ActionButton1:SetAttribute()'.
    [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
    [string "=[C]"]: in function `SetAttribute'
    [string "@Blizzard_ActionBar/Mainline/ActionButton.lua"]:488: in function `UpdatePressAndHoldAction'
    [string "@Blizzard_ActionBar/Mainline/ActionButton.lua"]:554: in function `Update'
    [string "@Blizzard_ActionBar/Mainline/ActionButton.lua"]:506: in function `UpdateAction'
    [string "@Blizzard_ActionBarController/Mainline/ActionBarController.lua"]:187: in function `ActionBarController_ResetToDefault'
    [string "@Blizzard_ActionBarController/Mainline/ActionBarController.lua"]:172: in function `ActionBarController_UpdateAll'
    [string "@Blizzard_ActionBarController/Mainline/ActionBarController.lua"]:66: in function <...ActionBarController/Mainline/ActionBarController.lua:55>

    Locals:
    Skipped (In Encounter)

     

    It comes at the same time that I get a popup saying LibSharedMedia-3.0 has been blocked from an action only available to the Blizzard UI, when I press a key on the default Blizzard action bars while in combat. 

  • aisenfaire added a tag Defect Sep 1, 2024
  • Elkano closed issue Aug 24, 2025
  • Elkano posted a comment Aug 24, 2025

    Not an issue with LSM itself but likely some other addon that registered a callback which later caused taint that is blamed on LSM.

    Sadly the stack doesn't list the addon in question, so I can't help with further narrowing down the problem.

  • Elkano removed a tag Defect Aug 24, 2025
  • Elkano added a tag Invalid Aug 24, 2025

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