Page 57 of 79 FirstFirst ... 747555657585967 ... LastLast
Results 1,401 to 1,425 of 1956

Thread: How to install/setup Simba for RS3

  1. #1401
    Join Date
    Aug 2013
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    the full simba code after {$DEFINE SMART8} there is more isn't there or do I run just that? then open my script file?

  2. #1402
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by arotane View Post
    the full simba code after {$DEFINE SMART8} there is more isn't there or do I run just that? then open my script file?
    The {$DEFINE SMART8} will be in the script that you download already, so you can just run the script. Make sure you follow the directions in the thread I linked earlier though or else the includes will not work with RS3.

    I need to go out now, but when I get back this evening I can help more

  3. #1403
    Join Date
    Aug 2013
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    okay so if I want to run the tear collector script then do I pull runescape website on explorer or is slr suppose to pop up a client? I believe im having trouble with srl it doesn't pop up a client to run the script off of

  4. #1404
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by arotane View Post
    okay so if I want to run the tear collector script then do I pull runescape website on explorer or is slr suppose to pop up a client? I believe im having trouble with srl it doesn't pop up a client to run the script off of
    The SMART client should pop up even if your include hasn't been edited. Does it give any error messages in the debug box?

  5. #1405
    Join Date
    Aug 2013
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    yeah it says it cant get sqlite3.dll so srl has replaced msi am I correct?

  6. #1406
    Join Date
    Aug 2013
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    could we just Skype about this and u walk me through this like from installing samba to adding srl5 master zip and adding smart

  7. #1407
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by arotane View Post
    could we just Skype about this and u walk me through this like from installing samba to adding srl5 master zip and adding smart
    Sure, my skype is srl.bmwxi . Btw it's Simba

    E: Problem fixed through TeamViewer. The sqlite3.dll thing was just an advisory or something, only problem was that SmartParams had not been adjusted for SMART8+

  8. #1408
    Join Date
    Aug 2013
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    its the check spell I type simba and it changes it to samba

  9. #1409
    Join Date
    Aug 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Before, entering this code works..
    program new;
    {$DEFINE SMART}
    {$i srl/srl.simba}

    begin
    setupSRL();
    end.
    Now, I get
    [Error] Includes\SRL/SRL/misc/SmartParams.Simba(293:136): Type mismatch at line 292
    Compiling failed.
    Help?
    Last edited by WestCoast123; 08-27-2013 at 02:25 AM.

  10. #1410
    Join Date
    Aug 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier
    'ImageSetClientArea' at line 695
    Compiling failed.

    above is the error i get when i try to run.

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

    begin
    ClearDebug();
    SetupSRL();
    end

  11. #1411
    Join Date
    Aug 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

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

    begin
    setupSRL();
    end.

    smart starts right up

  12. #1412
    Join Date
    Jan 2013
    Location
    Ohio
    Posts
    155
    Mentioned
    1 Post(s)
    Quoted
    76 Post(s)

    Default

    OK so i updated my computer from Windows Vista to Windows 7 Ultimate.
    Reinstalled Simba. Before updating to SMART 8 i was getting a fatal error.
    Updated to SMART 8. Got the Cant Spawn Client Error.

    Problem was i didnt have Java installed. Runs perfectly now.

  13. #1413
    Join Date
    Mar 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    After a little research I've fixed it.

    Thanks.
    Last edited by monster_eyes; 09-14-2013 at 12:25 PM.

  14. #1414
    Join Date
    Jul 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    I need a guide on downloading smart v8.2 and the new params.

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

    Default

    Updated for SRL-6!

  16. #1416
    Join Date
    Dec 2011
    Location
    Vancouver, Canada
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Program exception!
    Stacktrace:

    Exception class: EAccessViolation
    Message: Access violation
    $00403EE1
    $005EC927
    $0043313A
    $00435243
    $0042E03C
    $004323E2
    $0041ACA0
    $00418FEA
    $00420386
    $00427CB8
    Simba Version: 1000


    Getting this error, Any ideas why?

  17. #1417
    Join Date
    Aug 2013
    Location
    East Coast USA
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    First off, thanks for the release and hard work!

    I followed the guide and had some issues. I installed twice and ended up with no SRL6 folder.

    When I set the interpreter to LAPE as step 2a it worked.

    NBD but I never saw explore_folders.sex in the extensions dialog.

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

    Default

    Quote Originally Posted by CreaShun View Post
    Program exception!
    Stacktrace:

    Exception class: EAccessViolation
    Message: Access violation
    $00403EE1
    $005EC927
    $0043313A
    $00435243
    $0042E03C
    $004323E2
    $0041ACA0
    $00418FEA
    $00420386
    $00427CB8
    Simba Version: 1000


    Getting this error, Any ideas why?
    Not really sure, I've never seen that one before. Make sure you install the 32-bit version.

    Quote Originally Posted by b0bzilla View Post
    First off, thanks for the release and hard work!

    I followed the guide and had some issues. I installed twice and ended up with no SRL6 folder.

    When I set the interpreter to LAPE as step 2a it worked.

    NBD but I never saw explore_folders.sex in the extensions dialog.
    Explore folders probably isn't shipped with Simba; I'll remove it from the first post. Also, make sure you click SRL > Check for Update, and make sure the files download.

  19. #1419
    Join Date
    Sep 2013
    Location
    Latvia
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    38 Post(s)

    Default

    Hmh what about Script using on new Simba and SRL-6 im constantly getting errors.
    When I'm trying to start or compile script it shows duplicate identifier 'TCharArray' at line 13
    [Error] D:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(69:26): Invalid number of parameters at line 69

  20. #1420
    Join Date
    Mar 2010
    Posts
    152
    Mentioned
    1 Post(s)
    Quoted
    56 Post(s)

    Default

    Since updating to Simba 1.0 i get the following error "Exception in Script: Plugin(sps32) has not been found"

    I've checked and SPS32.so is there so i don't understand why i'm getting the error?

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

    Default

    Quote Originally Posted by arturiccc View Post
    Hmh what about Script using on new Simba and SRL-6 im constantly getting errors.
    When I'm trying to start or compile script it shows duplicate identifier 'TCharArray' at line 13
    [Error] D:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(69:26): Invalid number of parameters at line 69
    That has nothing to do with SRL-6. That is an SRL-OSR issue.

    Quote Originally Posted by GREEN GIANT View Post
    Since updating to Simba 1.0 i get the following error "Exception in Script: Plugin(sps32) has not been found"

    I've checked and SPS32.so is there so i don't understand why i'm getting the error?
    Also, nothing to do with SRL-6. SPS and SRL-6 are completely separate. And you want to make sure you have SPS32.dll, not .so (on Windows, I think).

  22. #1422
    Join Date
    Mar 2010
    Posts
    152
    Mentioned
    1 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    That has nothing to do with SRL-6. That is an SRL-OSR issue.

    Also, nothing to do with SRL-6. SPS and SRL-6 are completely separate. And you want to make sure you have SPS32.dll, not .so (on Windows, I think).
    But it could have something to do with the Simba 1.0 update right? I thought SRL-6 and Simba 1.0 are seperate things?

    As for the SPS32.so, there is also a file called SPS.dll.bak. I tried renaming this to SPS32.dll.bak but to no avail

  23. #1423
    Join Date
    Sep 2013
    Location
    Latvia
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    38 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    That has nothing to do with SRL-6. That is an SRL-OSR issue.

    Also, nothing to do with SRL-6. SPS and SRL-6 are completely separate. And you want to make sure you have SPS32.dll, not .so (on Windows, I think).
    Hmh thanks for explanation but how to fix that?

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

    Default

    Quote Originally Posted by GREEN GIANT View Post
    But it could have something to do with the Simba 1.0 update right? I thought SRL-6 and Simba 1.0 are seperate things?

    As for the SPS32.so, there is also a file called SPS.dll.bak. I tried renaming this to SPS32.dll.bak but to no avail
    I'm not sure why it has the .bak extension. Is there also a file called sps.dll or sps32.dll? If not, just remove the .bak from the file name.

    Quote Originally Posted by arturiccc View Post
    Hmh thanks for explanation but how to fix that?
    If I knew I would have told you. My guess is SRL-OSR hasn't been updated for Simba 1.0, so you'll either have to revert back to Simba 992 or wait for an update.

  25. #1425
    Join Date
    Mar 2010
    Posts
    152
    Mentioned
    1 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    I'm not sure why it has the .bak extension. Is there also a file called sps.dll or sps32.dll? If not, just remove the .bak from the file name.
    A plugin update has been pushed that updated them Although now i'm getting SMART param problems but i'll address that later

Page 57 of 79 FirstFirst ... 747555657585967 ... 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
  •