Page 50 of 79 FirstFirst ... 40484950515260 ... LastLast
Results 1,226 to 1,250 of 1956

Thread: How to install/setup Simba for RS3

  1. #1226
    Join Date
    Feb 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I was watching a video guide, the one Harry made and he went to run MSI, so did I but I got an error see image below

    pWtw1CMPia.png

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

    Default

    Quote Originally Posted by rainbow_soft View Post
    I was watching a video guide, the one Harry made and he went to run MSI, so did I but I got an error see image below

    pWtw1CMPia.png
    Yeah. It's saying MSI doesn't work right now. That's exactly what's supposed to happen.

  3. #1228
    Join Date
    Jan 2012
    Location
    Disney Land
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Yeah. It's saying MSI doesn't work right now. That's exactly what's supposed to happen.
    OMG brobeans does that mean I need to turn off my firewall? or reset my pc?!?!?!1

  4. #1229
    Join Date
    Feb 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Your problem is most likely outlined in this thread. The same thread will be helpful for a lot of things.
    checked ur guide and this thread and did not found some advice for my error:

    Exception in Script: Unable to find file 'P07Include.simba' used from 'C:\Users\*******\Desktop\srl.simba'

    how can i fix it?

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

    Default

    Looks like you haven't downloaded the 2007 include. This guide if for Simba and SRL, not SRL-2007. You'll have to check the 2007 forum section for more information on that.

  6. #1231
    Join Date
    Aug 2008
    Location
    England
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Hi there, noobish problem here. I have Xubuntu i386 and I have Simba all set up fine, along with Firefox in WINE (for autoing with Simba in WINE too.) However the WINE Firefox isn't detecting the WINE JRE I also installed. Can anyone point me in the right direction for this? Do you need to do some manual tweaking to get the RS applet to load in the browser? I'm planning on writing an RS 2007 script but because SMART isn't out for it yet I'm going to auto without SMART. I'd appreciate help doing this. Many thanks.
    -BP

  7. #1232
    Join Date
    Apr 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i tried to run a script and the 2nd and 3rd line is red

    program SilkStealer;
    {$I SRL/SRL.Simba} <---
    {$I P07Include.Simba} <--- these two

    they are red so im assuming it isnt working because it isnt clicking silk on runescape, sorry if this is a stupid question :/

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

    Default

    Quote Originally Posted by Bad Processor View Post
    Hi there, noobish problem here. I have Xubuntu i386 and I have Simba all set up fine, along with Firefox in WINE (for autoing with Simba in WINE too.) However the WINE Firefox isn't detecting the WINE JRE I also installed. Can anyone point me in the right direction for this? Do you need to do some manual tweaking to get the RS applet to load in the browser? I'm planning on writing an RS 2007 script but because SMART isn't out for it yet I'm going to auto without SMART. I'd appreciate help doing this. Many thanks.
    -BP
    It should work if you have JRE installed. Are you sure you installed the Windows version to the right Wine directory?

    Quote Originally Posted by jgkilian777 View Post
    i tried to run a script and the 2nd and 3rd line is red

    program SilkStealer;
    {$I SRL/SRL.Simba} <---
    {$I P07Include.Simba} <--- these two

    they are red so im assuming it isnt working because it isnt clicking silk on runescape, sorry if this is a stupid question :/
    Those are supposed to be red. It's the syntax highlighting of Simba for lines that begin with {$. It sounds like you're having an issue with the script, and you should post in the script's thread.

  9. #1234
    Join Date
    Aug 2008
    Location
    England
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    It should work if you have JRE installed. Are you sure you installed the Windows version to the right Wine directory?
    Yup, positive. I've uninstalled the JRE and several different browsers many times but they just don't realize Java is installed.

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

    Default

    Hm I'm sorry I don't really know. There's this page on the WineHQ website that may be helpful. You may need an older version of JRE; I don't know.

  11. #1236
    Join Date
    Dec 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    When I try to run this code on simba
    Code:
    program new;
    {$DEFINE SMART}
    {$i srl/srl.simba}
    
    begin
      ClearDebug();
      SetupSRL();
    end.
    I get this:

    Code:
    SRL Compiled in 0 msec
    ** Smart Cannot Spawn Clients **
    Successfully executed.
    How do I fix it ? Thanks nameguy

  12. #1237
    Join Date
    Mar 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    okay, it wont let me copy paste anything into simba... why not?

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

    Default

    Quote Originally Posted by Nameguy View Post
    When I try to run this code on simba
    Code:
    program new;
    {$DEFINE SMART}
    {$i srl/srl.simba}
    
    begin
      ClearDebug();
      SetupSRL();
    end.
    I get this:

    Code:
    SRL Compiled in 0 msec
    ** Smart Cannot Spawn Clients **
    Successfully executed.
    How do I fix it ? Thanks nameguy
    I think that means runescape.com timed out when you tried to load SMART. Make sure you load RS in your browser first, and then try again.

    Quote Originally Posted by catastrophe777 View Post
    okay, it wont let me copy paste anything into simba... why not?
    Sorry, but you must be doing something wrong. There's no reason why you wouldn't be able to paste something into Simba. If you can't figure it out, just type the code in manually.

  14. #1239
    Join Date
    Mar 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    I think that means runescape.com timed out when you tried to load SMART. Make sure you load RS in your browser first, and then try again.

    Sorry, but you must be doing something wrong. There's no reason why you wouldn't be able to paste something into Simba. If you can't figure it out, just type the code in manually.
    Lol i dont know how i can mess up copy paste. i try to copy something and ive tried to ctr-c and then ctr-v in it and it doesnt work. i've tried to right click copy and right click paste there and nothing pops up. ive tried the paste button at the top of simba (the little paste icon) and it still doesnt pop up... i suppose i'll be writing a lot of code then eh?
    and the only thing that i could think of would be that it might be my computer for whatever reason.... not sure why my computer wouldnt let me copy paste something because it lets me any other time... idk tho, could be wrong.

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

    Default

    Quote Originally Posted by catastrophe777 View Post
    Lol i dont know how i can mess up copy paste. i try to copy something and ive tried to ctr-c and then ctr-v in it and it doesnt work. i've tried to right click copy and right click paste there and nothing pops up. ive tried the paste button at the top of simba (the little paste icon) and it still doesnt pop up... i suppose i'll be writing a lot of code then eh?
    and the only thing that i could think of would be that it might be my computer for whatever reason.... not sure why my computer wouldnt let me copy paste something because it lets me any other time... idk tho, could be wrong.
    It sounds like when you're "copying" it's not actually coping to the clipboard. Try testing it with another text program.

  16. #1241
    Join Date
    Feb 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I have an error:
    Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Simba\Scripts\ThievStal_V1.3.simba'

  17. #1242
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by shoot_65 View Post
    I have an error:
    Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Simba\Scripts\ThievStal_V1.3.simba'
    U don't have the include.
    Follow this exactly : http://villavu.com/forum/showthread....60#post1185860

    Creds to DannyRS for this wonderful sig!

  18. #1243
    Join Date
    Feb 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    U don't have the include.
    Follow this exactly : http://villavu.com/forum/showthread....60#post1185860
    Thanks found it here http://villavu.com/forum/showthread.php?t=96863

  19. #1244
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Can someone tell me the code to test SMART V8? In YoHoJoSRL's video it isn't clear what he's typing in

  20. #1245
    Join Date
    May 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Just have a problem when trying to load SMART...

    [Error] C:\Simba\Includes\SRL/SRL/core/login.simba(956:8): Unknown identifier 'VariantIsBoolean' at line 955

  21. #1246
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How do i get simba to log in with my username and password?

  22. #1247
    Join Date
    Mar 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    okay, when i try to run this

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

    begin
    ClearDebug();
    SetupSRL();
    end.

    Then i get this message... any help?
    SRL Compiled in 16 msec
    ** Fatal Error: Pairing Clients; Terminating Script **
    Successfully executed.

  23. #1248
    Join Date
    Jun 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Please help i get this error

    SRL Compiled in 15 msec
    ** Fatal Error: Pairing Clients; Terminating Script **
    Successfully executed.

  24. #1249
    Join Date
    Jun 2008
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    When I press start on Simba this error pops up. " The program can't start because MSVCR100.dll is missing from your computer. Try re-installing the program to fix this problem." how to fix?
    <3 RISK, <3 P1nky

  25. #1250
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by phantom1 View Post
    When I press start on Simba this error pops up. " The program can't start because MSVCR100.dll is missing from your computer. Try re-installing the program to fix this problem." how to fix?

    http://villavu.com/forum/showthread.php?t=71261

    Should solve your problem

    Forum account issues? Please send me a PM

Page 50 of 79 FirstFirst ... 40484950515260 ... 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
  •