Page 75 of 79 FirstFirst ... 25657374757677 ... LastLast
Results 1,851 to 1,875 of 1956

Thread: How to install/setup Simba for RS3

  1. #1851
    Join Date
    Jul 2014
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    im trying to download simba 1.1 but when i click on download on the homepage website it says i am downloading only 1.0? please help.

    it says for my currrent news when i open up simba.

    Simba "Zealous Bugger" 1.1.0 has been released!
    You can read all about it here[1], or head over to
    the Github release page[2]

    SRL-6 will remain backwards compatible with Simba 1.0 for some time, but we
    encourage everyone to upgrade to the latest and greatest!

    In a few days Simba 1.1.0 (version 1100) will also appear in the auto
    updater.

    If there are bugs, please - as always - let us know. We'll do our best to
    fix them for you!

    As always, see you on our homepage; https://villavu.com

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

    Default

    Quote Originally Posted by tokoolman View Post
    im trying to download simba 1.1 but when i click on download on the homepage website it says i am downloading only 1.0? please help.

    it says for my currrent news when i open up simba.

    Simba "Zealous Bugger" 1.1.0 has been released!
    You can read all about it here[1], or head over to
    the Github release page[2]

    SRL-6 will remain backwards compatible with Simba 1.0 for some time, but we
    encourage everyone to upgrade to the latest and greatest!

    In a few days Simba 1.1.0 (version 1100) will also appear in the auto
    updater.

    If there are bugs, please - as always - let us know. We'll do our best to
    fix them for you!

    As always, see you on our homepage; https://villavu.com
    You have 1.1.0, don't worry. The installer still says 1.0.
    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

  3. #1853
    Join Date
    Apr 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi,

    I am using OpenGL32.dll, d3d9.dll

    When runescape is done updating/checking for updates, the smart client closes (right when it's at the point where it should be displaying the login form)

    Any advice?

    Thanks

  4. #1854
    Join Date
    Jul 2014
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    ------ 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 (x86)\Java\jre7\bin\javaw.exe
    -------- getJavaPath()
    -------- Using parameters [http://world18.runescape.com/, f4824638061563946565]
    -------- Using plugins "d3d9.dll"
    ------ Failed to spawn a SMART client
    ---- initSmart()
    ---- attempting to spawn smart, attempt #: 5
    ---- 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 (x86)\Java\jre7\bin\javaw.exe
    -------- getJavaPath()
    -------- Using parameters [http://world1.runescape.com/, f24388959485935460]
    -------- Using plugins "d3d9.dll"
    ------ Failed to spawn a SMART client
    ---- initSmart()
    ---- attempting to spawn smart, attempt #: 6
    ---- 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 (x86)\Java\jre7\bin\javaw.exe
    -------- getJavaPath()
    -------- Using parameters [http://world9.runescape.com/, f5379894793038346308]
    -------- Using plugins "d3d9.dll"
    ------ Failed to spawn a SMART client
    ---- initSmart()

    this started to happen with the new java 8? but i deleted it and i installed java 7?

    installed the 64 now i get this message

    ---------- 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://world39.runescape.com/, f4808401961722454853]
    -------- Using plugins "OpenGL32.dll,d3d9.dll"
    ------ Failed to spawn a SMART client
    Last edited by tokoolman; 03-08-2015 at 04:53 PM.

  5. #1855
    Join Date
    Jul 2014
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    fixed my problem ty lol

  6. #1856
    Join Date
    Mar 2015
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    When I try to run:

    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.

    I get the error:

    Exception in Script: Unknown compiler directives at 12:3

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

    Default

    Quote Originally Posted by RiotGamesCEO View Post
    When I try to run:

    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.

    I get the error:

    Exception in Script: Unknown compiler directives at 12:3
    Script > Interpreter > Lape
    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

  8. #1858
    Join Date
    Apr 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by imjustdownloading View Post
    Hi,

    I am using OpenGL32.dll, d3d9.dll

    When runescape is done updating/checking for updates, the smart client closes (right when it's at the point where it should be displaying the login form)

    Any advice?

    Thanks
    Additional info:

    Running Centos 7
    JRE 1.7 , followed instructions by video guide.

    end result:
    SMART crashes upon loading the RuneScape "login" panel.

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

    Default

    @Coh3n; request to add the removal of the game clock as a standard SRL interface setup. Using the Old School interface layout w/fixed-screen mode, the game clock hovers right over the tab area on the right side of the screen.

    This causes issues with many functions that interact with the gametab. An example of the problem is seen here, notice the camera covering the backpack tab, and the resulting error.

    I believe the game clock will always position itself as shown in the screenshots, if a user were to follow all SRL setup directions, but not touch the clock.
    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

  10. #1860
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    @Coh3n; request to add the removal of the game clock as a standard SRL interface setup. Using the Old School interface layout w/fixed-screen mode, the game clock hovers right over the tab area on the right side of the screen.

    This causes issues with many functions that interact with the gametab. An example of the problem is seen here, notice the camera covering the backpack tab, and the resulting error.

    I believe the game clock will always position itself as shown in the screenshots, if a user were to follow all SRL setup directions, but not touch the clock.
    I second that motion! Also moving the subscribe button to the bottom right corner of the back pack or the the chat box, because most scripts will ask for that anyway.

  11. #1861
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    I'm trying to set simba up for friend and I get this error : Error: File "srl/srl.simba" not found at line 2
    Compiling failed. Simba is set up but it won't run any scripts (this is for a rsps)

  12. #1862
    Join Date
    Mar 2015
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have a question. Simba was working fine until this afternoon when I started to get an error that said, "Error: Duplicate declaration "copy" at line 34" then a new line and "Compiling failed." It would also bring up a "tpointarrays" file. I don't know what happened and I don't know how to fix it. Thanks for the help.

  13. #1863
    Join Date
    Sep 2014
    Posts
    112
    Mentioned
    5 Post(s)
    Quoted
    55 Post(s)

    Default

    Same as the above two! @The Mayor any help you can offer??

    This is the error:

    Error: Duplicate declaration "copy" at line 296
    Compiling failed.

    Function at Line 296:

    function TStringArray.copy(const sindex, eindex : Integer): TStringArray;
    begin
    result := System.copy(self, sindex, eindex-sindex+1);
    end;


    Opens up a "common" page when I press run.

    occurs when opening any script. I've been botting for months and never had an issue. I've changed nothing on the bot either, not sure why I'm getting this

  14. #1864
    Join Date
    Feb 2015
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by cbrems View Post
    Same as the above two! @The Mayor any help you can offer??

    This is the error:

    Error: Duplicate declaration "copy" at line 296
    Compiling failed.

    Function at Line 296:

    function TStringArray.copy(const sindex, eindex : Integer): TStringArray;
    begin
    result := System.copy(self, sindex, eindex-sindex+1);
    end;


    Opens up a "common" page when I press run.

    occurs when opening any script. I've been botting for months and never had an issue. I've changed nothing on the bot either, not sure why I'm getting this
    Getting the same thing, only recently started happening.

  15. #1865
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by Buxtons View Post
    Getting the same thing, only recently started happening.
    @Zyt3x;


    E: OK looks like some bad commits were pushed to SRL-6. Zyt3k ain't online so may take a while for me to track down.
    Last edited by The Mayor; 03-27-2015 at 02:38 AM.

  16. #1866
    Join Date
    Feb 2015
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    @Zyt3x;


    E: OK looks like some bad commits were pushed to SRL-6. Zyt3k ain't online so may take a while for me to track down.
    Thanks for the response.

  17. #1867
    Join Date
    Sep 2014
    Posts
    112
    Mentioned
    5 Post(s)
    Quoted
    55 Post(s)

    Default

    Quote Originally Posted by Buxtons View Post
    Thanks for the response.
    Double thanks for the response

  18. #1868
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    OK there were multiple bugs so I just reverted all of the commits to SRL-6 today. Give it 15 min to sync with the server then you should be able to update SRL-6 to rev 1106.

  19. #1869
    Join Date
    Sep 2014
    Posts
    112
    Mentioned
    5 Post(s)
    Quoted
    55 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    OK there were multiple bugs so I just reverted all of the commits to SRL-6 today. Give it 15 min to sync with the server then you should be able to update SRL-6 to rev 1106.
    You're so great, thanks!

  20. #1870
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by cbrems View Post
    You're so great, thanks!
    OK looks like the server didn't sync correctly so the old files are still in 1106 (happens like 1 in every 100 times). It syncs every hour so you're gonna have to wait 45 more minutes (or just download the zip from github)

  21. #1871
    Join Date
    Jul 2008
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the update

  22. #1872
    Join Date
    Sep 2014
    Posts
    112
    Mentioned
    5 Post(s)
    Quoted
    55 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    OK looks like the server didn't sync correctly so the old files are still in 1106 (happens like 1 in every 100 times). It syncs every hour so you're gonna have to wait 45 more minutes (or just download the zip from github)
    No problem. You're correct, this is the case. I will let you know if it's successful!

    EDIT: Works great. The Mayor said in another post to force an update if needed

    SRL > Settings > Override Update

    Then click update again.

    Thanks Mayor!

  23. #1873
    Join Date
    May 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I've followed all the guides and everything, and when i try to run this
    program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}

    begin
    SetupSRL();
    end.
    i get the error
    Error: File "SRL/SRL.simba" not found at line 3
    Compiling failed.
    Looking into my Simba files; there is absolutely no files in the "SRL" folder?

    Any ideas?

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

    Default

    Quote Originally Posted by PsychoticPk View Post
    there is absolutely no files in the "SRL" folder?
    You are correct, because the "SRL" folder houses the files for the Scripting Resource Library revision 5 (commonly known as SRL-5).

    SRL-5 was abandoned after the release of RS3, and SRL-6 took its place. What that means for you is that any script that includes SRL/SRL.simba (as yours does) is now outdated.

    SRL-5 is still available in the official repository, but it is no longer maintained and will not work for RS3. SRL-5's only practical function is to interact with RS emulators that retain the old RS2 UI.
    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

  25. #1875
    Join Date
    Mar 2015
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Ok so i followed the instructions, but i keep getting this message and i tried everything to fix it but nothing seems to work. Can someone help me please...






    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (31-03-15 at 12.31.00 AM).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
    ---------- ERROR: Failed To Find Path: C:\Program Files\Java\
    ---------- 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://world9.runescape.com/, f7704845949139108581]
    -------- Using plugins "OpenGL32.dll,d3d9.dll"
    ------ Failed to spawn a SMART client
    ---- initSmart()

Page 75 of 79 FirstFirst ... 25657374757677 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 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
  •