Kg Panels Issues

Been running kgpanels to create my personal UI set ups and the other day I had a few LUA erros come up but they were maybe once every couple of hours while creating my screen layout. All of a sudden starting today I can’t seem to run anything through kgpanels as far as adjusting panel sizes to even creating new panels. After about 5 minutes of working on the panels I get a LUA error that causes me to have to reload only this time it happens every time I work with kgpanels instead of it being a hit or miss thing I get the error every single time I use kgpanels now. This is the error:

Message: …nterface\AddOns\kgPanelsConfig\kgPanelGuideFrame.lua:30: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: :SetAllPoints.
Time: Thu Jul 18 05:26:19 2019
Count: 1
Stack: …nterface\AddOns\kgPanelsConfig\kgPanelGuideFrame.lua:30: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: :SetAllPoints.
[C]: in function SetAllPoints' ...nterface\AddOns\kgPanelsConfig\kgPanelGuideFrame.lua:30: in functionGetGuideFrame’
Interface\AddOns\kgPanelsConfig\PanelHelper.lua:546: in function <Interface\AddOns\kgPanelsConfig\PanelHelper.lua:538>
[C]: ?
…nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:50: in function <…nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:48>
…nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:789: in function <…nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:610>
[C]: ?
…terface\AddOns\Masque\Libs\AceGUI-3.0\AceGUI-3.0.lua:71: in function <…terface\AddOns\Masque\Libs\AceGUI-3.0\AceGUI-3.0.lua:69>
…terface\AddOns\Masque\Libs\AceGUI-3.0\AceGUI-3.0.lua:285: in function `Fire’
…que\Libs\AceGUI-3.0\widgets\AceGUIWidget-EditBox.lua:74: in function <…que\Libs\AceGUI-3.0\widgets\AceGUIWidget-EditBox.lua:71>

Locals:

I honestly have no idea what any of it means other than it has something to do with the configuration settings because once I was finished from the previous times when the error would only occur once every couple of hours and was done messing with the settings I don’t have that error pop up anymore. That was only 2 days ago and now all of a sudden I can’t even use kgpanels now. Everything is up to date I use the twitch app for my addons to keep them current as much as possible.

Apologies for long post wanted to give as much information as possible. I really would hate to lose what I have already created using kgpanels but if there is a better option that works just like them then I would be willing to give that a try but would prefer that to be a last resort if there is no current fix for my current predicament.

Try disabling Masque and see if the issue stops for now. That or try installing the latest alpha of https://www.wowace.com/projects/ace3/files

It looks like Kg is running up against the 8.2 change to SetPoint(), possibly trying to re-anchor a frame from a now “protected” host (WorldFrame, Nameplates etc.) without properly clearing the points first either by Kg or possibly other code.

Thank you for the suggestion Elvenbane. Disabling masque has helped the error now only comes up randomly again but nothing like before which basically prevented me from using it. I saw a forum that discussed code changes that came in with 8.2 and I saw it mentioned set points and other coding that I honestly could only guess at and figured maybe that was also causing the issue but wasn’t 100% sure. Thankfully I can work with kgpanels then go in and turn back on masque to finish setting up my skill bars and the error doesn’t seem to appear because I am not working directly with kgpanels at that point.