Profession Shopping List

Profession Shopping List

421k Downloads

lua error

1Holy-Z opened this issue ยท 1 comments

commented

AddOn version
latest

22x [ADDON_ACTION_BLOCKED] AddOn 'ProfessionShoppingList' tried to call the protected function 'CookingFireButton:Hide()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function Hide' [string "@ProfessionShoppingList/Core.lua"]:2630: in function professionButtons'
[string "@ProfessionShoppingList/Core.lua"]:2653: in function handler' [string "@ProfessionShoppingList/Core.lua"]:34: in function <ProfessionShoppingList/Core.lua:31> [string "=[C]"]: in function accessor'
[string "@Blizzard_ObjectAPI/Mainline/AsyncCallbackSystem.lua"]:52: in function AddCallback' [string "@Blizzard_ObjectAPI/Mainline/AsyncCallbackSystem.lua"]:60: in function <.../Blizzard_ObjectAPI/Mainline/AsyncCallbackSystem.lua:58> [string "=(tail call)"]: ? [string "@Bartender4/PetButton.lua"]:97: in function func'
[string "@Bartender4/ButtonBar.lua"]:272: in function `ForAll'
[string "@Bartender4/PetBar.lua"]:136: in function <Bartender4/PetBar.lua:132>

Locals:
Skipped (In Encounter)

commented

Thank you for the report, but this is not an error I can resolve. The line the error refers to for my addon, 2630, does not contain the CookingFireButton:Hide() function whose action is being blocked. Nor does it anywhere in my addon, actually. There are also pointers going towards BugGrabber itself and to Bartender4.

Errors like these are also known as taint and can blame the wrong addon - ACTION_BLOCKED errors are usually caused by fault in Blizzard's code which then blame the addon(s) that last got close to that code, hence why it is blaming my addon, BugGrabber, and Bartender4 all at once.

If you can reliably reproduce this error, I suggest you try to after disabling select addons to see if you can find the actual culprit, if there is any. Good luck. :)