arkayenro / arkinventory

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

[BUG] RunBinding Protected Function #1987

Open thisisu opened 3 months ago

thisisu commented 3 months ago

What version number you are using?

3.11.00

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

2x [ADDON_ACTION_FORBIDDEN] AddOn 'ArkInventory' tried to call the protected function 'RunBinding()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `RunBinding'
[string "@Blizzard_FrameXML/Mainline/StackSplitFrame.lua"]:196: in function <...ddOns/Blizzard_FrameXML/Mainline/StackSplitFrame.lua:193>
[string "=[C]"]: in function `resume'
[string "@ArkInventory/Core/ArkInventory.lua"]:14206: in function `ThreadResume'
[string "*ArkInventory.xml:2434_OnUpdate"]:4: in function <[string "*ArkInventory.xml:2434_OnUpdate"]:1>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_FORBIDDEN"
events = <table> {
}

To Reproduce I'm trying to pull items out of the guild bank.

Screenshots

image

Additional context

arkayenro commented 3 months ago

install alpha 5, just in case its somehow fixed in there as im not able to reproduce it

from the error it looks like you split a guild bank item and hit enter so it was running blizzards onhide hide (which is where the error happened) so im not really sure what would have triggered that.

i didnt think stack splits were protected but could you have ended up in combat while doing it?

thisisu commented 3 months ago

I wasn't in combat but I'm having the issue of this particular item not wanting to go into my bags. For more context I was trying to take 4 awakened earth materials out of the guild bank and put them in my character's backpack. But the game doesn't let me. There are issues with the guild bank right now and I have a feeling this is more than likely related to it. My items haven't disappeared but some of them I'm unable to retrieve.

thisisu commented 3 months ago

I will install alpha 5 thanks

thisisu commented 3 months ago

image

Getting this one with alpha 6.

arkayenro commented 3 months ago

will be fixed next alpha