MM error when launching rombot

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
ZZZZZ
Posts: 513
Joined: Sun Oct 21, 2012 1:42 am

MM error when launching rombot

#1 Post by ZZZZZ » Wed Aug 20, 2014 12:01 am

Not sure why i am getting this issue. I havn't edited any files. Started to get this error 2-3 days ago and it happens every time I run rombot now.

Code: Select all

RoM Bot Version 3.29, Revision 778ññññññññññññññññññññññññññññññññññññññññ
Press the (End) key to stop/pause the script.
You can resume with the (Delete) key.
The game client did not crash.
2014-08-20 14:59:25 - E:/micromacro/lib/mods/xml.lua:336: error closing parser:
no element found

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: MM error when launching rombot

#2 Post by rock5 » Wed Aug 20, 2014 12:11 am

I'm not sure what the error means. I think it means it has some problem reading an xml file such as a waypoint file or profile. Does changing the waypoint file and profile help?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: MM error when launching rombot

#3 Post by lisa » Wed Aug 20, 2014 12:11 am

check your profile.
Test by using a different profile or using the default.
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

User avatar
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: MM error when launching rombot

#4 Post by BlubBlab » Wed Aug 20, 2014 12:46 am

I think your XML (waypoint or profile or database/*.xml ) closed not right. Funny I wrote something about it a few minutes ago and went through that file.

EDIT: Strange the doc says:
parser:close()
Closes the parser, freeing all memory used by it. A call to parser:close() without a previous call to parser:parse() could result in an error.

but the lua code made sure that never happens:

Code: Select all

local result, msg, line, col, pos;
	if( type(input) == "userdata" ) then
		-- Prase an already opened file that was opened with io.open()
		for l in input:lines() do
			result, msg, line, col, pos = p:parse(l);
			if( not result ) then
				break;
			end
			p:parse("\n");
		end

		if( result ) then
			p:close();
			--return callbacks.stack[1][1];
		else
How can "result" not be nil when the only way to be not nil is calling parse()
I would download a new copy of MM and Rombot.
Jack-of-all-trades, but master-of-only of a few :D

My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests