Page 3 of 5 FirstFirst 12345 LastLast
Results 51 to 75 of 113

Thread: Complete Guide to Setting Up Simba and SRL

  1. #51
    Join Date
    Oct 2018
    Location
    varock
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I ran into a couple of issues during install, this might help other users in the future.
    This fixed the issues I initially had
    - Download and install Java 8 32 bit < fixes java virtual machine error
    - Rename the includes to RSWalker and SRL (remove the version numbers)

    good luck

  2. #52
    Join Date
    Oct 2018
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by sharklasers View Post
    I ran into a couple of issues during install, this might help other users in the future.
    This fixed the issues I initially had
    - Download and install Java 8 32 bit < fixes java virtual machine error
    - Rename the includes to RSWalker and SRL (remove the version numbers)

    good luck
    Hey man,

    thanks for the help! i followed all steps but before kept getting the virtual machine error which is now fixed due to your help

    cheers!
    Last edited by Suyoof; 10-17-2018 at 10:16 AM.

  3. #53
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by Suyoof View Post
    Hey man,

    thanks for the help! i followed all steps but kept getting the virtual machine error
    What version of Java did you download?

  4. #54
    Join Date
    Oct 2018
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    My bad i didnt make it clear - I kept getting error but then downloaded the latest one from java website and its fixed. I edited my post above to make it clearer sorry.

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

    Default

    Hi all, I seem to be getting quite an odd error when trying to compile the example script included on the first page:

    Error: Plugin(.) has not been found

    Unsure as to what the fix is here, as the Plugin name isn't all that descriptive!
    Last edited by msemtex; 10-30-2018 at 10:28 PM. Reason: spelling

  6. #56
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by msemtex View Post
    Hi all, I seem to be getting quite an odd error when trying to compile the example script included on the first page:

    Error: Plugin(.) has not been found

    Unsure as to what the fix is here, as the Plugin name isn't all that descriptive!
    Do you have a 'Plugins' folder in the Simba directory?

  7. #57
    Join Date
    Nov 2014
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Hi there, I would like to ask if there is a Simba version for iOS?

    And is there any tutorial running Simba on cloud like AWS EC2?

    Many thanks.

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

    Default

    Quote Originally Posted by boscolamhk View Post
    Hi there, I would like to ask if there is a Simba version for iOS?

    And is there any tutorial running Simba on cloud like AWS EC2?

    Many thanks.
    Simba is not available as an iOS application.

    Simba could run on an Amazon server just as it can on your local PC, there is nothing stopping that from happening.
    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

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

    Default

    Quote Originally Posted by StickToTheScript View Post
    Do you have a 'Plugins' folder in the Simba directory?
    Yes, the Plugins folder is present in the Simba directory and includes all the files from v1.2

    Note: Have gone through the process again, and added the latest version of RSWalker, and an error message popped up saying that the LibWalker folder was missing, so I downloaded the version before that and have not hit the Plugin(.) error again.

  10. #60
    Join Date
    Nov 2014
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    I face the following error when running the testing code:

    Error: Unknown declaration "FindFile" at line 77

    Any suggestion?

  11. #61
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by boscolamhk View Post
    I face the following error when running the testing code:

    Error: Unknown declaration "FindFile" at line 77

    Any suggestion?
    Would you mind taking a screenshot of the Simba window when having the error occur? As well, what are all the directories in the Simba/Includes folder? A screenshot might be easier for that as well.

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

    Default

    Quote Originally Posted by StickToTheScript View Post
    Would you mind taking a screenshot of the Simba window when having the error occur? As well, what are all the directories in the Simba/Includes folder? A screenshot might be easier for that as well.
    I fixed it, he just needs to download the latest release again. Sorry!

  13. #63
    Join Date
    Nov 2018
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Could you please go into further detail with this?

    I'm having the same issue, one with reflection, and when I turn reflection off I get an issue with RS walker, here is the error.

    Code:
    Error: Unknown declaration "FindFile" at line 77
    Compiling failed.
    Error: Plugin(../Includes/RSWalker/libWalker) has not been found
    Compiling failed.

  14. #64
    Join Date
    Feb 2018
    Posts
    23
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by skankhunt69 View Post
    Could you please go into further detail with this?

    I'm having the same issue, one with reflection, and when I turn reflection off I get an issue with RS walker, here is the error.

    Code:
    Error: Unknown declaration "FindFile" at line 77
    Compiling failed.
    Error: Plugin(../Includes/RSWalker/libWalker) has not been found
    Compiling failed.
    Reflection is pretty much dead, AeroLib is pretty much dead, SRL is the only maintained way that i know of.

    And that error is telling you that you don't have RSWalker installed, Or if you do have it, You didn't install it in the proper place.

  15. #65
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by skankhunt69 View Post
    Could you please go into further detail with this?

    I'm having the same issue, one with reflection, and when I turn reflection off I get an issue with RS walker, here is the error.

    Code:
    Error: Unknown declaration "FindFile" at line 77
    Compiling failed.
    Error: Plugin(../Includes/RSWalker/libWalker) has not been found
    Compiling failed.
    As @Olly mentioned above, you may need to attempt to reinstall the latest release of RSWalker and OSRS (if those are the versions you are using).

    Let me know if that helps.

  16. #66
    Join Date
    Nov 2018
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I went through the steps for OSRS but I get "[FATAL]: Failed to setup SMART".

  17. #67
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by cepitspace View Post
    I went through the steps for OSRS but I get "[FATAL]: Failed to setup SMART".
    Do you have Java installed? If so, what version?

  18. #68
    Join Date
    Dec 2018
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    After compiling this
    program new;
    {$define SMART} //If not using SMART, then comment this line out
    {$I SRL/OSR.simba}
    {$I RSWalker/Walker.simba}

    begin
    clearDebug();
    srl.Setup([]);
    end.
    i get:
    Error: File "SRL/OSR.simba" not found at line 3
    Compiling failed.

    any suggestions to start going?

  19. #69
    Join Date
    Nov 2018
    Location
    System32
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by brosenbe92 View Post
    After compiling this


    i get:
    Error: File "SRL/OSR.simba" not found at line 3
    Compiling failed.

    any suggestions to start going?
    The OSR.simba file is missing from Simba/Includes/SRL/
    If you're sure you downloaded SRL and put the folders in the right place, make sure you renamed the folder to SRL and there is not a duplicate SRL folder.

    Should look like this:
    23f5cdad52c22b5cc7bd22536030f430.png

  20. #70
    Join Date
    Nov 2018
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by StickToTheScript View Post
    As @Olly mentioned above, you may need to attempt to reinstall the latest release of RSWalker and OSRS (if those are the versions you are using).

    Let me know if that helps.
    Hey, so I reinstalled everything, and im still getting that same error, I looked into it myself and it turns out im missing this, {$loadlib ../Includes/RSWalker/libWalker.dll}, the DLL for the walker, where am I supposed to acquire it? I don't know how it wasn't in there already but oh well, it's my only error for now, the osr include works wonderfully now that everything is re-done, or at least compiles, haven't tried to use it yet...

    edit: spoke too soon, although it receives no compile errors, it never finishes executing itself, just sits there with a cleared debug...
    Last edited by skankhunt69; 12-09-2018 at 08:32 AM.

  21. #71
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by skankhunt69 View Post
    Hey, so I reinstalled everything, and im still getting that same error, I looked into it myself and it turns out im missing this, {$loadlib ../Includes/RSWalker/libWalker.dll}, the DLL for the walker, where am I supposed to acquire it? I don't know how it wasn't in there already but oh well, it's my only error for now, the osr include works wonderfully now that everything is re-done, or at least compiles, haven't tried to use it yet...

    edit: spoke too soon, although it receives no compile errors, it never finishes executing itself, just sits there with a cleared debug...
    Try reinstalling the include. This means going ahead and deleting the entirety of the current one located in the 'Includes' folder and then redownload it and install it once again. If that doesn't end up working, let me know.

  22. #72
    Join Date
    Dec 2018
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Zombified View Post
    The OSR.simba file is missing from Simba/Includes/SRL/
    If you're sure you downloaded SRL and put the folders in the right place, make sure you renamed the folder to SRL and there is not a duplicate SRL folder.

    Should look like this:
    23f5cdad52c22b5cc7bd22536030f430.png
    Thanks for the help. I was able to fix the SRL folder problem and the plugin problem. Now im having problems with rs walker

    Error: File "AEROLIB/AEROLIB.SIMBA" not found at line 4
    Compiling failed.

    How should i fix this?
    Last edited by brosenbe92; 12-10-2018 at 12:31 AM.

  23. #73
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by brosenbe92 View Post
    Thanks for the help. I was able to fix the SRL folder problem and the plugin problem. Now im having problems with rs walker

    Error: File "AEROLIB/AEROLIB.SIMBA" not found at line 4
    Compiling failed.

    How should i fix this?
    This error occurs when you do not have AeroLib installed. This is most likely occuring as the script you are attempting to run relies on the AeroLib include.

    To solve the problem, simply install AeroLib. This can be done by following the link to the download and the instructions for AeroLib posted in the first post.

  24. #74
    Join Date
    Dec 2018
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Great guide, only have one thing to nit-pick on, though:

    Maybe include that you need 32-bit java for S.M.A.R.T. in the main tutorial instead of hiding it in the troubleshooting section.

  25. #75
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by gay_retard View Post
    Great guide, only have one thing to nit-pick on, though:

    Maybe include that you need 32-bit java for S.M.A.R.T. in the main tutorial instead of hiding it in the troubleshooting section.
    Thanks for the recommendation. The posts have been updated.

Page 3 of 5 FirstFirst 12345 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
  •