Results 1 to 6 of 6

Thread: Need help with an error in Simba!

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

    Default Need help with an error in Simba!

    When ever I try to use a script I keep getting This error

    Unable to find file 'srl/srl.simba'

    Now, I do have everything installed correctly, I watched yohojo's tutorials and have installed everything correctly, and I'm putting SRL-OSR files in the correct place c1b7ab073584afefa8dfa35e4eaf2c70.png
    but I am still getting the error. It's much appreciated if some one could help me asap.

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

    Default

    Whatever script you're trying to run is EoC, not OSR, therefore it requires the normal SRL include rather than SRL-OSR.

    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..."


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

    Default

    Quote Originally Posted by Flight View Post
    Whatever script you're trying to run is EoC, not OSR, therefore it requires the normal SRL include rather than SRL-OSR.
    The scripts I'm getting are from the oldschool scripts forums although I may have been mistaken.
    And to use them, do I need to add them to the "scripts" folder in Simba?

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

    Default

    Near the top of your script it says this:
    Simba Code:
    {$I SRL/SRL.Simba}

    That means it's trying to load up the normal SRL library. Change that into:
    Simba Code:
    {$I SRL-OSR/SRL.Simba}

    ...and see how that works for ya

    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..."


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

    Default

    I get this error.

    Exception in Script: Unable to find file 'P07Include.simba' used from 'C:\Simba\Scripts\WordMinerV2.2.simba'

  6. #6
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    I would try a different script, this one was written during the first week of osr with the old include. If you want to use this you will need the unofficial 07 include by dannyrs.

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
  •