Page 11 of 15 FirstFirst ... 910111213 ... LastLast
Results 251 to 275 of 373

Thread: SRL Frequently Asked Questions

  1. #251
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by ahrimz_pkay1 View Post
    So I started having issues once I finally setup everything according to the youtube guides. I got the error on line 278 but

    the FAQ guide says to place {DEFINE SMART8} or whatever but even after I did that the same error came up.
    If you change it to {DEFINE SMART8} you have to have SMART8 installed. If you don't already, follow this easy tutorial about how to install it

  2. #252
    Join Date
    Apr 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Still got problems running a script, I get this error;
    Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba'

  3. #253
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Woonie View Post
    Still got problems running a script, I get this error;
    Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba'
    The solution to that error is in the first post.

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

    Default

    java problem.png

    Hm i guess i have a simple problem but can't find solution and tried compiling but got stuck. this happened after messing with my firewall as i been running simba for a month. cant i just add a path or something to fix this?

  5. #255
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by sn3pro View Post
    java problem.png

    Hm i guess i have a simple problem but can't find solution and tried compiling but got stuck. this happened after messing with my firewall as i been running simba for a month. cant i just add a path or something to fix this?
    Yes, but you'll have to Google how to do that. I don't know the exact steps.

  6. #256
    Join Date
    Apr 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SRL Compiled in 15 msec
    ** Smart Cannot Spawn Clients **
    Successfully executed.



    What do i do really

  7. #257
    Join Date
    May 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I'm starting to get really frustrated. I've searched this thread to try and find my answer but nothing is working :/

    My problem is:
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.

    I don't understand why this is happening or what I can do to fix it, I'm trying to get SMART 8.0 to work but it won't.

    program new;
    {$DEFINE SMART8}
    {$i srl/srl.simba}

    begin
    ClearDebug();
    SRL_SixHourFix:=True;
    SMART_FIXSPEED := TRUE;
    SetupSRL();
    end.


    This is what I have in as my script. Please help, thank you!

  8. #258
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Tyokkis View Post
    I'm starting to get really frustrated. I've searched this thread to try and find my answer but nothing is working :/

    My problem is:
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.

    I don't understand why this is happening or what I can do to fix it, I'm trying to get SMART 8.0 to work but it won't.

    program new;
    {$DEFINE SMART8}
    {$i srl/srl.simba}

    begin
    ClearDebug();
    SRL_SixHourFix:=True;
    SMART_FIXSPEED := TRUE;
    SetupSRL();
    end.


    This is what I have in as my script. Please help, thank you!
    Are you trying to load Runescape 2007?

  9. #259
    Join Date
    May 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Officer Barbrady View Post
    Are you trying to load Runescape 2007?
    I'm just trying to get Smart 8.0 setup atm, but yes I will be trying to get 2007 setup, if im doing this wrong please let me know.

  10. #260
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Tyokkis View Post
    I'm starting to get really frustrated. I've searched this thread to try and find my answer but nothing is working :/

    My problem is:
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.

    I don't understand why this is happening or what I can do to fix it, I'm trying to get SMART 8.0 to work but it won't.

    program new;
    {$DEFINE SMART8}
    {$i srl/srl.simba}

    begin
    ClearDebug();
    SRL_SixHourFix:=True;
    SMART_FIXSPEED := TRUE;
    SetupSRL();
    end.


    This is what I have in as my script. Please help, thank you!
    Are you sure you downloaded SMART 8 properly? The files need to be extracted to Simba/Includes/.

  11. #261
    Join Date
    May 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Are you sure you downloaded SMART 8 properly? The files need to be extracted to Simba/Includes/.
    I'll try this right now, thanks!

  12. #262
    Join Date
    May 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Guys what's up with the links in the first post? I want to go to the thread "how to add scripts" but the link directs me to a random Draynor Woodcutting script lol.
    Any help would be appreciated

  13. #263
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by skrall View Post
    Guys what's up with the links in the first post? I want to go to the thread "how to add scripts" but the link directs me to a random Draynor Woodcutting script lol.
    Any help would be appreciated
    Can you say which link exactly that is? The only link I can find with how to add scrips is this one, and it's correct as far as I can see.

    http://villavu.com/forum/showthread.php?t=60501

  14. #264
    Join Date
    Apr 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    This is probably a simple fix, I haven't had many problems and had it working perfectly, but I tried to use Simba again after not having used it for about a month and now I get this error when starting scripts. Also I seem to be noticing more and more SMART files appearing on my desktop is that normal?

    smarterror.PNG

  15. #265
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Bam View Post
    This is probably a simple fix, I haven't had many problems and had it working perfectly, but I tried to use Simba again after not having used it for about a month and now I get this error when starting scripts. Also I seem to be noticing more and more SMART files appearing on my desktop is that normal?

    smarterror.PNG
    Load Runescape in your browser first. Also, those SMART files are normal, yes. You can delete them when SMART/Simba is closed.

  16. #266
    Join Date
    Apr 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Load Runescape in your browser first. Also, those SMART files are normal, yes. You can delete them when SMART/Simba is closed.
    Just visit rs on my browser?

  17. #267
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Bam View Post
    Just visit rs on my browser?
    Yes, then restart Simba/SMART.

  18. #268
    Join Date
    Apr 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Yes, then restart Simba/SMART.
    I did that, retried, still get the same error. I even tried resetting the computer, no dice.

    Does it make a difference this is for OSRS? Like I said it was working just fine last time I used it.


    Thanks

  19. #269
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Bam View Post
    I did that, retried, still get the same error. I even tried resetting the computer, no dice.

    Does it make a difference this is for OSRS? Like I said it was working just fine last time I used it.


    Thanks
    I actually think you need a special version of SMART for Old School RS (or have to make an extra modification). This guide should help you.

    http://villavu.com/forum/showthread.php?t=97599

  20. #270
    Join Date
    Apr 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    I actually think you need a special version of SMART for Old School RS (or have to make an extra modification). This guide should help you.

    http://villavu.com/forum/showthread.php?t=97599
    I have used Simba exclusively with OSRS, and had it working perfectly fine. I stopped botting for about a month and now I get that error. It's odd.

    EDIT: 5/29/2013- It's weird I open it up this morning and works just fine, Smart loads like it used to and everything quite odd.
    Last edited by Bam; 05-29-2013 at 03:33 PM.

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

    Default

    I have been playing around with the startup and got to the error which is telling you to update Simba. ([Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier 'ImageSetClientArea' at line 695) Checked my simba and it was at 990. Tried fr the update of Simba, restarted Simba and it then comes up with ([Error] C:\Simba\Includes\SRL/SRL/core/text.simba(791:13): Unknown identifier 'UpChars' at line 790). I can't seem to find any other errors like this on the forum.
    Any help appreciated.
    Cheers
    Sorted the above problem but i now have the perameters error which cannot be solved by changing the define smart to define smart8. I just can't get my head around this
    Last edited by Gninraw; 06-07-2013 at 09:20 AM. Reason: developments

  22. #272
    Join Date
    Jun 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm unable to fix an issue and i have searched (could be because i am a bit drunk right now) But maybe a simple answer will work.

    I've got a script loaded, smart8 running, and it works... But, if i enable smart, so that i can control my mouse, the script still takes control of my mouse and trys to click on the screen. Would this be a problem with the script, or something i did. I don;t mind trying to find otu myself but a point in the right direction would help. Thankyou.

  23. #273
    Join Date
    Jun 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    what do i do!!!!!! This keeps happening when I press f9 Exception in Script: Unable to find file 'SRL/srl.simba' used from ''

  24. #274
    Join Date
    Jun 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Exception in Script: Unable to find file 'P07Include.Simba' used from '' i am getting this error message help please

  25. #275
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by mxman498 View Post
    Exception in Script: Unable to find file 'P07Include.Simba' used from '' i am getting this error message help please
    Hey uhhh.. I have no idea if you still need help.. I hope you solved it but if you didn't:

    http://villavu.com/forum/showthread.php?t=96863 - download P07Include.simba and then move to to c:/simba/includes

Page 11 of 15 FirstFirst ... 910111213 ... 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
  •