But the client is up and running fine... Any advice. have teamview
But the client is up and running fine... Any advice. have teamview
---- 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.
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.

changing to opengl seemed to make it work. i was in dx before
There are currently 1 users browsing this thread. (0 members and 1 guests)