Spiker
05-12-2012, 07:41 PM
The other day, when I was working on my wilderness agility script, I didn't have any problems.
But today, when cleaning it up some and adding to it, I encountered:
SPS_GetArea ERROR: Exception: Error while reading stream: Unable to open file "E:\Simba\Includes\SPS\img\runescape_other\wilderne ss_dungeons.png"
Error: Exception: Access violation at line 305
Line 305 in SPS.simba is shown below:
FoundMatches := SPS_FindMapInMap(P.x, P.y, SPS_AreaMaps, SmallMap, SPS_Tolerance);
I use it like so, here:
SPS_Setup(RUNESCAPE_OTHER,['wilderness_dungeons']);
WalkToLadder := Point(170, 155);
SPS_WalkToPos(WalkToLadder);
Not sure if it's not working because of an update, or something on my end.
Any feedback is much appreciated, thanks.
EDIT: Ended up going back to an old SPS update. Works fine now.
But today, when cleaning it up some and adding to it, I encountered:
SPS_GetArea ERROR: Exception: Error while reading stream: Unable to open file "E:\Simba\Includes\SPS\img\runescape_other\wilderne ss_dungeons.png"
Error: Exception: Access violation at line 305
Line 305 in SPS.simba is shown below:
FoundMatches := SPS_FindMapInMap(P.x, P.y, SPS_AreaMaps, SmallMap, SPS_Tolerance);
I use it like so, here:
SPS_Setup(RUNESCAPE_OTHER,['wilderness_dungeons']);
WalkToLadder := Point(170, 155);
SPS_WalkToPos(WalkToLadder);
Not sure if it's not working because of an update, or something on my end.
Any feedback is much appreciated, thanks.
EDIT: Ended up going back to an old SPS update. Works fine now.