SolardiaX / DarkUI

Beautiful User Interface for World of Warcraft
MIT License
2 stars 0 forks source link

Problem with quest special objects or functions #7

Open Marih-GitHub opened 2 weeks ago

Marih-GitHub commented 2 weeks ago

When I try to use the quest object in Quest Tracker I get a message that ask me if I want to disable Darkui ADDON

2x [ADDON_ACTION_FORBIDDEN] AddOn 'DarkUI' 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"]:94: in function <...ObjectiveTracker/Blizzard_ObjectiveTrackerShared.lua:87>

Locals: _ = Frame { } event = "ADDON_ACTION_FORBIDDEN" events =

{ }

And this is another error while trying to transfer currency:

4x [ADDON_ACTION_FORBIDDEN] AddOn 'DarkUI' tried to call the protected function 'UNKNOWN()'. [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>

string "=[C]": in function `RequestCurrencyFromAccountCharacter' [string "@Blizzard_TokenUI/Blizzard_CurrencyTransfer.lua"]:331: in function <...ddOns/Blizzard_TokenUI/Blizzard_CurrencyTransfer.lua:328>

Locals: _ = Frame { } event = "ADDON_ACTION_FORBIDDEN" events =

{ }

SolardiaX commented 2 weeks ago

Hi, these issues is relate to WoW official apis and may be fixed in feature version. Currently you can reload UI (type /rl in game chat) as a temp solution.