17 - LUA error while questing
What steps will reproduce the problem?
1. I cannot reproduce it reliably. It occurs about once every 10 minutes while I am out questing.
What is the expected output? What do you see instead?
I occasionally get LUI errors.
What version of the product are you using?
7.0.8
Do you have an error log of what happened?
Message: ADDON_ACTION_BLOCKED: CompactRunes tried to call the protected function '<unnamed>:Hide()'.
Time: 07/30/16 12:11:07
Count: 1
Stack: [string "safecall Dispatcher[3]"]:4: in function <[string "safecall Dispatcher[3]"]:4>
[C]: ?
[string "safecall Dispatcher[3]"]:13: in function `?'
...nes\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:90 in function `Fire'
...dOns\CompactRunes\Libs\AceEvent-3.0\AceEvent-3.0.lua:120 in function <...dOns\CompactRunes\Libs\AceEvent-3.0\AceEvent-3.0.lua:119
[C]: in function `Hide'
Interface\FrameXML\WorldMapActionButton.lua:58 in function `Clear'
Interface\FrameXML\WorldMapActionButton.lua:67 in function `Refresh'
Interface\FrameXML\WorldMapActionButton.lua:19 in function `SetMapAreaID'
Interface\FrameXML\WorldMapFrame.lua:390 in function <Interface\FrameXML\WorldMapFrame.lua:353
[C]: ?
[C]: in function `Hide'
Interface\FrameXML\UIParent.lua:2320 in function `SetUIPanel'
Interface\FrameXML\UIParent.lua:2347 in function `MoveUIPanel'
Interface\FrameXML\UIParent.lua:2378 in function `HideUIPanel'
Interface\FrameXML\UIParent.lua:2052 in function <Interface\FrameXML\UIParent.lua:2044
[C]: in function `SetAttribute'
Interface\FrameXML\UIParent.lua:2846 in function `HideUIPanel'
Interface\FrameXML\UIParent.lua:3014 in function `CloseWindows'
Interface\FrameXML\UIParent.lua:3053 in function <Interface\FrameXML\UIParent.lua:3043
[C]: in function `securecall'
Interface\FrameXML\UIParent.lua:3658 in function `ToggleGameMenu'
[string "TOGGLEGAMEMENU"]:1: in function <[string "TOGGLEGAMEMENU"]:1>
Locals: <none>
Please provide any additional information below.
| User | When | Change |
|---|---|---|
| Cyranel | Jul 30, 2016 at 16:20 UTC | Create |
- 4 comments
- 4 comments
- Reply
- #4
talryn1 Aug 11, 2016 at 14:46 UTC - 0 likesI've been watching and I do get occasional errors but attributed to different addons. It mostly looks to be things that probably aren't designed to be done in combat when I'm in combat. Often it looks like ElvUI trying to show or hide windows. I also sometimes have config windows open when combat occurs and that often causes issues.
I know it isn't fun to get them but I think these will go away as addon authors work to reduce them as we go along. The ElvUI stuff has always happened though. There is just too much stuff it does and at some point something happens that throws an error. None of these are a serious issue, just a Blizzard warning that you should not be doing that in combat.
- Reply
- #3
talryn1 Aug 02, 2016 at 14:53 UTC - 0 likesI actually have the same addons although I use Skada instead of Recount.
It is possible there is something in ElvUI that triggers it. I'll try to pay attention and see if I get any errors. Doing mostly dungeons and raids right now, I may not be seeing the error. If I can replicate it, I can try to find a few and send it to ElvUI if needed.
- Reply
- #2
Cyranel Jul 31, 2016 at 00:55 UTC - 0 likesThanks for your help. I figured it was probably something I was doing or something one of my other addons were doing. I use:
-Compact Runes -Recount -WeakAuras 2 -ElvUI -DBM
And that's it. The only thing I can think of that interacts with the map is ElvUI?
- Reply
- #1
talryn1 Jul 30, 2016 at 16:54 UTC - 0 likesI never get this error. I believe this error is triggered by some other addon. Compact Runes does not do anything with the World Map. Unfortunately because of how addon libraries are loaded, other addons can be blamed for the issues of another addon. Addons are loaded in alphabetical order so starting with a C means my addon is blamed for other issues since most addons use the Ace libraries.
It may be worth while to try disabling some of the other addons and testing it for a while.
If you want to send me a list of your addons, I could also take a guess at what the problem may be. It definitely looks like an addon that may do things it should not during combat.