Bagnon

Bagnon

122M Downloads

Crafting gets interrupted

Drest opened this issue ยท 0 comments

commented

Running Software (issues missing this information will be deleted):

Addon version: Bagnon-10.0.14
Server patch: [Wow build 10.0.2.47213]

Have you read the changelog?

Yes. I did not see any relevant entries in Changelog.md

Describe the bug

When attempting to craft multiple items that occupy a new bag slot, crafting will be interrupted after the first item.

To Reproduce

Steps to reproduce the behavior:

  1. Open a profession window, e.g., Tailoring
  2. Select something to craft, e.g., Wildercloth Bolt
  3. Either click "Create All" or increase the number to anything greater than 1 and click "Create"
  4. After a single bolt is created, crafting ceases and no more bolts are made.
  5. An error is generated (see code block below)

Expected behaviour

Crafting is not interrupted.

Error Logs

3x [ADDON_ACTION_BLOCKED] AddOn 'Bagnon' tried to call the protected function 'UNKNOWN()'.
[string "@!BugGrabber/BugGrabber.lua"]:480: in function <!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: ?
[string "=[C]"]: in function `CraftRecipe'
[string "@Blizzard_Professions/Blizzard_ProfessionsCrafting.lua"]:770: in function <...lizzard_Professions/Blizzard_ProfessionsCrafting.lua:769>
[string "@Blizzard_Professions/Blizzard_ProfessionsCrafting.lua"]:829: in function `craftingCallback'
[string "@Blizzard_Professions/Blizzard_ProfessionsCrafting.lua"]:714: in function `ContinueCrafting'
[string "@Blizzard_Professions/Blizzard_ProfessionsCrafting.lua"]:128: in function <...lizzard_Professions/Blizzard_ProfessionsCrafting.lua:120>

Additional context

This does not happen for items that stack, e.g., unraveling cloth into thread, if the stack already exists (does not occupy a new bag slot).
Also, having the bag open or closed makes no difference.