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:
Code:
SPS_GetArea ERROR: Exception: Error while reading stream: Unable to open file "E:\Simba\Includes\SPS\img\runescape_other\wilderness_dungeons.png"
Error: Exception: Access violation at line 305
Line 305 in SPS.simba is shown below:
Simba Code:
FoundMatches := SPS_FindMapInMap(P.x, P.y, SPS_AreaMaps, SmallMap, SPS_Tolerance);
I use it like so, here:
Simba Code:
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.