Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua error when using Blizzard's Edit Mode #1381

Open
3 of 4 tasks
Xzsyn opened this issue Sep 27, 2024 · 2 comments
Open
3 of 4 tasks

Lua error when using Blizzard's Edit Mode #1381

Xzsyn opened this issue Sep 27, 2024 · 2 comments

Comments

@Xzsyn
Copy link

Xzsyn commented Sep 27, 2024

Troubleshooting Steps

.lua error while using Blizzard's Edit Mode when ElvUI's UnitFrames are disabled. I had to enable Buggrabber and Bugsack as the error doesn't show otherwise.

Describe the expected behavior and what actually happened?

Everytime I go into Edit Mode, I get the .lua error shown below. It seems to be because I have the Elvui UnitFrames disabled as the error disappears if I have them enabled.

I disabaled pretty much everything related to the target frame or unitframes, like tooltip or cooldown text, but the error still appears. Elvui Nameplates are disabled as well.

Maybe worth noting that I have WindTools configured but was disabled for this test. I also have all the skins and things related to unitframes disabled on it, anyway.

image

Reproducing the issue.

I've had this issue since the new UI was intorudced in DF. Despite doing a clean reset during DF and again today, with a cvar reset etc, the issue has persisted.

Lua Errors

6x [ADDON_ACTION_FORBIDDEN] AddOn 'ElvUI' tried to call the protected function 'TargetUnit()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `TargetUnit'
[string "@Blizzard_EditMode/Mainline/EditModeManager.lua"]:1801: in function `RefreshTargetAndFocus'
[string "@Blizzard_EditMode/Mainline/EditModeManager.lua"]:1711: in function `OnEditModeEnter'
[string "@Blizzard_EditMode/Mainline/EditModeManager.lua"]:88: in function `EnterEditMode'
[string "@Blizzard_EditMode/Mainline/EditModeManager.lua"]:113: in function <...ddOns/Blizzard_EditMode/Mainline/EditModeManager.lua:111>
[string "=[C]"]: in function `Show'
[string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:493: in function `SetUIPanel'
[string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:295: in function `ShowUIPanel'
[string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:174: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:169>
[string "=[C]"]: in function `SetAttribute'
[string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:888: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:866>
[string "=[C]"]: ?
[string "@Blizzard_SharedXMLBase/FunctionUtil.lua"]:97: in function <...rfaceBlizzard_SharedXMLBase/FunctionUtil.lua:97>
[string "@Blizzard_GameMenu/Standard/GameMenuFrame.lua"]:68: in function <Blizzard_GameMenu/Standard/GameMenuFrame.lua:65>

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

Verification Steps

  • I have read the Changelog and verified ElvUI is up to date by checking /estatus
  • I have verified my issue doesn't exist in the Default UI or the Issue Tracker.
  • I have not read any of these steps, please close my issue when you see it.
  • I have done the Troubleshooting Steps and included the requested screenshots, which show the issue and status panel.
@1Botanica1
Copy link

Reported here #886

With blizzard bringing in their edit mode, it has caused some taints, like this one with ElvUI - using ElvUI and the blizzard unitframes.

This is possibly not fixable.

You can either
use the ElvUI unit frames
Disable ElvUI all together
Or put up with the error.

@Xzsyn
Copy link
Author

Xzsyn commented Sep 27, 2024

Oh, I searched the error but didn't think about looking at screenshots. Thank you, guess I'll just deal with it. It's only an issue when doing UI stuff anyway as I don't change my layout once I'm done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants