failure reading memory

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
kumpel100
Posts: 47
Joined: Sat May 09, 2009 11:12 am

failure reading memory

#1 Post by kumpel100 » Sat Jun 27, 2009 12:16 pm

since today i got failure reading memory:

yesterday same version runs without problems, any idear?
i have used rom/update.lua


Image

i found my bug

its from here:

http://www.solarstrike.net/phpBB3/viewt ... f=21&t=360

i addet this line:

if( not target:haveTarget() and distance(self.X, self.Z, target.X, target.Z) < 150 ) then

this cause my memory read error....

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: failure reading memory

#2 Post by Administrator » Sat Jun 27, 2009 12:59 pm

Post a copy of your log.txt.

EDIT: Try this:

Code: Select all

if( target and (not target:haveTarget()) and distance(self.X, self.Z, target.X, target.Z) < 150 ) then

kumpel100
Posts: 47
Joined: Sat May 09, 2009 11:12 am

Re: failure reading memory

#3 Post by kumpel100 » Sat Jun 27, 2009 1:12 pm

sorry not this was cause my error i make a full reinstall, now all works fine.

Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests