N0ich / dialogkey-DF

GNU General Public License v3.0
11 stars 3 forks source link

Forbidden action - Call of protected function 'UseQuestLogSpecialItem()' #45

Open GhostReapersWorld opened 2 months ago

GhostReapersWorld commented 2 months ago

Hey there,

since the latest wow update I get this error when trying to use Quest Items from the Questlog.

[ADDON_ACTION_FORBIDDEN] AddOn 'DialogKey' tried to call the protected function 'UseQuestLogSpecialItem()'. [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485> [string "=[C]"]: in function 'UseQuestLogSpecialItem' [string "@Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua"]:95: in function <...ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:88>

Locals: _ = Frame { RegisterEvent = defined @!BugGrabber/BugGrabber.lua:491 0 = UnregisterEvent = defined @!BugGrabber/BugGrabber.lua:491 SetScript = defined @!BugGrabber/BugGrabber.lua:491 } event = "ADDON_ACTION_FORBIDDEN" events =

{ ADDON_ACTION_BLOCKED = defined @!BugGrabber/BugGrabber.lua:557 ADDON_ACTION_FORBIDDEN = defined @!BugGrabber/BugGrabber.lua:557 PLAYER_LOGIN = defined @!BugGrabber/BugGrabber.lua:551 LUA_WARNING = defined @!BugGrabber/BugGrabber.lua:566 ADDON_LOADED = defined @!BugGrabber/BugGrabber.lua:511 }

Sluimerstand commented 2 months ago

Yep, experiencing this too. I initially thought this issue would be resolved with 11.0.2 because the taunt issues were making a comeback, but it seems to be something else.

kcoderhere commented 1 week ago
Date: 2024-10-31 19:33:24
ID: 1
Error occured in: AddOn: DialogKey
Count: 1
Message: Error: AddOn DialogKey attempted to call a forbidden function (UseQuestLogSpecialItem()) from a tainted execution path.
Debug:
   [string "=[C]"]: UseQuestLogSpecialItem()
   [string "@Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua"]:94:
      ...ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:87

Looks like it's back :(