Page 23 of 79 FirstFirst ... 1321222324253373 ... LastLast
Results 551 to 575 of 1956

Thread: How to install/setup Simba for RS3

  1. #551
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Quote Originally Posted by Optionall View Post
    when i enter the script to get everything started it says im missing MSVCR71.dll
    how to fix?
    Download this and it should fix it:
    http://www.microsoft.com/downloads/d...d-074b9f2bc1bf
    The Microsoft Visual C++ 2008 Redistributable Package (x86) installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2008 installed.
    There used to be something meaningful here.

  2. #552
    Join Date
    Jan 2011
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks but no thanks file is still missing

  3. #553
    Join Date
    Mar 2006
    Location
    Behind you
    Posts
    3,193
    Mentioned
    61 Post(s)
    Quoted
    63 Post(s)

    Default

    Check this thread there's a few Idea on how to fix it there.

    ~BraK

    "Sometimes User's don't need the Answer spelled out with Code. Sometimes all they need is guidance and explanation of the logic to get where they are going."

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

    Default

    You should just have to download the missing .dll and you'll be fine. Be sure to restart Simba if you haven't.

  5. #555
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    One of my virtual machines is having this .dll problem too, the exact same one, I have no idea why.. the other two I've setup with simba work perfectly right now lol...

    I'll be working on a fix for it I'll edit this with however I fix that




    Alright got it:

    The file linked above installs and places it in the wrong place

    you have to manually place it into your C:\WINDOWS\system

    I got this link from microsoft tech forums


    http://www.dll-files.com/dllindex/dl....shtml?msvcr71


    I guess microsoft doesn't give you only the dll for whatever reason, but I scanned it, it's clean & it works 100% now simba & smart are loading fine


    -- strange that only 1 virtual machine didn't have it..?
    Last edited by grats; 01-21-2011 at 11:42 AM.
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  6. #556
    Join Date
    Jan 2008
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    great tut!!

  7. #557
    Join Date
    Nov 2010
    Posts
    305
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Nice Tutorial only I get this error if run a Script...


    Code:
    Exception in Script: Unable to find file 'SRL/SRL/Misc/Stats.scar' used from ''
     doesn't exist
    What does that means? I updated everything.

  8. #558
    Join Date
    Nov 2010
    Location
    Australia
    Posts
    1,472
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Failure View Post
    Nice Tutorial only I get this error if run a Script...


    Code:
    Exception in Script: Unable to find file 'SRL/SRL/Misc/Stats.scar' used from ''
     doesn't exist
    What does that means? I updated everything.
    Just delete that line, its no longer being used.

  9. #559
    Join Date
    Dec 2010
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey, I am having a problem with simba. When ever i try to open a simba script, IE: select the link at the bottom of scrip pages, this error comes up.
    -------------------------------------------------------------------------------------
    Unable to open file “C:\Users\My Name\AppData\Local\Microsoft\Windows\Temporary Internet Files\ Low\Content.IE5\G58CBKQN\Ess%20Miner%20[BOOM]%20V2%20RS[1].simba”.

    Press OK to ignore and risk data corruption
    Press cancel to kill the program
    -------------------------------------------------------------------------------------
    If I press ok, nothing happens. I have tryed with more then one simba script and it keeps happening. Is there anything i am doing wrong? Simba works fine if i open the program, but i am not able to get to any of the super amazing scripts that you guys have made. Any help would be appreciated, and Thanks.

  10. #560
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by CaptainCraven View Post
    Hey, I am having a problem with simba. When ever i try to open a simba script, IE: select the link at the bottom of scrip pages, this error comes up.
    -------------------------------------------------------------------------------------
    Unable to open file “C:\Users\My Name\AppData\Local\Microsoft\Windows\Temporary Internet Files\ Low\Content.IE5\G58CBKQN\Ess%20Miner%20[BOOM]%20V2%20RS[1].simba”.

    Press OK to ignore and risk data corruption
    Press cancel to kill the program
    -------------------------------------------------------------------------------------
    If I press ok, nothing happens. I have tryed with more then one simba script and it keeps happening. Is there anything i am doing wrong? Simba works fine if i open the program, but i am not able to get to any of the super amazing scripts that you guys have made. Any help would be appreciated, and Thanks.
    Save the script to another location. I.E Desktop instead

  11. #561
    Join Date
    Dec 2010
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Zyt3x View Post
    Save the script to another location. I.E Desktop instead
    If I could, I would have your babys, I feal SOOOOOO stupid right now.
    Thanks so much!

  12. #562
    Join Date
    Feb 2011
    Location
    Washington DC
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you jesus... definitely just saved me lol

  13. #563
    Join Date
    Jan 2009
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I followed the guide , and i don't have reflection in the extension i copied the

    rogram new;
    {$i srl/srl/misc/smart.scar}
    {$i srl/srl.scar}
    {$i reflection/reflection.simba}

    begin
    SetupSRL;
    SetupReflectionEx(False);
    end.

    when i pressed start it said
    doesn't exist
    Exception in Script: Unable to find file 'srl/srl/misc/smart.scar' used from ''

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

    Default

    Quote Originally Posted by Laughinn View Post
    I followed the guide , and i don't have reflection in the extension i copied the

    rogram new;
    {$i srl/srl/misc/smart.scar}
    {$i srl/srl.scar}
    {$i reflection/reflection.simba}

    begin
    SetupSRL;
    SetupReflectionEx(False);
    end.

    when i pressed start it said
    doesn't exist
    Exception in Script: Unable to find file 'srl/srl/misc/smart.scar' used from ''
    I know, I'm not sure what's wrong. The newest version of Simba/Extensions has SRL and Reflection extensions combined. I was trying to set it up on another computer and reflection wasn't being downloaded.

    Did you enable srl.sex?

  15. #565
    Join Date
    Jan 2009
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes i did enable srl.sex but there is no reflection in the extension.

  16. #566
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    I know, I'm not sure what's wrong. The newest version of Simba/Extensions has SRL and Reflection extensions combined. I was trying to set it up on another computer and reflection wasn't being downloaded.

    Did you enable srl.sex?
    Is that the new one wizzup posted like a week ago.. now in your tutorial link?

    I had the old installer for my friend because it doesn't 'install' the extensions correctly in the new one sometimes

    idk what's up with it.. but the fix used was install old simba then install new one
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

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

    Default

    Quote Originally Posted by Laughinn View Post
    Yes i did enable srl.sex but there is no reflection in the extension.
    I know. The reflection was combined with SRL one so they're both supposed to be downloaded when srl.sex is enabled; however, it doesn't seem to be working right now, and I'm not sure why.

    E:@grats, yeah I updated the link in the guide to the newest release (0.96). So you're saying we have to download the old version, then download the new version over top of that? Seems like a pain to me. Did Wizzup say he was working on it?
    Last edited by Coh3n; 02-06-2011 at 12:31 AM.

  18. #568
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    I know. The reflection was combined with SRL one so they're both supposed to be downloaded when srl.sex is enabled; however, it doesn't seem to be working right now, and I'm not sure why.

    E:@grats, yeah I updated the link in the guide to the newest release (0.96). So you're saying we have to download the old version, then download the new version over top of that? Seems like a pain to me. Did Wizzup say he was working on it?
    Nope, I don't know if he knows.. I just figured out the glitch thing & fix when my friend was trying to install simba (I tested it on a different vmachine)

    so.. as far as I know it's the on way it was working besides just putting the extensions in the folder manually
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  19. #569
    Join Date
    Jan 2009
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so what do i do lol? im confused i just want to run multifighter , which i don't even know how to do.....fml

  20. #570
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by Laughinn View Post
    so what do i do lol? im confused i just want to run multifighter , which i don't even know how to do.....fml
    What's in your \Simba\Extensions folder right now

    I'll give you everything you don't have that I do..







    edit:

    actually, here's the whole folder
    Last edited by grats; 02-06-2011 at 01:07 AM.
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  21. #571
    Join Date
    Jan 2009
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks , i copied your extension and updated my reflection .

    now is it says

    doesn't exist
    Exception in Script: Unable to find file 'srl/srl/misc/smart.scar' used from ''

    when i press start

  22. #572
    Join Date
    Jan 2009
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The previous post told the other person to delete the line becuase it's no longer being used this is what i got....
    Exception in Script: Unable to find file 'srl/srl.scar' used from ''
    [Error] C:\Simba\Includes\reflection\./Core/TileCore.simba(86:9): Unknown identifier 'SmartGetFieldObject' at line 85
    Compiling failed.

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

    Default

    Those errors come when you don't have SRL installed, and when the SMART plugins haven't been moved. Simba is supposed to do both automatically AFAIK. My advise would be to hold tight until things get straightened out. I'm sure it won't be that long. Sorry for the inconvenience.

  24. #574
    Join Date
    Jan 2009
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Alright. let me know ill check this thread daily!

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

    Default

    Quote Originally Posted by Laughinn View Post
    Alright. let me know ill check this thread daily!
    Everything should be working now. Wizzup said there was a problem with the server. You should just enable srl.sex, and both reflection and srl should download. I'll update the tutorial as soon as I can.

    E: Tutorial updated. There aren't yet descriptions for CRov.sex and paster.sex as I'm not yet sure what they do.

Page 23 of 79 FirstFirst ... 1321222324253373 ... 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
  •