Results 1 to 4 of 4

Thread: HELP!!! can't make this thing work

  1. #1
    Join Date
    Dec 2014
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Question HELP!!! can't make this thing work

    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.

  2. #2
    Join Date
    Apr 2015
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    I am having a similar problem of finding clients and errors, where you able to find a fix?

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

    Default

    Quote Originally Posted by photomac54 View Post
    I am having a similar problem of finding clients and errors, where you able to find a fix?
    Do you have Java installed?
    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

  4. #4
    Join Date
    May 2015
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Hey guys I had the exact same problem my solution was simple.
    Go back to Java and if you have a 64 bit PC or Laptop, download i536.exe through Java. That's Java 32 bit but it will go in your program files (x86) that's where all your 32 bit files will go. After you do that restart everything. After that as long as you have Java Environment 7+ and you updated everything correctly it should work. If not go back, uninstall everything and go through the motions again.

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
  •