tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
472 stars 155 forks source link

Missing Button for Dawnbreaker on Last Boss #1401

Open VincentYankowsky opened 1 month ago

VincentYankowsky commented 1 month ago

Troubleshooting Steps

I did no troubleshooting steps after I updated the mod.

Describe the expected behavior and what actually happened?

When we were fighting the last boss, I picked up the arathi bomb and tried to throw it at the boss, but there was no action button. The action button was there before the patch. I don't know why the bomb icon was missing, but in order to get it back, you need to get out of ELVUI to see it.

Reproducing the issue.

When we were fighting the last boss, I picked up the bomb and tried to throw it at the boss, but there was no action button. The action button was there before the patch. I don't know why the bomb icon was missing, but in order to get it back, you need to get out of ELVUI to see it. I think ever since the patch, the character window was moved upward which above that hid the button.

Lua Errors

No LUA errors

Verification Steps

zmoose commented 1 month ago

FYI ElvUI 13.79 just came out. You may want to update and see if the issue still happens. The bug I had was fixed but it wasn't related to your issue.

1Botanica1 commented 1 month ago

Please follow all the troubleshooting steps and provide the requested information when opening a ticket.

  1. Type in chat in game /edebug on
  2. Test Do you still have the issue?
  3. If you still have issues after edebug on, type in chat in game /estatusand upload a FULL UI screenshot showing the issue/error and the status panel.
gusthavoinphonex commented 1 month ago
1x [ADDON_ACTION_BLOCKED] AddOn 'ElvUI' tried to call the protected function 'ExtraActionBarFrame:Show()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `Show'
[string "@Blizzard_UIPanels_Game/Mainline/ExtraAbilityContainer.lua"]:49: in function <...ard_UIPanels_Game/Mainline/ExtraAbilityContainer.lua:26>
[string "=[C]"]: in function `AddFrame'
[string "@Blizzard_ActionBar/Mainline/ExtraActionBar.lua"]:17: in function `ExtraActionBar_Update'
[string "@Blizzard_ActionBarController/Mainline/ActionBarController.lua"]:92: in function <...ActionBarController/Mainline/ActionBarController.lua:55>

The same thing happened with me yesterday. It also happened today at the Kelthuzad fight (had to keybind it)

1Botanica1 commented 1 month ago
1x [ADDON_ACTION_BLOCKED] AddOn 'ElvUI' tried to call the protected function 'ExtraActionBarFrame:Show()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `Show'
[string "@Blizzard_UIPanels_Game/Mainline/ExtraAbilityContainer.lua"]:49: in function <...ard_UIPanels_Game/Mainline/ExtraAbilityContainer.lua:26>
[string "=[C]"]: in function `AddFrame'
[string "@Blizzard_ActionBar/Mainline/ExtraActionBar.lua"]:17: in function `ExtraActionBar_Update'
[string "@Blizzard_ActionBarController/Mainline/ActionBarController.lua"]:92: in function <...ActionBarController/Mainline/ActionBarController.lua:55>

The same thing happened with me yesterday. It also happened today at the Kelthuzad fight (had to keybind it)

That is a taint. Taints usually blame the wrong addon and I can see you have other addons enabled. You can read more about taints here.

You still need to follow the troubleshooting steps to provide the information requested.

  1. Type in chat in game /edebug on
  2. Test Do you still have the issue?
  3. If you still have issues after edebug on, type in chat in game /estatusand upload a FULL UI screenshot showing the issue/error and the status panel.