Quote:
Originally Posted by FarellionKauri
Error on launch:
TPlayerC2C Error
TMain_GUI, SL:237; Unhand led error.
Could not convert variant type (Null) into type (String)
Also, I get two parse errors using the same to install eXtremeUI
eq2ui_hud_selection.xml
and
eq2ui_mainhud_experience.xml
|
TPlayerC2C error fixed :P
The parse error is 99% of the time just a warning that the xml isn't formated correctly. Like 2 main nodes or a property/attribute that starts with a number. witch is the case with a lot of authors XML files. eq2ui_hud_selection.xml contains 2 root nodes, although this isn't correct XML formating it works for SOE Parser and that how SOE made so I had to mirror it. eq2ui_mainhud_experience.xml has some bad named attributes I'll get around to fixing some day.