arkayenro / arkinventory

A World of Warcraft Inventory mod for Retail, Burning Crusade, and Classic
108 stars 14 forks source link

[BUG] Action only avail to Blizzard UI #1870

Open thisisu opened 6 months ago

thisisu commented 6 months ago

What version number you are using? 3.10.25 (07-MAR-2024)

What game client are you playing? Retail, Wrath, Classic / Live, PTR, Beta Retail

What language is the game client set to? English

Describe the bug 1x [ADDON_ACTION_FORBIDDEN] AddOn 'ArkInventory' tried to call the protected function 'OnOpen()'. [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485> [string "=[C]"]: in function OnOpen' [string "@Blizzard_EncounterJournal/Blizzard_EncounterJournal.lua"]:586: in function <...zzard_EncounterJournal/Blizzard_EncounterJournal.lua:575> [string "=[C]"]: in functionShow' [string "@FrameXML/UIParent.lua"]:2968: in function SetUIPanel' [string "@FrameXML/UIParent.lua"]:2811: in functionShowUIPanel' [string "@FrameXML/UIParent.lua"]:2676: in function <FrameXML/UIParent.lua:2672> [string "=[C]"]: in function SetAttribute' [string "@FrameXML/UIParent.lua"]:3278: in functionShowUIPanel' [string "@FrameXML/UIParent.lua"]:3239: in function ToggleFrame' [string "@FrameXML/UIParent.lua"]:1177: in functionToggleEncounterJournal'

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 }

To Reproduce Exited a mythic raid. Tried to open dungeon journal afterwards

Screenshots image Additional context Add any other context about the problem here.

arkayenro commented 6 months ago

theres no code anywhere in arkinventory that touches the encounter journal.

disable arkinventory and test again, it will report either the actual mod causing the issue or the next in line that has loaded the shared libraries.

thisisu commented 6 months ago

update: it happened again. but when I disabled your addon and reloaded, the error stopped occurring.