Patch 6.0.2 Error

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
turbobay
Posts: 44
Joined: Wed Jul 31, 2013 7:20 pm

Patch 6.0.2 Error

#1 Post by turbobay » Tue Sep 10, 2013 9:40 am

Today RoM got Patch 6.0.2

Update works fine so far, the bot works, too.
but in some occasions i got an error
...functions.lua:2298 attempt to perform arithmetic on local "endloc" (a nil value)

error occured when
-trying to start Andor Minigame
-after Malatina open Boxes
-during fight

Restarting bot and continue fighting got no more errors so far.
Malatina and Andor only tried once

edit: repeated errors while fighting. Maybe when he cannot see target this may appear, but seems random for me at the moment.

wiedzmin97
Posts: 44
Joined: Wed Jul 03, 2013 1:37 pm

Re: Patch 6.0.2 Error

#2 Post by wiedzmin97 » Tue Sep 10, 2013 9:55 am

Yep me too.;/Confirm up.

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

Re: Patch 6.0.2 Error

#3 Post by BlubBlab » Tue Sep 10, 2013 10:10 am

Same here update worked well until I used the travel userfunction to travel away
functions.lua:2298 attempt to perform arithmetic on local "endloc" (a nil value)
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

Rickster
Posts: 291
Joined: Sun Oct 24, 2010 4:23 pm

Re: Patch 6.0.2 Error

#4 Post by Rickster » Tue Sep 10, 2013 10:21 am

hi,

i also get this error

Code: Select all

.../micromacro/scripts/rom/functions.lua:2298: attem
pt to perform arithmetic on local 'endloc' (a nil value)
it happens, also like described above, when
- fighting
- sending mails
- targeting objects

at least the bot breaks every 1-3 minutes with the above error message.

Ric

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

Re: Patch 6.0.2 Error

#5 Post by rock5 » Tue Sep 10, 2013 10:51 am

I'm updating the game now. So I'm working on it.
  • 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

Montoro
Posts: 6
Joined: Tue Sep 10, 2013 10:56 am

Re: Patch 6.0.2 Error

#6 Post by Montoro » Tue Sep 10, 2013 11:01 am

I have also had some problems with it.

Code: Select all

The game client did not crash.
[string " ALRPP()..."]:1: attempt to call global 'ALRPP' (a nil value)
for the Syrbal pass daily.

Also got this one from vinedaily xaviera

Code: Select all

The game client did not crash.
[string "..."]:9: attempt to call global 'set_options' (a nil value)
Hope you will be able to solve this out.

Thanks for your work.

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

Re: Patch 6.0.2 Error

#7 Post by rock5 » Tue Sep 10, 2013 12:58 pm

I've fixed getTEXT and added a pattern search for it so it will still work with older version (and newer ones hopefully). But before I commit,
Montoro wrote:

Code: Select all

The game client did not crash.
[string " ALRPP()..."]:1: attempt to call global 'ALRPP' (a nil value)

Code: Select all

The game client did not crash.
[string "..."]:9: attempt to call global 'set_options' (a nil value)
I can't find "ALRPP" or "set_options" anywhere in the bot so I expect the problem is with a waypoint file, userfunction or profile. Strange the errors don't show a file name.
  • 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
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Patch 6.0.2 Error

#8 Post by rock5 » Tue Sep 10, 2013 1:34 pm

Bugger it. People are waiting for their update.

Committed to 763. Should still be compatible with older versions of the game.
  • 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

Montoro
Posts: 6
Joined: Tue Sep 10, 2013 10:56 am

Re: Patch 6.0.2 Error

#9 Post by Montoro » Tue Sep 10, 2013 1:56 pm

rock5 wrote:I've fixed getTEXT and added a pattern search for it so it will still work with older version (and newer ones hopefully). But before I commit,
Montoro wrote:

Code: Select all

The game client did not crash.
[string " ALRPP()..."]:1: attempt to call global 'ALRPP' (a nil value)

Code: Select all

The game client did not crash.
[string "..."]:9: attempt to call global 'set_options' (a nil value)
I can't find "ALRPP" or "set_options" anywhere in the bot so I expect the problem is with a waypoint file, userfunction or profile. Strange the errors don't show a file name.
Those waypoints worked fine for me for months, so something in this new patch has made them just not work.

i will take a look to other waypoints for the same dailys.

So can we now update?

thanks!

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

Re: Patch 6.0.2 Error

#10 Post by rock5 » Tue Sep 10, 2013 2:12 pm

Unless you can figure out where "ALRPP" and "set_options" comes from, there is nothing I can do.

Yes, revision 763 is ready.
  • 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

Vengefulmilk
Posts: 19
Joined: Wed May 01, 2013 4:55 am

Re: Patch 6.0.2 Error

#11 Post by Vengefulmilk » Wed Sep 11, 2013 12:45 am

Thanks Rock. Working like a dream for me today as soon as I updated.

rambo66
Posts: 58
Joined: Fri Dec 17, 2010 6:51 am
Location: Germany

Re: Patch 6.0.2 Error

#12 Post by rambo66 » Sat Sep 14, 2013 7:24 am

yes, thx Rock works again

Post Reply

Who is online

Users browsing this forum: No registered users and 35 guests