Results 1 to 9 of 9

Thread: Help Please- newbie

  1. #1
    Join Date
    Jun 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Talking Help Please- newbie

    Currently installed simba, done the start guides:
    "Updated SRL-OSR Setup (Jan 4, 2014)"
    "Physic's 07 Scape Compilation of Guides to make your life easy!"
    "How to install and setup Simba for RS3!" (first part for windows)
    Successfully ran Runescape 3 but failed when trying to set up OLD Runescape attempting to run the following script:
    Code:
    program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}
    
    begin
      SetupSRL();
    end.
    Receiving the following error
    Code:
    Exception in Script: Unable to find file 'SRL/SRL.simba' used from ''

    I attempted:
    Downloading and installing "Easy SRL-OCR"
    Downloading and transferring "SMART V8.0"/'8.3'
    Code:
    C:\Simba\Plugins
    Downloading and transferring "SRL-OSR" to
    Code:
    C:\Simba\Includes
    Downloading and transferring "SRL-OSR-master" to
    Code:
    C:\Simba\Includes
    and naming it "SRL-OSR"
    (re installing Simba a few times while exploring those options)
    Turned off A/V

    Running Windows 7 64bit
    Any help would be really handy <3
    Last edited by hunterhaha; 06-08-2014 at 08:52 AM.

  2. #2
    Join Date
    Jun 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    bump

  3. #3
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    {$i SRL/SRL.simba}

    includes:

    C:\Simba\Includes\SRL\SRL.scar

    Does that folder and file exists with that name? (case sensitive)
    Working on: Tithe Farmer

  4. #4
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Quote Originally Posted by masterBB View Post

    {$i SRL/SRL.simba}

    includes:

    C:\Simba\Includes\SRL\SRL.scar
    C:\Simba\Includes\SRL\SRL.simba***

  5. #5
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Quote Originally Posted by P1nky View Post
    C:\Simba\Includes\SRL\SRL.simba***
    Oh right, we switched to simba a while back
    Working on: Tithe Farmer

  6. #6
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by masterBB View Post
    {$i SRL/SRL.simba}

    includes:

    C:\Simba\Includes\SRL\SRL.scar

    Does that folder and file exists with that name? (case sensitive)
    Quote Originally Posted by masterBB View Post
    Oh right, we switched to simba a while back
    I just found something to tease you about...

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  7. #7
    Join Date
    Jun 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    There is nothing in "C:\Simba\Includes\SRL" folder

  8. #8
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    I just found something to tease you about...
    I made the wrong choice not covering this up with my super moderator powers

    Quote Originally Posted by hunterhaha View Post
    There is nothing in "C:\Simba\Includes\SRL" folder
    Well there is your problem! Maybe you got a folder SRL-OSR? (not sure how this is called) Try to include some srl file that does exists.

    "Delphi Code:
    program new;
    {$DEFINE SMART}
    {$i SRL-OSR/SRL.simba}

    begin
      SetupSRL();
    end.
    Working on: Tithe Farmer

  9. #9
    Join Date
    Jun 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by masterBB View Post
    I made the wrong choice not covering this up with my super moderator powers



    Well there is your problem! Maybe you got a folder SRL-OSR? (not sure how this is called) Try to include some srl file that does exists.

    "Delphi Code:
    program new;
    {$DEFINE SMART}
    {$i SRL-OSR/SRL.simba}

    begin
      SetupSRL();
    end.
    Thanks man, seemed to work. Now I gotta try to get a script up and running. Will post later if I cant fix the issues that I'm currently facing

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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