Results 1 to 3 of 3

Thread: Failed to spawn a SMART client

  1. #1
    Join Date
    Dec 2011
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Question Failed to spawn a SMART client

    Hello, I've been trying to set up Simba for the past 4 hours and have failed for some damn reason.

    When I run this script in Simba:
    program new;
    {$DEFINE SMART} // comment this line out if you don't want to use SMART
    {$i srl-6/srl.simba}

    begin
    clearDebug();
    setupSRL();
    end.


    It comes up like this:
    ------ Failed to spawn a SMART client
    ---- initSmart() result = False
    ---- Waiting up to 5 minutes for RS to load...
    ---- 1 minute(s) have passed, client is not ready yet
    ---- 2 minute(s) have passed, client is not ready yet


    And I have no idea at all how to fix it... I have even tried this massive guide SUCCESSFULLY: https://villavu.com/forum/showthread...=compile+smart
    Any ideas how to fix this problem?
    Thanks.

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    While your completion of Brandon's compiling-SMART guide is impressive and warrants commendation, I suspect that it has little to do with your issue

    An error along the lines of "X minute(s) have passed, client is not ready yet" generally suggests that your graphics settings are incorrect, thus SRL cannot recognize that the game client has loaded.

    I will refer you to this thread and suggest that you follow it carefully, though you need only pay attention to the parts which deal with setting up RS.

    Let me know if the results are undesirable.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  3. #3
    Join Date
    Dec 2011
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you, I will check it out

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
  •