Thread Tools Display Modes
06/02/14, 08:27 AM   #1
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
Error UI but no addon mentionned

Since the last patch i have this error randomly. /Reloadui clear it until the next.

Any idea what could cause that error?



Thank you

(i use addons but i am not able to guess which one could generate this message)
  Reply With Quote
06/02/14, 10:06 AM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Anceane View Post
Since the last patch i have this error randomly. /Reloadui clear it until the next.

Any idea what could cause that error?

http://www.zoopsie.com/eso/errorui.jpg

Thank you

(i use addons but i am not able to guess which one could generate this message)
This error means that function called from some .xml file is not defined. IMHO it is not possible to tell which addon it is from this message. Try to update all addons and if it does not help, you will have to disable addons one by one and find the culprit.
  Reply With Quote
06/02/14, 11:03 AM   #3
Vuelhering
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 169
Disable half by half, not one by one.
  Reply With Quote
06/02/14, 01:55 PM   #4
skyraker
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 154
Originally Posted by Vuelhering View Post
Disable half by half, not one by one.
Oooohhh...the binary search method of addon troubleshooting!
  Reply With Quote
06/02/14, 06:33 PM   #5
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
Originally Posted by skyraker View Post
Oooohhh...the binary search method of addon troubleshooting!
/thumbsup *nod*
  Reply With Quote
06/03/14, 02:26 AM   #6
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
Thanks for the answer everyone, i will do that tomorrow, but that may not be easy, as this pops up very randomly and sometimes never during a full day.

Lets cross our fingers :P
  Reply With Quote
06/03/14, 05:28 AM   #7
Stormknight
 
Stormknight's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 128
I usually see that happen when the LUA code of an addon tries to reference an XML element that doesn't exist (usually a mistype/spelling error).
  Reply With Quote
06/03/14, 06:37 PM   #8
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
If the error was a result of a typo in the Lua file, the error would be a standard stacktrace, referencing the Lua file with line numbers, etc. This error is a result of an XML file. It may be a typo in a function, trying to call a function before it is available, etc.
  Reply With Quote
06/03/14, 10:13 PM   #9
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
So far no luck to find it (i know you gave me some hints with the xml, but i am far from understanding all that means :P)

It seems to happens when i do some alt logging 2 or 3 times in a row, and then its rare, so as it is not a permanent error, i dont know when to remove some addons or not ...

I guess i can live with it, as reloadui works fine to remove it.

Thanks everyone

--------------
I went to open each xml file in each addons to see if something happening, and i just had an error it seems for this one and only one. Do you think it could be this ?

Code:
XML Parsing Error: not well-formed
Location: file:///C:/Users/dominique/Documents/Elder%20Scrolls%20Online/live/Addons/MultiCraft/MultiCraft.xml
Line Number 8, Column 66:				<Slider name="$(parent)Slider" orientation="HORIZONTAL" step=1 inherits="ZO_Slider" enabled="true" mouseEnabled="true" allowDraggingFromThumb="true">
---------------------------------------------------------------------------------------------^

Last edited by Anceane : 06/03/14 at 10:29 PM.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Error UI but no addon mentionned

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off