Page 13 of 15 FirstFirst ... 31112131415 LastLast
Results 301 to 325 of 373

Thread: SRL Frequently Asked Questions

  1. #301
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by Nirvana View Post
    I tried changing the path to the java x32 like this:

    Code:
    C:\Program Files (x86)\Java\jre7\bin; C:\Program Files (x86)\Java\jdk1.7.0_40\bin
    Still no luck

    So where can I find a Simba x86 or x32 version? I only get a Simba Installer.exe, no specific x32 or x64 installer


    Also any possibility that the file simba is looking for is outside the bin folder, in another folder? (I don't understand much of this)
    Just to make sure, you've tried this right?

    Simba Code:
    program new;

    {$DEFINE SMART}
    {$i srl-6/srl.simba}

    begin
      smartGetJavaPath := false;

      setupSRL();
    end.
    Last edited by Olly; 10-01-2013 at 03:00 PM.

  2. #302
    Join Date
    Oct 2012
    Location
    Porto, Portugal
    Posts
    218
    Mentioned
    0 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Olly View Post
    Just to make sure, you've tried this right?

    Simba Code:
    program new;

    {$DEFINE SMART}
    {$i srl-6/srl.simba}

    begin
      smartGetJavaPath := false;

      setupSRL();
    end.
    yes if u scroll up for my problem's original post you can see. But shouldn't it work without that line?

  3. #303
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by Nirvana View Post
    yes if u scroll up for my problem's original post you can see. But shouldn't it work without that line?
    Oh, I thought the whole thing wasn't working for you.. :P. Well no it shouldn't but I am changing it so it works without it. And lastly I don't know why it doesn't find your path weird.. but the good thing is that it works

    e: https://github.com/SRL/SRL-6/commit/...07f3a43f5e40d2
    Last edited by Olly; 10-01-2013 at 04:05 PM.

  4. #304
    Join Date
    Oct 2012
    Location
    Porto, Portugal
    Posts
    218
    Mentioned
    0 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Olly View Post
    Oh, I thought the whole thing wasn't working for you.. :P. Well no it shouldn't but I am changing it so it works without it. And lastly I don't know why it doesn't find your path weird.. but the good thing is that it works

    e: https://github.com/SRL/SRL-6/commit/...07f3a43f5e40d2
    It works now! Turns out that I had an empty folder called jre6 in c:/programfiles(x86)/java. somehow it was interfering with the path or the jre7 folder located in the same c:/programfiles(x86)/java location. It finds the path now.

    Thank you @Olly and @Coh3n for your attention.

  5. #305
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    #Problems
    I have really bad lag in opengl mode :/
    pics:
    http://puu.sh/4FM5F.jpg
    same story (ish) in browser:
    http://puu.sh/4FMcL.jpg
    I have the latest java.

  6. #306
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by The Killer View Post
    #Problems
    I have really bad lag in opengl mode :/
    pics:
    http://puu.sh/4FM5F.jpg
    same story (ish) in browser:
    http://puu.sh/4FMcL.jpg
    I have the latest java.
    I'm not sure what would cause the lag, but you don't have the right version of the OpenGL plugin. Somehow the wrong one got put in the updater, so Simba won't be able to ready colors from the client.

    You want to download this version.

  7. #307
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    I'm not sure what would cause the lag, but you don't have the right version of the OpenGL plugin. Somehow the wrong one got put in the updater, so Simba won't be able to ready colors from the client.

    You want to download this version.
    Just heard about this on skype. Thanks for the reply all the same aswell as for making the thread in the first place

  8. #308
    Join Date
    Jun 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    hey guys ive been using srl for a while previously but havent used the new srl 6 because i get the FATAL ERROR message however i read the FAQs and have done as it says to install java 7 and uninstall the others however this hasnt worked at all, this is the only error i get when loading a script. It compiles properly and finds my java path properly but it just states that it cant spawn a SMART client any ideas? I appreciate any help in advance

  9. #309
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by haymundo View Post
    hey guys ive been using srl for a while previously but havent used the new srl 6 because i get the FATAL ERROR message however i read the FAQs and have done as it says to install java 7 and uninstall the others however this hasnt worked at all, this is the only error i get when loading a script. It compiles properly and finds my java path properly but it just states that it cant spawn a SMART client any ideas? I appreciate any help in advance
    So, you have java7 only and it's not working? have you tried running Simba as a admin and making sure no firewalls are blocking smart?

  10. #310
    Join Date
    Jun 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Yeah, i realised what was wrong, i had a folder named jre6 still so deleted that and it worked. Was just me being blind

  11. #311
    Join Date
    Oct 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks this is good info

  12. #312
    Join Date
    Nov 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hey guys fairly new to the bot followed all steps getting this error :/

    Exception in Script: Duplicate declaration "procedure((False=0, True=1))" at line 273, column 51 in file "C:\Simba\Includes\srl-6\lib\misc\smart.simba"

  13. #313
    Join Date
    Nov 2012
    Posts
    161
    Mentioned
    2 Post(s)
    Quoted
    72 Post(s)

    Default

    My SMART client starts but quits immediately.
    Here is the info:


    -- setupSRL()
    ---- Setting up SRL...
    ---- 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
    ---------- Found your java path @ C:\Program Files\Java\jre7\bin\java.exe
    -------- getJavaPath()
    -------- Using parameters [http://world44.runescape.com/, f3082130809637548644]
    -------- Using plugins "OpenGL32.dll"
    -------- Succesfully spawned a client, attempting to target
    ---------- smartSetAsTarget(): Succesfully set SMART[59] as Simba's target
    ------ smartCreateClient(): result = true
    ------ Succesfully initialized via spawning a new client
    ---- initSmart()
    ---- Waiting up to 5 minutes for RS to load...

    After quitting smart, it waits five minutes trying to load it then shuts off. Any suggestions?
    I have uninstalled jre6 and updated it to 7 and updated simba to 1.0. Reading the FAQ's i would guess that I have an issue with java.

  14. #314
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by nkd2009 View Post
    My SMART client starts but quits immediately.
    Here is the info:


    -- setupSRL()
    ---- Setting up SRL...
    ---- 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
    ---------- Found your java path @ C:\Program Files\Java\jre7\bin\java.exe
    -------- getJavaPath()
    -------- Using parameters [http://world44.runescape.com/, f3082130809637548644]
    -------- Using plugins "OpenGL32.dll"
    -------- Succesfully spawned a client, attempting to target
    ---------- smartSetAsTarget(): Succesfully set SMART[59] as Simba's target
    ------ smartCreateClient(): result = true
    ------ Succesfully initialized via spawning a new client
    ---- initSmart()
    ---- Waiting up to 5 minutes for RS to load...

    After quitting smart, it waits five minutes trying to load it then shuts off. Any suggestions?
    I have uninstalled jre6 and updated it to 7 and updated simba to 1.0. Reading the FAQ's i would guess that I have an issue with java.
    According to that debug, there's nothing wrong.

    I can't think of why this would happen, but try deleting all your jagex files on your computer. I've had that fix some issues for me before.

  15. #315
    Join Date
    Jan 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I can't seem to be able to run OpenGL i've already set the path to the jre before the jdk. I've heard it may be because of the graphics card i'm running.

  16. #316
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by vacacow1 View Post
    I can't seem to be able to run OpenGL i've already set the path to the jre before the jdk. I've heard it may be because of the graphics card i'm running.
    I haven't heard of that before, but I suppose it's possible. What graphics card do you have?

  17. #317
    Join Date
    Jan 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    I haven't heard of that before, but I suppose it's possible. What graphics card do you have?
    Yes the problem was the graphics card. I had 2 graphics cards, one Intel and one AMD, i was using the dynamic option so RS was running on the Intel i made it run on the AMD and it worked.

  18. #318
    Join Date
    Dec 2013
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    29 Post(s)

    Default

    Exception in Script: File "SRL-6/SRL.simba" not found at line 3, column 5


    I think its something to do with the simba downloading. it wont let me download windows version of simba from http://wizzup.org/simba/#download-ref

    "the setup files are corrupted. please obtain a new copy of the program"

  19. #319
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Sharlet6 View Post
    Exception in Script: File "SRL-6/SRL.simba" not found at line 3, column 5


    I think its something to do with the simba downloading. it wont let me download windows version of simba from http://wizzup.org/simba/#download-ref

    "the setup files are corrupted. please obtain a new copy of the program"
    http://villavu.com/forum/showthread....53#post1275853

    try searching the forums beforehands next time

    Creds to DannyRS for this wonderful sig!

  20. #320
    Join Date
    Dec 2013
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    29 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    http://villavu.com/forum/showthread....53#post1275853

    try searching the forums beforehands next time
    Sorry im new :3

  21. #321
    Join Date
    Dec 2013
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    29 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    http://villavu.com/forum/showthread....53#post1275853

    try searching the forums beforehands next time
    Lol i dont have access to that page... fml

  22. #322
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Sharlet6 View Post
    Lol i dont have access to that page... fml
    sorry, didn't see that , my bad lol

    Creds to DannyRS for this wonderful sig!

  23. #323
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Sharlet6 View Post
    Lol i dont have access to that page... fml
    http://nala.villavu.com/downloads/ma...823ddd4e5e3d8/ this is the link in that thread.

  24. #324
    Join Date
    Mar 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    WHERE is SUPPORT section?

    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...
    ---- Waiting for lobby screen...

    And kindly please what do I do with the error above.

  25. #325
    Join Date
    Jan 2014
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    My simba player manger list wont save

Page 13 of 15 FirstFirst ... 31112131415 LastLast

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
  •