No element found error

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

No element found error

#1 Post by BeyondNames »

whenever i choose a WP i get this error
pleaze help me fix this
thx

Code: Select all

You chose 8
Loaded waypoint path blyads_dogmeat_loop.xml
Loaded return path Returnpathdogs99.xml
We use the normal waypoint path blyads_dogmeat_loop.xml now.
Waypoint #4 is closer then #1. Hence we start with waypoint #4.
Did not find any crashed game clients.
11:0am - ...m Files (x86)/Runes of Magic/micromacro/lib/mods/xml.lua:336: error
closing parser: no element found


AL lib: FreeContext: (027ACCC8) Deleting 1 Source(s)
Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script>
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: No element found error

#2 Post by lisa »

BeyondNames wrote: error closing parser: no element found
BeyondNames wrote:We use the normal waypoint path blyads_dogmeat_loop.xml now.
So in that WP is an error and the error is with closing parser.

Basically for every
<***>
there needs to be a
</***>

Examples

Code: Select all

<onLoad>

</onLoad>

Code: Select all

<waypoint x="-13346" z="42193" y="724">
</waypoint>

Code: Select all

<waypoints>





</waypoints>
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

Re: No element found error

#3 Post by BeyondNames »

ooooo ty
Post Reply