Page 77 of 79 FirstFirst ... 27677576777879 LastLast
Results 1,901 to 1,925 of 1956

Thread: How to install/setup Simba for RS3

  1. #1901
    Join Date
    Oct 2010
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    hello,
    I followed this guide exactly how it says to do. I used the test script and a runescape window popped up. but as soon as I tried to use a real script (one of the smithing scripts) I open the file and then load my saved player when the pop up window appears and then all it says is "SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (24-08-15 at 11.17.07 PM).txt" and no runescape window pops up at all. this has happened with all the scripts I have tried. is there anything I'm doing wrong? if anyone could help that would be great
    thank you in advance!

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

    Default

    Quote Originally Posted by cross i h 90 View Post
    hello,
    I followed this guide exactly how it says to do. I used the test script and a runescape window popped up. but as soon as I tried to use a real script (one of the smithing scripts) I open the file and then load my saved player when the pop up window appears and then all it says is "SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (24-08-15 at 11.17.07 PM).txt" and no runescape window pops up at all. this has happened with all the scripts I have tried. is there anything I'm doing wrong? if anyone could help that would be great
    thank you in advance!
    Hi, if the script uses a player form, and you can ENABLE SRL debugging through it, please do so and post back with the detailed debug provided. However, if the scripts do not use a player form, if you scroll down to the last part of any script, will find a line similar to the following:

    Simba Code:
    disableSRLDebug := true;

    //or

    disabaleSRLDebug := players[currentPlayer].booleans[#];


    // change that line to EXACTLY the following!

    disableSRLDebug := false;

    afterwards, post with the more detailed debugging information provided through Simba.

  3. #1903
    Join Date
    Aug 2015
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i have a problem so every time i get any script from this website i launch it with the green button and then nothing wants to come up this is my debug log below i hope any could fix this problem for me yes i have updated SRL and SPS and the Simba everything is up to date.


    Loading extension C:\Simba\Extensions\associate.sex
    Extension Disabled - Did not compile
    [Error] (14:3): Duplicate identifier 'TCharArray' at line 14
    Loading extension C:\Simba\Extensions\extension.sex
    Extension Enabled
    Extensions Updater Enabled!
    Loading extension C:\Simba\Extensions\srl.sex
    Extension Enabled
    SRL Updater Enabled!
    SPS Updater Enabled!
    Plugins Updater Enabled!
    Loaded Font BigChars
    Loaded Font CharsNPC
    Loaded Font CharsNPC07
    Loaded Font CharsTrade
    Loaded Font CharsTrade07
    Loaded Font FriendChars
    Simba news:

    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

    Hakuna Matata!

    [1] https://villavu.com/forum/showthread.php?t=110430
    [2] https://github.com/MerlijnWajer/Simb...ag/simba-1.1.0

    Loaded Font LoginChars
    Loaded Font MouseoverChars
    Loaded Font SmallChars
    Loaded Font SmallChars07
    Loaded Font SmallCharsNS
    Loaded Font StatChars
    Loaded Font StatChars07
    Loaded Font UpChars
    Loaded Font UpChars07
    Loaded Font UpChars07_s
    Loaded Font UpCharsEx
    Loaded Font XPChars
    Loaded Font UpChars_s
    Error: File "SRL\SRL.simba" not found at line 5
    Compiling failed.

  4. #1904
    Join Date
    Jun 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the guide, easy to understand. got mine to work in around 3 minutes.

  5. #1905
    Join Date
    Oct 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Where is the AIO superheater (the player file thing). Sorry I'm new to this and don't really know :/

  6. #1906
    Join Date
    Mar 2014
    Location
    East Coast, USA
    Posts
    291
    Mentioned
    10 Post(s)
    Quoted
    148 Post(s)

    Default

    Quote Originally Posted by karta345 View Post
    Where is the AIO superheater (the player file thing). Sorry I'm new to this and don't really know :/
    You may want to check here. https://villavu.com/forum/forumdisplay.php?f=419 The forums are easy enough to use, just keep looking around for the RS3 Section

  7. #1907
    Join Date
    Jul 2012
    Posts
    85
    Mentioned
    2 Post(s)
    Quoted
    43 Post(s)

    Default

    Alrighty, I'm having some difficulty. Couple questions here.

    I installed Java7 u80 and SMART crashes every time I tried to change the settings to OpenGL.
    I'm also unable to change to OpenGL on the regular RS launcher.

    I've tried changing the PATH of the system variable but I can't seem to find "C:\path\to\the\jre\bin" that Coh3n linked to in the OP.
    I currently have PATH appended to C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip


    I know this is a common problem, I just can't quite figure it out. Any help is appreciated!
    I'm able to run scripts, but I'm having the 'cannot find lobby problem' on this thread https://villavu.com/forum/issue.php?issueid=432

  8. #1908
    Join Date
    Jan 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I am trying this on mac, but it's not easy

  9. #1909
    Join Date
    Feb 2013
    Location
    The Boonies
    Posts
    203
    Mentioned
    9 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by yaro View Post
    I am trying this on mac, but it's not easy
    WineBottler it! I remember a stint where I only had access to a mac and that made it a breeze.

  10. #1910
    Join Date
    May 2013
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Quote Originally Posted by Nava2 View Post
    Well done, always feel free to PM anyone with a Purple, black, or Red name. They will be more than happy to help you out!
    SMART DIDNT POP UP FOR ME it opens my documents folder del after.jpg


    ------ Failed to spawn a SMART client
    ---- initSmart() result = False
    ---- Waiting up to 5 minutes for RS to load...
    ---- 1 minute(s) have passed, client is not ready yet
    ---- 2 minute(s) have passed, client is not ready yet
    ---- 3 minute(s) have passed, client is not ready yet
    ---- 4 minute(s) have passed, client is not ready yet
    ---- Client is taking too long to load, terminating...
    -- setupSRL(): False
    -- Succesfully freed SMART[0]
    Successfully executed.

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

    Default

    Quote Originally Posted by maxlvs View Post
    SMART DIDNT POP UP FOR ME it opens my documents folder del after.jpg


    ------ Failed to spawn a SMART client
    ---- initSmart() result = False
    ---- Waiting up to 5 minutes for RS to load...
    ---- 1 minute(s) have passed, client is not ready yet
    ---- 2 minute(s) have passed, client is not ready yet
    ---- 3 minute(s) have passed, client is not ready yet
    ---- 4 minute(s) have passed, client is not ready yet
    ---- Client is taking too long to load, terminating...
    -- setupSRL(): False
    -- Succesfully freed SMART[0]
    Successfully executed.
    Are you sure you have Java installed? This happened to me once when I forgot to install java

  12. #1912
    Join Date
    May 2013
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Quote Originally Posted by fady View Post
    Are you sure you have Java installed? This happened to me once when I forgot to install java
    no i do have java i went to the step 1 on this guide and got new verision of java then checked
    congratulation you have the recommended java version 8 update 65

  13. #1913
    Join Date
    Nov 2015
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I keep getting army does not exist.. Any idea why? I saved army and player.. But when i try to start script it cannot find

  14. #1914
    Join Date
    Dec 2015
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    I am getting this error message:
    No UserAgent detected. Opening up webpage to get userAgent
    It brings me to a page and tells me to "copy and paste" into a form.

    Any idea of what to do?

    Thanks!

  15. #1915
    Join Date
    Nov 2013
    Location
    Lithuania
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    74 Post(s)

    Default

    Is java 7 requirement now? I have java 6. No scripts start with latest simba.

  16. #1916
    Join Date
    Dec 2015
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great guide. Took me a little bit but I got it up and running

  17. #1917
    Join Date
    Oct 2011
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Hey everyone, been trying to install Simba but he doesn't manage to find my Java folder, even though I have installed both JRE 7 and JRE 8 (had installed JRE 8 first, but after it couldn't find it, also tried installing JRE 7 to be sure that it wasn't just the version difference)

    -- 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 (x86)\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://world16.runescape.com/, f7686221572173856325]
    -------- Using plugins "OpenGL32.dll,d3d9.dll"
    ------ Failed to spawn a SMART client
    ---- initSmart() result = False

    It can neither find Java (which should be in "C:\Program Files\Java\") nor spawn a SMART client (which I assume to can't because of it failing to find Java). Looking through the script that defines the procedure for finding Java, I saw that it should look through "C:\Program Files\Java\", so I can't think of any reason why it can't find my Java. I'm running Windows 7 if that's of any help. Both JDK and JRE have been added to my PATH, but just JRE 8 and not JRE 7, but it doesn't seem to me that that's the cause of this. Can anyone help me out?

  18. #1918
    Join Date
    Oct 2011
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Now don't take my word for it, but my first impression would be that you haven't updated SRL (on the top of your Simba program you'll find SRL, click on it and click "check for updates", but I'm not sure that that'll fix the problem.

  19. #1919
    Join Date
    Jan 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Have java and SMART v8.3 works but this error when i run msi(its not on menu)! RUN ME
    Error: Duplicate declaration "AddDTM" at line 161
    Compiling failed.

  20. #1920
    Join Date
    Dec 2015
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Im using the smart client to bot and is it weird that most scripts only works in directx & not opengl ?

    I've tried the VW Miner, Evergreen Chopper, some combat scripts etc.

  21. #1921
    Join Date
    Jun 2014
    Posts
    369
    Mentioned
    14 Post(s)
    Quoted
    217 Post(s)

    Default

    Quote Originally Posted by Gliahu View Post
    Im using the smart client to bot and is it weird that most scripts only works in directx & not opengl ?

    I've tried the VW Miner, Evergreen Chopper, some combat scripts etc.
    color mate.
    https://villavu.com/forum/image.php?type=sigpic&userid=147422&dateline=14358  53409

  22. #1922
    Join Date
    Dec 2015
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by WYD View Post
    color mate.
    Should I continue using directx ? cause the guide mentions to use opengl for smart.

  23. #1923
    Join Date
    Apr 2016
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Hi,

    I just downloaded Simba and followed the instructions at the beginning of this thread and tried to update the SRL/SPS extensions. Simba said there were no updates. I do not have the SRL/SPS folders in my Simba>Includes folder for some reason. Did I forget a step? I'm getting this debug message when I try to compile.

    Loading extension C:\Simba\Extensions\associate.sex
    Extension Disabled - Did not compile
    [Error] (14:3): Duplicate identifier 'TCharArray' at line 14
    Loading extension C:\Simba\Extensions\extension.sex
    Extension Enabled
    Extensions Updater Enabled!
    Loading extension C:\Simba\Extensions\srl.sex
    Extension Enabled
    SRL Updater Enabled!
    SPS Updater Enabled!
    Plugins Updater Enabled!
    Loaded Font BigChars
    Simba news:

    simba.villavu.com was down a for a bit - and it seems Simba doesn't cope
    with that too well. (We should fix that)
    I made regular backups, and I've now moved everything to another server,
    which is supposed to be even faster.

    Recently some developers have been working on Simba quite a bit again, and
    we're hoping to a new release (with many, many new features) over the next month.

    8 January 2016, Wizzup

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


    Hakuna Matata!

    Loaded Font CharsNPC
    Loaded Font CharsNPC07
    Loaded Font CharsTrade
    Loaded Font CharsTrade07
    Loaded Font FriendChars
    Loaded Font LoginChars
    Loaded Font MouseoverChars
    Loaded Font SmallChars
    Loaded Font SmallChars07
    Loaded Font SmallCharsNS
    Loaded Font StatChars
    Loaded Font StatChars07
    Loaded Font UpChars
    Loaded Font UpChars07
    Loaded Font UpChars07_s
    Loaded Font UpCharsEx
    Loaded Font XPChars
    Loaded Font UpChars_s
    Error: File "srl-6/srl.simba" not found at line 3
    Compiling failed.

  24. #1924
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    141 Post(s)

    Default

    Quote Originally Posted by plinkus View Post
    Hi,

    I just downloaded Simba and followed the instructions at the beginning of this thread and tried to update the SRL/SPS extensions. Simba said there were no updates. I do not have the SRL/SPS folders in my Simba>Includes folder for some reason. Did I forget a step? I'm getting this debug message when I try to compile.

    Loading extension C:\Simba\Extensions\associate.sex
    Extension Disabled - Did not compile
    [Error] (14:3): Duplicate identifier 'TCharArray' at line 14
    Loading extension C:\Simba\Extensions\extension.sex
    Extension Enabled
    Extensions Updater Enabled!
    Loading extension C:\Simba\Extensions\srl.sex
    Extension Enabled
    SRL Updater Enabled!
    SPS Updater Enabled!
    Plugins Updater Enabled!
    Loaded Font BigChars
    Simba news:

    simba.villavu.com was down a for a bit - and it seems Simba doesn't cope
    with that too well. (We should fix that)
    I made regular backups, and I've now moved everything to another server,
    which is supposed to be even faster.

    Recently some developers have been working on Simba quite a bit again, and
    we're hoping to a new release (with many, many new features) over the next month.

    8 January 2016, Wizzup

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


    Hakuna Matata!

    Loaded Font CharsNPC
    Loaded Font CharsNPC07
    Loaded Font CharsTrade
    Loaded Font CharsTrade07
    Loaded Font FriendChars
    Loaded Font LoginChars
    Loaded Font MouseoverChars
    Loaded Font SmallChars
    Loaded Font SmallChars07
    Loaded Font SmallCharsNS
    Loaded Font StatChars
    Loaded Font StatChars07
    Loaded Font UpChars
    Loaded Font UpChars07
    Loaded Font UpChars07_s
    Loaded Font UpCharsEx
    Loaded Font XPChars
    Loaded Font UpChars_s
    Error: File "srl-6/srl.simba" not found at line 3
    Compiling failed.
    At the top of simba go to the "View" drop down menu and select "Extensions" and make sure they look like this:


    Once that is done go to the "Extensions" "SRL" "SPS" and "Plugins" drop downs and select the update button for each one. If you select check for update it won't always update, if you click "update" it should force it to download the most recent ones unless I am wrong.



    or also check to see if the script you are running has the "srl-6/slr.simba" at the top like shown:


  25. #1925
    Join Date
    Apr 2016
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Thanks for your response. I have succeeded in updating all of the extensions and plugins, I think they were being blocked by a firewall before. However I still am seeing this error when I have "associate.sex" enabled:

    Loading extension C:\Simba\Extensions\associate.sex
    Extension Disabled - Did not compile
    [Error] (14:3): Duplicate identifier 'TCharArray' at line 14

    I have tried this on 2 different computers and they both have this issue. Instead of seeing a Version # for associate.sex I see NA. I can run scripts but they don't seem to work quite right. I don't know if it's related to that extension or not.

    Thanks.

Page 77 of 79 FirstFirst ... 27677576777879 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
  •