Skip to content

SetPassThroughButtons Error #143

@kosarai

Description

@kosarai

Describe the problem

I'll get the error "AddOn 'BasicMinimap' tried to call the protected function 'Button:SetPassThroughButtons()' while playing.

Did this happen on PTR/Beta or the live version of WoW?

No

What steps will reproduce the problem?

  1. Move mouse over minimap while in combat

Attach a screenshot below to help describe your issue (Attach directly, do not link to other websites)

What version of the addon are you using? (Stating 'latest' is not useful)

v12.0.5

Do you have an error log of what happened?

63x [ADDON_ACTION_BLOCKED] AddOn 'BasicMinimap' tried to call the protected function 'Button:SetPassThroughButtons()'.
[!BugGrabber/BugGrabber.lua]:540: in function '?'
[!BugGrabber/BugGrabber.lua]:524: in function <!BugGrabber/BugGrabber.lua:524>
[C]: in function 'SetPassThroughButtons'
[Blizzard_MapCanvas/MapCanvas_DataProviderBase.lua]:290: in function 'CheckMouseButtonPassthrough'
[Blizzard_MapCanvas/Blizzard_MapCanvas.lua]:302: in function 'AcquirePin'
[Blizzard_SharedMapDataProviders/BonusObjectiveDataProvider.lua]:94: in function <...haredMapDataProviders/BonusObjectiveDataProvider.lua:89>
[C]: in function 'xpcall'
[Blizzard_ObjectAPI/Mainline/AsyncCallbackSystem.lua]:76: in function 'FireCallbacks'
[Blizzard_ObjectAPI/Mainline/AsyncCallbackSystem.lua]:35: in function <.../Blizzard_ObjectAPI/Mainline/AsyncCallbackSystem.lua:31>
[C]: in function 'accessor'
[Blizzard_ObjectAPI/Mainline/AsyncCallbackSystem.lua]:52: in function 'AddCallback'
[Blizzard_ObjectAPI/Mainline/AsyncCallbackSystem.lua]:60: in function 'AddCancelableCallback'
[Blizzard_SharedMapDataProviders/BonusObjectiveDataProvider.lua]:89: in function 'RefreshAllData'
[Blizzard_SharedMapDataProviders/BonusObjectiveDataProvider.lua]:62: in function 'OnEvent'
[Blizzard_MapCanvas/MapCanvas_DataProviderBase.lua]:99: in function 'SignalEvent'
[Blizzard_MapCanvas/Blizzard_MapCanvas.lua]:117: in function <...aceBlizzard_MapCanvas/Blizzard_MapCanvas.lua:116>
[C]: in function 'secureexecuterange'
[Blizzard_MapCanvas/Blizzard_MapCanvas.lua]:125: in function 'OnEvent'
[Blizzard_WorldMap/Blizzard_WorldMap.lua]:163: in function <...rfaceBlizzard_WorldMap/Blizzard_WorldMap.lua:162>

Locals:
self=


event="ADDON_ACTION_BLOCKED"
addonName="BasicMinimap"
addonFunc="Button:SetPassThroughButtons()"
name="BasicMinimap"
badAddons=
{
BasicMinimap=true
}
L=
{
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'."
}

Any additional information? (example: WoW language if not English)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions