Results 1 to 1 of 1

Thread: SPS - Unable to open wilderness_dungeons.png

  1. #1
    Join Date
    Jan 2012
    Location
    Texas
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default SPS - Unable to open wilderness_dungeons.png

    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.
    Last edited by Spiker; 05-13-2012 at 03:57 AM.
    Coming together is a beginning.
    Keeping together is progress.
    Working together is success.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •