Results 1 to 18 of 18

Thread: [HELP] The "Unable to find file 'SRL/SRL.Simba' used from ' '" error

  1. #1
    Join Date
    May 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Question [SOLVED] The "Unable to find file 'SRL/SRL.Simba' used from ' '" error

    EDIT: Problem solved, please remove or lock. Thank you!


    Hey everyone, first off, if anyone would like to read my introduction thread you may do so here.

    Now to the question. I'm trying to use Ashaman's prayer altar script (found here). This is the first time I've used simba. I first tried using it on my virtual machine so I could minimize the bot and I received this error: "Exception in Script: Unable to find file 'SRL/SRL.Simba' used from '' " I looked up the problem, and I have checked that the Includes path is in fact set to C:\Simba\Includes\, I have updated Simba, I made sure the required information needed in the script was entered correctly, and have tried also installing it on my actual computer only to get the same error.

    Can anyone help me out with this? I'm about to leave the house to go visit my grandma for mothers day so I will not be able to skype for a while if anyone is planning on doing that.

    My virtual machine runs windows XP, and my computer itself runs Windows 7 (if any of that makes a difference)
    Last edited by Jake1715; 05-14-2012 at 01:29 AM.

  2. #2
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    In the script try changing this:
    Simba Code:
    {$i srl/srl.simba}

    into this:
    Simba Code:
    {$i srl\srl.simba}

  3. #3
    Join Date
    May 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by abu_jwka View Post
    In the script try changing this:
    Simba Code:
    {$i srl/srl.simba}

    into this:
    Simba Code:
    {$i srl\srl.simba}
    Well now I found out I didn't read all the tutorials.. I missed the most important one, Setting Up Simba! Now I'm pretty sure it will work. If not I will give your suggestion a shot.

  4. #4
    Join Date
    Jan 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I tried that and it still gives me the same message

  5. #5
    Join Date
    Jun 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    same problem. I set up simba correctly and everything. SRL is up to date

  6. #6
    Join Date
    Dec 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    same here help please i need it to work mine says Exception in Script: Unable to find file 'srl/srl.simba' used from ''

  7. #7
    Join Date
    Jan 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Please help me too, it shows same message :/

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

    Default

    or you know dont reply to all of us...

  9. #9
    Join Date
    Feb 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i have the same problem can you tell me how to fix it if you solved it?

  10. #10
    Join Date
    Aug 2012
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    40 Post(s)

    Default

    Read the instructions, tuts and search for the answer. It may take you some time and effort but once YOU figure it out you'll never forget it. I went through the same things on a number of different problems and by doing the aforementioned tasks I was able to figure it out. If you absolutely can not find the answer then you'll be pointed in the right direction.
    - Remember that the sword of Karma swings both ways

  11. #11
    Join Date
    May 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I keep getting this error: " Exception in Script: Unable to find file 'SRL/SRL.Simba' used from ''

    I read just about every tutorial on the forums, executed them entirely correct and I still keep getting this same message. I have everything updated and in check, according to what I'm being told to do. It really just seems like this client is dead or something.

    Please give me feedback/help and guide me in the right direction. (I am not a leech, I literally just started out)

  12. #12
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Im High View Post
    I keep getting this error: " Exception in Script: Unable to find file 'SRL/SRL.Simba' used from ''

    I read just about every tutorial on the forums, executed them entirely correct and I still keep getting this same message. I have everything updated and in check, according to what I'm being told to do. It really just seems like this client is dead or something.

    Please give me feedback/help and guide me in the right direction. (I am not a leech, I literally just started out)
    Follow this guide: http://villavu.com/forum/showthread.php?t=47714

    Don't forget to run as administrator and your firewall can't block it.

    Creds to DannyRS for this wonderful sig!

  13. #13
    Join Date
    Mar 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Had this error in the begining, but someone helped me. Glad its solved

  14. #14
    Join Date
    Oct 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Maybe you can share the solution...
    Err

  15. #15
    Join Date
    Feb 2014
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Ughhh, I know I'm a little late but I'm having this problem and I'm tired of searching for it when none of the solutions are working. Can anyone help?

  16. #16
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by sk8ermage View Post
    Ughhh, I know I'm a little late but I'm having this problem and I'm tired of searching for it when none of the solutions are working. Can anyone help?

    Remove all the spaces in the line giving the problem and then put them back manually. You want to remove them because someone developing the include is using a different encoding that you are. UTF16 vs. UTF8 or \r\n vs \r or \n. Etc..

    Personally I use UTF-8 Cyrillic and \r\n network protocol standard.
    I am Ggzz..
    Hackintosher

  17. #17
    Join Date
    Feb 2014
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Well I did more researching and it turns out my C:\Simba\Includes\SRL is empty and that's what is causing the problem. I have re-downloaded simba many times. I also have enabled the SRL extenstion, checked for updates and forced updates for SRL. But yet nothings working. And I'm installing it right to. Please Help.

  18. #18
    Join Date
    Feb 2014
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Well I did more researching and it turns out my C:\Simba\Includes\SRL is empty and that's what is causing the problem. I have re-downloaded simba many times. I also have enabled the SRL extenstion, checked for updates and forced updates for SRL. But yet nothings working. And I'm installing it right to. Please Help.

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
  •