Page 73 of 79 FirstFirst ... 23637172737475 ... LastLast
Results 1,801 to 1,825 of 1956

Thread: How to install/setup Simba for RS3

  1. #1801
    Join Date
    Feb 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by Camel View Post
    Using plugins "d3d9.dll"

    The script you're using is using DirectX. You might be in OpenGL as the setup guide says to use OpenGL. So try out DirectX, because what you're describing sounds like being in the wrong graphics mode.
    I've tried DirectX mode but it also doesn't work. This is the debug from another script that uses OpenGL:
    Code:
    [0:00:03]: -- setupSRL()
    [0:00:03]: ---- Setting up SRL...
    [0:00:03]: ---- attempting to spawn smart, attempt #: 1
    [0:00:03]: ---- initSmart():
    [0:00:03]: ------ Attempting to pair to a previously spawned client
    [0:00:03]: ------ smartPairToExistingClient():
    [0:00:03]: -------- Found no free clients to pair to
    [0:00:03]: ------ smartPairToExistingClient(): result = false
    [0:00:03]: ------ Attempting to spawn a new client..
    [0:00:03]: ------ smartCreateClient():
    [0:00:03]: ---------- smartGetParameters(): Succesfully grabbed paramters
    [0:00:03]: -------- getJavaPath():
    [0:00:03]: ---------- Attempting to search for your Java path
    [0:00:03]: ---------- Found your java path @ C:\Program Files\Java\jre7\bin\javaw.exe
    [0:00:03]: -------- getJavaPath()
    [0:00:03]: -------- Using parameters [http://world24.runescape.com/, f582104773073653445]
    [0:00:03]: -------- Using plugins "opengl32.dll,d3d9.dll"
    [0:00:08]: -------- Succesfully spawned a client, attempting to target
    [0:00:08]: ---------- smartSetAsTarget(): Succesfully set SMART[53] as Simba's target
    [0:00:08]: ------ smartCreateClient(): result = true
    [0:00:08]: ------ Succesfully initialized via spawning a new client
    [0:00:08]: ---- initSmart()
    [0:00:08]: ------ smartSetupDrawing(): Succesfully setup SMART drawing
    [0:00:08]: ---- Waiting up to 5 minutes for RS to load...
    [0:01:09]: ---- 1 minute(s) have passed, client is not ready yet
    [0:02:09]: ---- 2 minute(s) have passed, client is not ready yet
    [0:03:17]: ---- 3 minute(s) have passed, client is not ready yet
    [0:04:09]: ---- 4 minute(s) have passed, client is not ready yet
    The following bitmaps were not freed: [Minimap Mask, SMART Debug Image]

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

    Default

    Hey, I keep getting this problem and smart never loads:

    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (18-12-14 at 08.49.42 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
    ---------- Found your java path @ C:\Program Files (x86)\Java\jre1.8.0_25\bin\java.exe
    -------- getJavaPath()
    -------- Using parameters [http://world15.runescape.com/, f2495207894498677092]
    -------- Using plugins "OpenGL32.dll,d3d9.dll"

  3. #1803
    Join Date
    Jul 2012
    Location
    England
    Posts
    144
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    Hi, I'm receiving this error when trying to start a script:

    FATAL ERROR: sps.setup(): Unable to find map, searched path C:\Simba\Includes\SPS\img\Runescape_Surface\GE.png

    I have tried reinstalling simba multiple times with no success with this error.
    Also, I tried to force the SPS update, no luck at all, as there is no runescape_surface map in the folder.

    Hopefully this is the appropriate place to post this error.

  4. #1804
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Quote Originally Posted by msemtex View Post
    Hi, I'm receiving this error when trying to start a script:

    FATAL ERROR: sps.setup(): Unable to find map, searched path C:\Simba\Includes\SPS\img\Runescape_Surface\GE.png

    I have tried reinstalling simba multiple times with no success with this error.
    Also, I tried to force the SPS update, no luck at all, as there is no runescape_surface map in the folder.

    Hopefully this is the appropriate place to post this error.
    I'm glad that you've made a decent attempt that fixing the issue before posting. You're very close, so I'll offer a hint rather than pointing it out for you directly.

    You are looking for a file named "runescape_other", but that is not what you're being told is missing.

    If you still don't get it after taking another look, I'll tell you.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  5. #1805
    Join Date
    Jul 2012
    Location
    England
    Posts
    144
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    Quote Originally Posted by Incurable View Post
    I'm glad that you've made a decent attempt that fixing the issue before posting. You're very close, so I'll offer a hint rather than pointing it out for you directly.

    You are looking for a file named "runescape_other", but that is not what you're being told is missing.

    If you still don't get it after taking another look, I'll tell you.
    Appreciate the response! I had a look over both files again, there are no .png map files in runescape_other, there's one map file titled air_alter_path in runescape_surface. Apparent that there aren't enough map files that cover the entire RS map.

  6. #1806
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Quote Originally Posted by msemtex View Post
    Appreciate the response! I had a look over both files again, there are no .png map files in runescape_other, there's one map file titled air_alter_path in runescape_surface. Apparent that there aren't enough map files that cover the entire RS map.
    And there's the problem, the map that the script you're trying to run is trying to use doesn't exist in your folder, so you need to find it. Usually a map is provided by the writer in the script thread. If it's not, ask about it on that thread.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  7. #1807
    Join Date
    Feb 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by Camel View Post
    Using plugins "d3d9.dll"

    The script you're using is using DirectX. You might be in OpenGL as the setup guide says to use OpenGL. So try out DirectX, because what you're describing sounds like being in the wrong graphics mode.
    Seems like other people are also experiencing this problem, and nobody has a solution for it:
    https://villavu.com/forum/showthread.php?t=108321
    https://villavu.com/forum/showthread.php?t=107131

    I have tried every graphics setting that could possibly work, reinstalling everything and downloading new DirectX and OpenGL plugins. No script will run for me, and I've even tried it on multiple computers.

  8. #1808
    Join Date
    Jul 2012
    Location
    England
    Posts
    144
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    Quote Originally Posted by Incurable View Post
    And there's the problem, the map that the script you're trying to run is trying to use doesn't exist in your folder, so you need to find it. Usually a map is provided by the writer in the script thread. If it's not, ask about it on that thread.
    I seem to remember a while ago that the SPS updater downloaded the entire RS map and the script writers would reference those images. I will take a look on the thread!

    EDIT: Taken a look on the thread, no references to any separate downloads. This is the link to that thread for reference: https://villavu.com/forum/showthread.php?t=110417

  9. #1809
    Join Date
    Dec 2014
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Just updated, now at the login screen my username auto enters: my login ID followed by my visible password; then leaves the password field blank.
    Last edited by Nottabot; 12-21-2014 at 10:27 PM.

  10. #1810
    Join Date
    Aug 2014
    Posts
    278
    Mentioned
    10 Post(s)
    Quoted
    113 Post(s)

    Default

    Could just be a lag issue. that happens.

  11. #1811
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Quote Originally Posted by msemtex View Post
    I seem to remember a while ago that the SPS updater downloaded the entire RS map and the script writers would reference those images. I will take a look on the thread!

    EDIT: Taken a look on the thread, no references to any separate downloads. This is the link to that thread for reference: https://villavu.com/forum/showthread.php?t=110417
    That was a looooong time ago now, and is no longer a thing. Instead, we make our own images and either have them automatically download for you when you run the script for the first time, or place them in our thread for people to use. I'm not sure why Bly hasn't included one. I assume the script is outdated or something.

    Quote Originally Posted by Nottabot View Post
    Just updated, now at the login screen my username auto enters: my login ID followed by my visible password; then leaves the password field blank.
    That's usually just lag, run the script manually when SMART is already open and it should log you in just fine.

    Quote Originally Posted by Ashley View Post
    Seems like other people are also experiencing this problem, and nobody has a solution for it:
    https://villavu.com/forum/showthread.php?t=108321
    https://villavu.com/forum/showthread.php?t=107131

    I have tried every graphics setting that could possibly work, reinstalling everything and downloading new DirectX and OpenGL plugins. No script will run for me, and I've even tried it on multiple computers.
    That makes no sense, what script are you trying to run?
    Last edited by Incurable; 12-22-2014 at 01:59 AM.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  12. #1812
    Join Date
    Feb 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by Incurable View Post
    That makes no sense, what script are you trying to run?
    I have tried multiple scripts from the public RS3 scripts section here without a single one working. Simba just refuses to interact with my SMART window. The familiar red dot that indicates the cursor position is missing. It does not login with a simple declarePlayers function or with the player manager. After manually logging in, no script will do anything.

    I've had this problem since RS3 came out, at first I thought RS3 must have broke the scripts, but I'm still having this issue after such a long time

  13. #1813
    Join Date
    May 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Thanks for the tutorial, everything was explained excellently.

  14. #1814
    Join Date
    May 2014
    Posts
    633
    Mentioned
    8 Post(s)
    Quoted
    322 Post(s)

    Default

    Quote Originally Posted by Ashley View Post
    I have tried multiple scripts from the public RS3 scripts section here without a single one working. Simba just refuses to interact with my SMART window. The familiar red dot that indicates the cursor position is missing. It does not login with a simple declarePlayers function or with the player manager. After manually logging in, no script will do anything.

    I've had this problem since RS3 came out, at first I thought RS3 must have broke the scripts, but I'm still having this issue after such a long time
    If it says waiting for smart window to load X minutes in the chatbox, it's probably something to do with your graphics setting (directx/opengl), otherwise maybe your script is not calling 'setupSRL' as this is the only other time I've had no response from the client.

  15. #1815
    Join Date
    Jan 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I'm getting an error when I'm trying to run the test code:

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

    begin
    clearDebug();
    setupSRL();
    end.

    This keeps showing up:
    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (06-01-15 at 06.58.37 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://world59a.runescape.com/, f6964753295868229733]
    -------- Using plugins "OpenGL32.dll,d3d9.dll"
    error.png

  16. #1816
    Join Date
    Jan 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I'm trying to install it and I keep coming up with this error:

    error.png

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

    Default

    Quote Originally Posted by mysterion View Post
    I'm trying to install it and I keep coming up with this error:

    error.png
    Download & install the Windows x86 version of this.
    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

  18. #1818
    Join Date
    Jan 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Would that be the problem? Cause that isn't the latest version of java available so i'm not sure

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

    Default

    Quote Originally Posted by mysterion View Post
    Would that be the problem? Cause that isn't the latest version of java available so i'm not sure
    I wouldn't have told you to do it if it wouldn't fix your problem SMART looks for 32-bit Java 7, which is what I linked you to.
    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

  20. #1820
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    I wouldn't have told you to do it if it wouldn't fix your problem SMART looks for 32-bit Java 7, which is what I linked you to.
    Java 8 also works.

    It just needs 32bit.

  21. #1821
    Join Date
    Jan 2015
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Error: File "srl-6/srl.simba" not found at line 4
    Compiling failed.

    what is???

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

    Default

    Quote Originally Posted by masterbalans View Post
    Error: File "srl-6/srl.simba" not found at line 4
    Compiling failed.

    what is???
    https://villavu.com/forum/showthread.php?t=47714
    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

  23. #1823
    Join Date
    Jan 2015
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Plugin(libsmartremote32) has not been found. i tried re-installing and using simba_plugins.tar fix and i'm still getting the same problem. i looked for a really long time on forums for a fix but none of them work.

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

    Default

    Quote Originally Posted by Wreckssauce View Post
    Plugin(libsmartremote32) has not been found. i tried re-installing and using simba_plugins.tar fix and i'm still getting the same problem. i looked for a really long time on forums for a fix but none of them work.
    Screenshot the contents on "C:\Simba\Plugins" and post here please
    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. #1825
    Join Date
    Jan 2015
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Last edited by Wreckssauce; 01-20-2015 at 03:39 AM.

Page 73 of 79 FirstFirst ... 23637172737475 ... LastLast

Thread Information

Users Browsing this Thread

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