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 postsand happy scripting!


and happy scripting!
Reply With Quote
