Page 1 of 1

failure reading memory

Posted: Sat Jun 27, 2009 12:16 pm
by kumpel100
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....

Re: failure reading memory

Posted: Sat Jun 27, 2009 12:59 pm
by Administrator
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

Re: failure reading memory

Posted: Sat Jun 27, 2009 1:12 pm
by kumpel100
sorry not this was cause my error i make a full reinstall, now all works fine.