Page 1 of 1

Error plz help

Posted: Mon Jun 06, 2011 10:13 pm
by jboggan
i am workin on making a coding for Pasper's Shrine and i finally finished and now i went to test it and im gettin a error message




haltOnError: false
10:9pm - ...agic/micromacro/scripts/rom/classes/waypointlist.lua:22: XML Parse E
rror.
File: ...ic/micromacro/scripts/rom/waypoints/PasperShrine.xml
Line: 39
Column: 54
Pos: 2069
Message: not well-formed (invalid token)

Re: Error plz help

Posted: Mon Jun 06, 2011 10:20 pm
by lisa
jboggan wrote: Message: not well-formed (invalid token)
That means you have coding issues
File: ...ic/micromacro/scripts/rom/waypoints/PasperShrine.xml
means the issue is in your pasperShrine.xml file
Line: 39
Means the issue is on line 39, or possibly that is where the error occurs but issue may also be before that line and it just errors out on that line.

Without seeing the actual code for the file there is no way of telling you what is actually wrong.

Re: Error plz help

Posted: Mon Jun 06, 2011 10:24 pm
by jboggan
would u like me to post the file or send it to u?

Re: Error plz help

Posted: Mon Jun 06, 2011 10:35 pm
by jboggan
HAHAHA lmao i fixed.

it was one letter.

at end on the </waypoint> of the last point i had </waypoints> and then next line i had </waypoints> to end it all. it was wiggin out over the "s" on the first one