Page 1 of 1

No element found error

Posted: Wed Jul 10, 2013 1:03 pm
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>

Re: No element found error

Posted: Wed Jul 10, 2013 6:18 pm
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>

Re: No element found error

Posted: Thu Jul 11, 2013 8:36 pm
by BeyondNames
ooooo ty