WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Unnamed virtual node at top level error (https://www.wowinterface.com/forums/showthread.php?t=56534)

Xrystal 08-13-18 05:58 AM

Unnamed virtual node at top level error
 
Based on the error output as shown below I know it is somewhere within the xml files but I haven't got any unnamed frames, virtual or otherwise in my xml files. Is there any other reason people have seen this message appear ?

Edit:
Error message only seems to appear on /console reloadui and not when you first log in. Does that help identify the cause for someone ?

Edit2:
After some moving around of code and it seems to not occur now .. although it could be after the errors I am now getting ..

Code:

Message: Unnamed virtual node at top level
Time: Mon Aug 13 12:57:10 2018
Count: 6


semlar 08-13-18 02:09 PM

If the error occurs too early in the loading process it will simply not be displayed by the default error handler, you need to use something like bugsack to capture these errors.

Without knowing what addon this is from and not having your code to work with, nobody can identify a cause for you.

Look through every xml file in your addon and every library it uses for the "virtual" attribute on a frame without a corresponding name.

Xrystal 08-13-18 02:54 PM

Quote:

Originally Posted by semlar (Post 329538)
If the error occurs too early in the loading process it will simply not be displayed by the default error handler, you need to use something like bugsack to capture these errors.

Without knowing what addon this is from and not having your code to work with, nobody can identify a cause for you.

Look through every xml file in your addon and every library it uses for the "virtual" attribute on a frame without a corresponding name.


Thanks for the response.

I have checked them and all of the virtuals have names. I have 10 virtuals in 2 files, all with names. And the error initially appeared without the aid of bugsack ( I'm sure only had the one addon activated ), although I didn't realise it grabbed early ones so I will activate that, if I haven't already.

As to what I'm trying to do, is to implement a new updated version of nUI, especially considering the original is 10 years old now and all that bandaging is coming loose a bit too often and rewriting my own version will help me understand the parts I am unsure of.

So I am starting with nothing and slowly implementing different stuff. The part that triggered this message was trying to implement my own chat frame/dock manager system so that I can implement 2 dock managers. So, it may well be that what I had done wasn't what you are supposed to do, even though the blizzard code looks like you can, or I missed something in the code and then fixed it with the next block of code, or they still haven't got the DockManager system totally ready for multiple dock managers yet :) I've been waiting years and I thought this year they had finally finished it rofl.

Anyway, thanks for confirming that the error was what I thought, so I will just have to see if my gradual work over the next few weeks will get rid of either the errors or the idea of creating my own chat system rofl.

Fizzlemizz 08-13-18 03:37 PM

Make sure the name part of the attribute isn't misspelled as well nam="oops".

Xrystal 08-13-18 04:20 PM

Quote:

Originally Posted by Fizzlemizz (Post 329541)
Make sure the name part of the attribute isn't misspelled as well nam="oops".

That might be it .. goes along with my famous = instead of == rofl. I don't think thats it but definitely a good thing to check just in case my brain is seeing what I want :)

Xrystal 08-16-18 12:29 PM

Mystery Solved ...


After totally removing the last set of frames added I still got the error ..

So, I commented out every Template and Frame segment in the XML files ...

No errors ...

Slowly went through adding templates and then the frames an XML file at a time and ...

It triggerred .. looked at that section and realised one of the 6 templates had <Frame parentKey instead of <Frame name rofl ... my mind must have filled in the gap and didn't see it as an error rofl.


All times are GMT -6. The time now is 08:14 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI