Page 3 of 3 FirstFirst 123
Results 51 to 58 of 58

Thread: So, you get an error huh?

  1. #51
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    Quote Originally Posted by AAustin View Post
    okay, new guy here.

    I'm getting this error,
    Exception in Script: Unable to find file 'srl/srl.simba' used from ''

    when i downloaded/installed i went through
    http://villavu.com/forum/showthread.php?t=47714 and,
    http://villavu.com/forum/showthread.php?t=57883

    i've gone through them both two or three times while searching other threads. the only thing that i can think of is when i tried to update each extension nothing came up.
    I had a very similar problem to this once. Try changing the slash / around in the other direction here:
    Simba Code:
    {$i srl/srl.simba}

    So it looks like this:
    Simba Code:
    {$i srl\srl.simba}

    Weird solution but it worked for me

  2. #52
    Join Date
    Aug 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    omg guys, i cant understand, anytime i try to run the script it keeps crashing and it says [Error] C:\Simba\Includes\SRL/SRL/Misc/Smart.simba(57:21): Invalid number of parameters at line 56
    Compiling failed.
    and also it marks the line SmartSendKeys( S );
    Can anyone help me?

  3. #53
    Join Date
    Nov 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL\SRL\Misc\Smart.simba(56:19): Invalid number of parameters at line 55
    Compiling failed.

    53: Lprocedure SendKeys(const S: String; keywait{$IFNDEF SIMBAMAJOR980}, keymodwait{$ENDIF}: integer); {$IFDEF Lape}override;{$ENDIF}
    54: begin
    55: SmartSendKeys(S);
    56: end;

    get this error or similar ones all the time. i did the override and updated SLR, SPS, And MSI and i still get this error.

  4. #54
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by Anialator100 View Post
    [Error] C:\Simba\Includes\SRL\SRL\Misc\Smart.simba(56:19): Invalid number of parameters at line 55
    Compiling failed.

    53: Lprocedure SendKeys(const S: String; keywait{$IFNDEF SIMBAMAJOR980}, keymodwait{$ENDIF}: integer); {$IFDEF Lape}override;{$ENDIF}
    54: begin
    55: SmartSendKeys(S);
    56: end;

    get this error or similar ones all the time. i did the override and updated SLR, SPS, And MSI and i still get this error.
    Remove that 'L' at line 53. you probably accidentally added that.

  5. #55
    Join Date
    Nov 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Remove that 'L' at line 53. you probably accidentally added that.
    that accidental add was not in the actual script, i accidentaly added it only in this forum. i wish that was the problem

  6. #56
    Join Date
    Nov 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Heyyy

    My scripts were working perfectly fine last night, and I left it going when I went to sleep. Got up to find that my script stopped early, and now anytime I try to run any script I get this error:

    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(611:5): Unknown identifier 'ImageSetClientArea' at line 610
    Compiling failed.
    tried to reinstall simba, still the same.
    Any advice?

    EDIT: actually, it suddenly started working again without doing anything. huh.
    NEVERMIND LOL
    Last edited by Farcefii; 11-28-2012 at 03:10 PM.

  7. #57
    Join Date
    Dec 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Exception in Script: Unable to find file 'SRL/SRL.Simba' used from
    Idk whats going on i looked for solution but couldnt figure out

  8. #58
    Join Date
    Jun 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi guys i have searched everywhere for the answer but i can't find it, so here we go.

    These are the 2 errors i get

    Exception in Script: File "SRL/SRL/Misc/Reports.simba" not found at line 31, column 5

    Exception in Script: File "srl/srl/misc/paintsmart.simba" not found at line 31, column 5

    So I have tried to find the programs in the simba file, but without any luck. What should i do!! how do i fix this.
    Last edited by avatnab; 06-07-2014 at 01:40 AM.

Page 3 of 3 FirstFirst 123

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
  •