View Single Post
  #110  
Unread 04-11-2008, 09:40 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by FarellionKauri View Post
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.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 04-11-2008 at 10:42 PM.
Reply With Quote