Page 1 of 4 123 ... LastLast
Results 1 to 25 of 90

Thread: The answer to your SRL-OSR problem.

  1. #1
    Join Date
    Jan 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Lightbulb The answer to your SRL-OSR problem.

    If you are trying to run a script and getting the following error:

    Unable to find file 'SRL-OSR/Srl.simba' used from 'C:\Simba\Scripts\name of the script you're running.simba'

    It is an easy problem to fix. I will provide a step by step guide to fix this problem using dummyspeak (a.k.a. people like me that are just figuring all of this stuff out.)

    First you need to download the SRL-OSR folder from the Github link:
    http://github.com/SRL/SRL-OSR
    When you get to the webpage, click the ZIP button
    github zip.png
    (click picture for big version)

    This will prompt you to download the file. Do so, and extract the folder to your Simba Includes folder. If you don't know where your includes folder is, the default location is C:\Simba\Includes. If you do not know how to find your Includes folder, you are likely missing other crucial files as well. Any way... Your Includes folder should now have the highlighted folder in it.
    simba master pic.png
    (click picture for big version)


    Second we will solve the problem for the above stated error: Unable to find file 'SRL-OSR/Srl.simba' used from 'C:\Simba\Scripts\name of the script you're running.simba'.
    We need to rename the folder SRL-OSR-master to SRL-OSR. Your Includes folder should now look as follows:
    srl-osr pic.png
    (click picture for big version)
    NOTE you do not need the 07Symbol file for your scripts to work, it is an include involved in one script!

    This should have fixed your problem!


    For an explanation as to what was happening... The script you are running is searching for the SRL in the SRL-OSR folder. While you may have downloaded the SRL-OSR folder correctly, not changing the name from SRL-OSR-master to SRL-OSR prevents the script from finding the SRL. It sees SRL-OSR-master and skips right over it, even though that is where the file is, because the name is incorrect. I hope this solves your SRL-OSR missing errors!!

    Feel free to link this article into your posts and happy scripting!
    Last edited by kerusia; 04-02-2013 at 03:47 PM. Reason: Broken link

  2. #2
    Join Date
    Mar 2013
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Thanks a million!!!!! Say, what is that 07 symbol you got in the includes? I don't have that, is it necessary?

  3. #3
    Join Date
    Jan 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by cruelty1345 View Post
    Thanks a million!!!!! Say, what is that 07 symbol you got in the includes? I don't have that, is it necessary?
    No, the 07symbol is not a necessary include for all scripts, that file is used in only one script, I think the Al-kharid silk buyer script. (link below, nice script)
    http://villavu.com/forum/showthread.php?t=98572

    Thank you for pointing that out, I'll add a note in the post!

  4. #4
    Join Date
    Mar 2013
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Not a problem, thanks again for your help...came in quite handy

  5. #5
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] d:\Simba\Includes\SRL-OSR/SRL/core/simba.simba(465:14): Unknown identifier '' at line 464

    i did everything as you said m8 and i get this error.?

  6. #6
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks a ton mate!

  7. #7
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Exception in Script: Unable to find file 'SPS/sps-osr.simba' used from 'C:\Simba\Scripts\FishingGuildFisher[1.0].simba'

  8. #8
    Join Date
    Sep 2007
    Location
    BitLeak
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Nice thread. I am sure this will be helpful to many people.

    Quote Originally Posted by IRCo View Post
    Exception in Script: Unable to find file 'SPS/sps-osr.simba' used from 'C:\Simba\Scripts\FishingGuildFisher[1.0].simba'
    You need download that from here: http://villavu.com/forum/showthread.php?t=98324.

    Follow the instructions on that thread and it will run perfectly.

    You simply place sps-osr in your includes\sps folder and then place the runescape_surface07 folder in the includes\sps\img folder.

  9. #9
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    [Error] C:\Simba\Includes\SPS\sps-osr.simba(55:35): Unknown identifier 'MMCX' at line 54
    Compiling failed.

  10. #10
    Join Date
    Sep 2007
    Location
    BitLeak
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by IRCo View Post
    [Error] C:\Simba\Includes\SPS\sps-osr.simba(55:35): Unknown identifier 'MMCX' at line 54
    Compiling failed.
    Have you already tested your setup of Simba using SMART + 07scape with test scripts to ensure that everything is setup properly?

    If not then you should take a look at this great video tutorials by YoHoJo:
    http://www.youtube.com/watch?feature...&v=mho1ek92jgY
    http://www.youtube.com/watch?feature...&v=IqukGefbw48
    http://www.youtube.com/watch?feature...&v=Iox4LylEj40
    http://www.youtube.com/watch?feature...&v=0N-RWHwHHAY

  11. #11
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Ya Sorry .. idk What happen but Fishing bot works now , thanks for your help

  12. #12
    Join Date
    Sep 2007
    Location
    BitLeak
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by IRCo View Post
    Ya Sorry .. idk What happen but Fishing bot works now , thanks for your help
    No problem. Glad that I could help in some way.

  13. #13
    Join Date
    Mar 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Thanks man! There isn't much explanation of the 07 official yet and this was very helpful!

  14. #14
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    fixed, thanks!
    Last edited by lordwill0; 03-27-2013 at 03:22 AM.

  15. #15
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I have this problem:


    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/flag.simba(96:20): Unknown identifier 'bmpMinimapMask' at line 95
    Compiling failed.

    What should I do?

  16. #16
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    I get this error everytkme.

    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/simba.simba(465:14): Unknown identifier '' at line 464
    Compiling failed.

  17. #17
    Join Date
    Jan 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by TheGreatestMidEver View Post
    I get this error everytkme.

    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/simba.simba(465:14): Unknown identifier '' at line 464
    Compiling failed.
    What script are you trying to run? It might be script related, as long as you've followed the steps in this guide and the other guides for setting up Simba for Old School Runescape, you shouldn't be having any problem.

  18. #18
    Join Date
    Mar 2013
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    http:// https://github.com/SRL/SRL-OSR

    invalid link?

    Hmm nvm it worked when I copy and pasted it?

  19. #19
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    wow thanks so much this helped me so much I love you thanks thanks much

  20. #20
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Exception in Script: Unable to find file 'SRL/SRL/core/simba.simba' used from 'C:\Simba\Includes\SRL-OSR/Srl.simba'

  21. #21
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    first time trying srl-osr and im getting this error in the sps file when trying to run the script:

    [Error] C:\Simba\Includes\SPS/sps-osr.simba(357:9): Unknown identifier 'ClickNorth' at line 356

  22. #22
    Join Date
    Feb 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    Followed this originally, and just did so again. Still doesn't work, still comes up with the same identical error

  23. #23
    Join Date
    Mar 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(229:203): Invalid number of parameters at line 228
    Compiling failed.
    Please help me out! trying to run simple fightcavetrainer

    http://gyazo.com/72e201288d62899c63cadac2359f72ad

  24. #24
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    [Error] C:\WINDOWS\Simba\Includes\SRL-OSR/SRL/core/login.simba

    I was using the Guildfisher bot yesterday and it was fine?

    Had to turn my comp off to go out and came back, tried to bot and it wouldnt work? the script got updated from 1.01 to 1.02, but i cant load either now?

    Thanks in advance

  25. #25
    Join Date
    Mar 2013
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Good duide (Y)

Page 1 of 4 123 ... LastLast

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
  •