BetterBags icon indicating copy to clipboard operation
BetterBags copied to clipboard

Can't use items in bag

Open jonathanli154 opened this issue 3 months ago • 3 comments

Addon Version

v0.3.41

World of Warcraft Version

Retail

Describe the bug

Keep getting an error when trying to right click use an item in the bag, after opening and closing the bank.

18x [ADDON_ACTION_FORBIDDEN] AddOn 'BetterBags' tried to call the protected function 'UNKNOWN()'. [Blizzard_UIPanels_Game/Mainline/ContainerFrame.lua]:1476: in function <...s/Blizzard_UIPanels_Game/Mainline/ContainerFrame.lua:1463>

Locals: self = BetterBagsItemButton436 { IconOverlay = Texture { } AugmentBorderAnim = AnimationGroup { } showMatchHighlight = true icon = BetterBagsItemButton436IconTexture { } HighlightTexture = Texture { } IconQuestTexture = BetterBagsItemButton436IconQuestTexture { } hasItem = 1 PushedTexture = Texture { } emptyBackgroundAtlas = "bags-item-slot64" Count = BetterBagsItemButton436Count { } searchOverlay = BetterBagsItemButton436SearchOverlay { } IconOverlay2 = Texture { } itemContextMatchResult = 3 timeSinceUpgradeCheck = 0 flashAnim = AnimationGroup { } newitemglowAnim = AnimationGroup { } JunkIcon = Texture { } ExtendedSlot = Texture { } BattlepayItemTexture = Texture { } NewItemTexture = Texture { } flash = Texture { } AugmentBorderAnimTexture = Texture { } UpgradeIcon = Texture { } NormalTexture = BetterBagsItemButton436NormalTexture { } IconBorder = Texture { } Cooldown = BetterBagsItemButton436Cooldown { } ItemContextOverlay = Texture { } BagIndicator = Texture { } Stock = BetterBagsItemButton436Stock { } } button = "RightButton" modifiedClick = false

Steps to reproduce

  1. Open and close the bank
  2. Right click use an item in your bag

jonathanli154 avatar Oct 08 '25 19:10 jonathanli154

I thought I had fixed this, but apparently not. I'll take a look at this tonight.

Cidan avatar Oct 08 '25 20:10 Cidan

Can confirm this issue is still present.

2x [ADDON_ACTION_FORBIDDEN] AddOn 'BetterBags' tried to call the protected function 'UNKNOWN()'.
[!BugGrabber/BugGrabber.lua]:583: in function '?'
[!BugGrabber/BugGrabber.lua]:507: in function <!BugGrabber/BugGrabber.lua:507>
[C]: ?
[C]: ?
[C]: ?
[C]: in function 'UseContainerItem'
[Blizzard_UIPanels_Game/Mainline/ContainerFrame.lua]:1416: in function <...s/Blizzard_UIPanels_Game/Mainline/ContainerFrame.lua:1309>
[C]: in function 'ContainerFrameItemButton_OnClick'
[Blizzard_UIPanels_Game/Mainline/ContainerFrame.lua]:1476: in function <...s/Blizzard_UIPanels_Game/Mainline/ContainerFrame.lua:1463>

Locals:
self = <table> {
}
event = "ADDON_ACTION_FORBIDDEN"
addonName = "BetterBags"
addonFunc = "UNKNOWN()"
name = "BetterBags"
badAddons = <table> {
 BetterBags = true
}
L = <table> {
 ADDON_CALL_PROTECTED_MATCH = "^%[(.*)%] (AddOn '.*' tried to call the protected function '.*'.)$"
 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"
 USAGE = "|cffffff00Usage: /buggrabber <1-%d>.|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"
 STOP_NAG = "|cffffff00!BugGrabber will not nag about missing a display addon again until next patch.|r"
 ADDON_DISABLED = "|cffffff00!BugGrabber and %s cannot coexist; %s has been forcefully disabled. If you want to, you may log out, disable !BugGrabber, and enable %s.|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'."
}

Epi1278 avatar Oct 21 '25 08:10 Epi1278

no updates on this ? not being able to use items is a big deal

8x [ADDON_ACTION_FORBIDDEN] AddOn 'BetterBags' tried to call the protected function 'UNKNOWN()'. [Blizzard_UIPanels_Game/Mainline/ContainerFrame.lua]:1476: in function <...s/Blizzard_UIPanels_Game/Mainline/ContainerFrame.lua:1463> Locals: self = BetterBagsItemButton652 { IconOverlay = Texture { } AugmentBorderAnim = AnimationGroup { } showMatchHighlight = true icon = BetterBagsItemButton652IconTexture { } HighlightTexture = Texture { } IconQuestTexture = BetterBagsItemButton652IconQuestTexture { } hasItem = 1 PushedTexture = Texture { } emptyBackgroundAtlas = "bags-item-slot64" Count = BetterBagsItemButton652Count { } searchOverlay = BetterBagsItemButton652SearchOverlay { } IconOverlay2 = Texture { } itemContextMatchResult = 3 timeSinceUpgradeCheck = 0 flashAnim = AnimationGroup { } newitemglowAnim = AnimationGroup { } JunkIcon = Texture { } ExtendedSlot = Texture { } BattlepayItemTexture = Texture { } NewItemTexture = Texture { } flash = Texture { } AugmentBorderAnimTexture = Texture { } UpgradeIcon = Texture { } NormalTexture = BetterBagsItemButton652NormalTexture { } IconBorder = Texture { } Cooldown = BetterBagsItemButton652Cooldown { } ItemContextOverlay = Texture { } BagIndicator = Texture { } Stock = BetterBagsItemButton652Stock { } } button = "RightButton" modifiedClick = false

junkb80-cell avatar Nov 15 '25 13:11 junkb80-cell