First sorry for my english, When i try to start the bot with the first script
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 won't load anything an error pops u psaying that it didn't find java.exe
I'll leave the log here, thanks in advance:
SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (17-12-14 at 04.50.15 PM).txt
-- setupSRL()
---- Setting up SRL...
---- attempting to spawn smart, attempt #: 1
---- initSmart():
------ Attempting to pair to a previously spawned client
------ smartPairToExistingClient():
-------- Found no free clients to pair to
------ smartPairToExistingClient(): result = false
------ Attempting to spawn a new client..
------ smartCreateClient():
---------- smartGetParameters(): Succesfully grabbed paramters
-------- getJavaPath():
---------- Attempting to search for your Java path
---------- WARNING: Failed to find your Java path
---------- HINT: If RS is failing to switch to OpenGL mode, add JRE to your systems path before JDK (if you have JDK)
-------- getJavaPath()
-------- Using parameters [http://world9a.runescape.com/, f2318415443744132324]
-------- Using plugins "OpenGL32.dll,d3d9.dll"
------ Failed to spawn a SMART client
---- initSmart()
---- attempting to spawn smart, attempt #: 2
---- initSmart():
------ Attempting to pair to a previously spawned client
------ smartPairToExistingClient():
-------- Found no free clients to pair to
------ smartPairToExistingClient(): result = false
------ Attempting to spawn a new client..
------ smartCreateClient():
---------- smartGetParameters(): Succesfully grabbed paramters
-------- getJavaPath():
---------- Attempting to search for your Java path
---------- WARNING: Failed to find your Java path
---------- HINT: If RS is failing to switch to OpenGL mode, add JRE to your systems path before JDK (if you have JDK)
-------- getJavaPath()
-------- Using parameters [http://world1a.runescape.com/, f5339048716886035300]
-------- Using plugins "OpenGL32.dll,d3d9.dll"
-------- Succesfully freed SMART[0]
Successfully executed.


Reply With Quote






