Results 1 to 3 of 3

Thread: SPS Help Me plz Access voilation

  1. #1
    Join Date
    Mar 2011
    Location
    Somerset, UK
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default SPS Help Me plz Access voilation

    help plz.

    does this make sense to you . wats wrong i dont understand

    heres my code .

    Code:
    program SnapeRunner;
    //{$DEFINE SMART}  //Uncomment for SMART
    {.include SRL/SRL.scar}
    {.i SRL/SRL/core/SPS/SPS.simba}
    
    const
    
      sUser   = '';//Stats username
      sPass   = '';//Stats Password
      Debug   = True; //Print Debug Info To Simba Leave on for beta
      SMARTstats = True; // set false if you dont want Stats Shown in SMART
      Version = 'Beta'; // Scripts Version Name
    
    
    var
    
      MainPath1, MainPath2, MainPath3: TPointArray; // Main Path Between snapegrass and Bank TPointArray
      Movestart: TPointArray; // Path From Tele poin in Fallador
      Picked, Runs, earns, antibans: Integer;
    
    procedure WalkToStart;
      begin
        SPS_WalkPath(Movestart)
      end;
    Procedure WalkToWall;
      begin
        SPS_WalkPath(MainPath1)
      end;
    begin
      SetupSRL;
      SPS_Areas := ['8_3', '8_4'];
    
    Movestart:=[Point(3484, 1576),Point(3434, 1579),Point(3405, 1603)];
    
    MainPath1:=[Point(3405, 1613),Point(3405, 1603),Point(3309, 1605),
                 Point(3381, 1617),Point(3378, 1603),Point(3378, 1644),
                 Point(3387, 1657),Point(3378, 1603),Point(3371, 1678)];
    
      if SPS_WalkPath(movestart) then
      Writeln('Walked To Starting Position');
      if SPS_WalkPath(MainPath1) then
      Writeln('Walked To Wall');
    end.
    it moves my player to any one of the points in Movestart and then stops and jusst spams debug with [ERROR] GATHERMINIMAP:: Exception: Access violation

    Code:
    [Hint] C:\Simba\Includes\SRL/SRL/core/SPS/SPS.simba(115:3): Variable 'I' never used at line 114
    [Hint] C:\Simba\Includes\SRL/SRL/core/SRLlog.scar(17:3): Variable 'THEFILE' never used at line 16
    [Hint] (20:3): Variable 'PICKED' never used at line 19
    [Hint] (20:3): Variable 'RUNS' never used at line 19
    [Hint] (20:3): Variable 'EARNS' never used at line 19
    [Hint] (20:3): Variable 'ANTIBANS' never used at line 19
    Compiled succesfully in 1763 ms.
    SRL Compiled in 31 msec
    New window: 2556602
    Walked To Starting Position
    [ERROR] GATHERMINIMAP:: Exception: Access violation
    [ERROR] GATHERMINIMAP:: Exception: Access violation
    [ERROR] GATHERMINIMAP:: Exception: Access violation
    [ERROR] GATHERMINIMAP:: Exception: Access violation
    [ERROR] GATHERMINIMAP:: Exception: Access violation
    [ERROR] GATHERMINIMAP:: Exception: Access violation
    [ERROR] GATHERMINIMAP:: Exception: Access violation
    [ERROR] GATHERMINIMAP:: Exception: Access violation
    [ERROR] GATHERMINIMAP:: Exception: Access violation
    [ERROR] GATHERMINIMAP:: Exception: Access violation
    [ERROR] GATHERMINIMAP:: Exception: Access violation
    or is it my sps install
    SOMEONE please try it
    start in falador . were you tele in

    is it just me?
    Last edited by sm0k3; 03-27-2011 at 06:23 PM.

  2. #2
    Join Date
    Feb 2007
    Location
    Access Violation at 0x00000000
    Posts
    2,865
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    Make sure that none of the files associated with SPS (like the pics) are opened in any other programs and that you've got full read/write permissions (open Simba with admin rights in win vista/7).
    Ce ne sont que des gueux


  3. #3
    Join Date
    Mar 2011
    Location
    Somerset, UK
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Oh my god .. let me reiterate
    OH MY GOD ...

    Yep that was the one .. Win7 x64 . The bane of my life ...

    it was admin right allright .. shoulda guessed lol
    thanks +rep

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
  •