So, this error started coming up for me earlier today. It's somewhat random except for the fact that it only happens when I'm in combat. Usually I see an addon that I need to disable, but this error isn't telling me anything that I can understand. Any ideas?
Message: Interface\FrameXML\RestrictedExecution.lua:431: Call failed: Interface\FrameXML\RestrictedFrames.lua:82: Invalid frame handle
Time: Thu Jul 19 22:33:15 2018
Count: 53
Stack: Interface\FrameXML\RestrictedExecution.lua:431: Call failed: Interface\FrameXML\RestrictedFrames.lua:82: Invalid frame handle
[C]: ?
Interface\FrameXML\RestrictedExecution.lua:431: in function <Interface\FrameXML\RestrictedExecution.lua:420>
(tail call): ?
(tail call): ?
Interface\FrameXML\SecureHandlers.lua:115: in function <Interface\FrameXML\SecureHandlers.lua:110>
[C]: in function `SetAttribute'
Interface\FrameXML\SecureStateDriver.lua:114: in function <Interface\FrameXML\SecureStateDriver.lua:95>
Interface\FrameXML\SecureStateDriver.lua:127: in function <Interface\FrameXML\SecureStateDriver.lua:119>
Locals: (*temporary) = "Call failed: Interface\FrameXML\RestrictedFrames.lua:82: Invalid frame handle"
I am having the same error message and can't figure out what addon is causing the problem :(
Any clues in wow folder -> Logs -> FrameXML.log ?
07/22/2018 10:43 PMPosted by BluspacecowAny clues in wow folder -> Logs -> FrameXML.log ?
Here's what's in the log. Looks like it might be a part of the ZPerl addon. Good idea, thanks!
7/23 16:27:37.447 Loading add-on ZPerl
7/23 16:27:37.447 ** Loading table of contents Interface\AddOns\ZPerl\ZPerl.toc
7/23 16:27:37.447 ++ Loading file Interface\AddOns\ZPerl\Libs\UIDropDownMenu\UIDropDownMenu.xml
7/23 16:27:37.447 ++ Loading file Interface\AddOns\ZPerl\Libs\UIDropDownMenu\UIDropDownMenuTemplates.xml
7/23 16:27:37.447 Deferred XML Node object named Lib_UIDropDownMenuButtonTemplate already exists
7/23 16:27:37.447 Deferred XML Node object named Lib_UIDropDownListTemplate already exists
7/23 16:27:37.447 Deferred XML Node object named Lib_UIDropDownMenuTemplate already exists
1 Like
Looks like there's a bug fix ticket at Zperl's project page so if you could add the output from your FrameXML log that would be helpful -
https://wow.curseforge.com/projects/zperl/issues/128
https://wow.curseforge.com/projects/zperl/issues/128
I just found that it's a known issue for Druids when shifting forms in combat. The logs and errors presented are identical to mine. Hopefully they fix that soon. Thanks!
thanks for the help in here, the logs helped with my error. ended up being TSM
I'm now getting this again after making the suggested changes to 2 lines in z-perl that were giving an error when logging into every character
Z-Perl was updated last week, this instructions in this thread are in no way relevant to the current version.
Zperl still has the same error. Guess it is time to check out Shadowed UI.
This is the result of a BfA change where Blizzard is reporting *AS A WARNING* when multiple copies of an XML-defined item are read in (I believe - I'm not 100% sure on the specifics of the error - but that's close).
It isn't necessarily Z-Perl's fault. Likely Z-Perl is just the subsequent addon to read in an XML file used in one of the library addons upstream somewhere.
This will NOT stop your code and you can alter the level of displays from the error handler to ignore it.
It isn't necessarily Z-Perl's fault. Likely Z-Perl is just the subsequent addon to read in an XML file used in one of the library addons upstream somewhere.
This will NOT stop your code and you can alter the level of displays from the error handler to ignore it.