Results 1 to 7 of 7

Thread: script says trying to start client, and after 5 minutes terminates

  1. #1
    Join Date
    Jul 2015
    Posts
    64
    Mentioned
    2 Post(s)
    Quoted
    38 Post(s)

    Default script says trying to start client, and after 5 minutes terminates

    But the client is up and running fine... Any advice. have teamview

  2. #2
    Join Date
    Jul 2015
    Posts
    64
    Mentioned
    2 Post(s)
    Quoted
    38 Post(s)

    Default

    ---- 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
    ---- 3 minute(s) have passed, client is not ready yet
    ---- 4 minute(s) have passed, client is not ready yet
    ---- Client is taking too long to load, terminating...
    -- setupSRL(): False
    -- Succesfully freed SMART[9828]
    Successfully executed.

    and its already loaded and its not the only script ive ran
    Last edited by Lstew51; 07-11-2015 at 04:46 PM.

  3. #3
    Join Date
    Jul 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    having the same problem.
    [php]-- setupSRL()
    ---- Setting up SRL...
    ---- attempting to spawn smart, attempt #: 1
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found 1 free client(s), attempting to pair to one...
    ---------- smartSetAsTarget(): Succesfully set SMART[3932] as Simba's target
    -------- Succesfully paired to a existing client, SMART[3932]
    ------ smartPairToExistingClient(): result = true
    ------ Succesfully initialized via pairing to a previously spawned client
    ---- initSmart()
    ---- Waiting up to 5 minutes for RS to load...
    ---- 1 minute(s) have passed, client is not ready yet
    ---- Succesfully freed SMART[3932][php]

    heres the script if it helps...
    [php]program PortSarimOaks;
    {$DEFINE SMART} // comment this line out if you don't want to use SMART
    {$i srl-6/srl.simba}
    procedure clickTree();
    var
    x, y: integer; //we need to declare these variables since findObject outputs/requires these
    begin
    if mainscreen.findObject(x, y, 1128505, 18, ['ak'], MOUSE_RIGHT) then
    begin
    writeLn('We right clicked a tree!'); // If findObject returns true, this will print
    chooseOption.select(['hop down']); // This will choose ‘Chop down’ in chooseOptions menu
    end;
    end;

    begin
    clearDebug();
    setupSRL();
    clickTree();
    end.
    [php]
    Last edited by kodex; 07-20-2015 at 04:40 AM.

  4. #4
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by kodex View Post
    ...
    I don't see any login checks. Are you logged in while running this script?

    Forum account issues? Please send me a PM

  5. #5
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by kodex View Post
    having the same problem.
    [code]-- setupSRL()
    ---- Setting up SRL...
    ---- attempting to spawn smart, attempt #: 1
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found 1 free client(s), attempting to pair to one...
    ---------- smartSetAsTarget(): Succesfully set SMART[3932] as Simba's target
    -------- Succesfully paired to a existing client, SMART[3932]
    ------ smartPairToExistingClient(): result = true
    ------ Succesfully initialized via pairing to a previously spawned client
    ---- initSmart()
    ---- Waiting up to 5 minutes for RS to load...
    ---- 1 minute(s) have passed, client is not ready yet
    ---- Succesfully freed SMART[3932][code]

    [snop]
    Make sure you're in fixed mode and either DirectX or OpenGL.

  6. #6
    Join Date
    Jul 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    yeah im running it with a client already open and logged in.
    Quote Originally Posted by BMWxi View Post
    Make sure you're in fixed mode and either DirectX or OpenGL.
    yeah im doing that too.

  7. #7
    Join Date
    Jul 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    changing to opengl seemed to make it work. i was in dx before

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
  •