Results 1 to 6 of 6

Thread: follwed all tutorials to the tee and still get error

  1. #1
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default follwed all tutorials to the tee and still get error

    Using this script to test SMART. When I hit run, it pops up a window and says "file not found." Help Please

    Program testP07;
    {$DEFINE SMART8}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
    P07_PlayerName:='username';
    P07_PlayerPass:='password';
    End;

    Begin
    Setupsrl
    P07_DeclarePlayer;
    SetupP07Include;
    ActivateClient;
    Wait(2000);
    If (Not P07_LoggedIn) Then
    P07_LogInPlayer;
    P07_MakeCameraAngleHigh;
    P07_MakeCompassNorth;

    Writeln(P07_GetUpText);

    If P07_BankScreen Then
    WriteLn('Bank is Open');
    If P07_InvFull Then
    WriteLn('Inventory is Full');

    End.
    Last edited by Screamin_rich; 03-04-2013 at 09:30 PM.

  2. #2
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Please help. Really wanting this to work

  3. #3
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    "file not found."?
    What is the file name? that usally helps.
    Also use simba tags when posting code

  4. #4
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by The Killer View Post
    "file not found."?
    What is the file name? that usally helps.
    Also use simba tags when posting code
    It just says file not found. Nothing else. and I'm not sure what simba tags are Thanks for replying!

  5. #5
    Join Date
    Mar 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Is it "mscvr100.dll", if so simply google "mscvr100.dll" > download the dll > drag it into simba > plugins. Then reset simba.

    I had this problem also.

  6. #6
    Join Date
    Jan 2012
    Posts
    369
    Mentioned
    6 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by ausaaz View Post
    Is it "mscvr100.dll", if so simply google "mscvr100.dll" > download the dll > drag it into simba > plugins. Then reset simba.

    I had this problem also.


    Quote Originally Posted by Screamin_rich View Post
    It just says file not found. Nothing else. and I'm not sure what simba tags are Thanks for replying!

    Ok to fix MSCVR100.DLL.

    If you don't have Java 6 on 32 bit, you will need to uninstall all other Java versions on your PC

    To have Simba work properly you will need Java 6 ( Update 43 ) on 32 bit (Java 7 is buggy) http://www.oracle.com/technetwork/ja...s-1902815.html

    Choose : Windows x86 Offline

    Install Java, now to get the MSCVR100.dll or MSCVR71.DLL you need to go to your java installation folder which should be here on Windows 7 : "C:\Program Files (x86)\Java\jre6\bin" and copy MSCVR71.dll or MSCVR100.dll (if it is 32bit, you will most likely have MSCVR71.dll). Okay so copy MSCVR71.dll from that folder and go to your windows folder and paste the file in the following directories

    "C:\Windows\System32"

    and in

    "C:\Windows\system"

    That should fix your MSCVR error without having to look for dll files on the internet. Good luck!
    Last edited by speedster; 03-05-2013 at 01:10 PM.

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
  •