Results 1 to 9 of 9

Thread: Missing srl and have srl at same time???

  1. #1
    Join Date
    Mar 2010
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Question Missing srl and have srl at same time???

    I checked my folders and these files are exactly as named in the script.

    The error is:

    Include file D:\Program Files\SCAR 3.23\includes\SRL\SRL\Misc\SMART.SCAR does not exist.
    Include file D:\Program Files\SCAR 3.23\includes\SRL\SRL.scar does not exist.
    Include file D:\Program Files\SCAR 3.23\includes\SRL\SRL\Misc\Debug.SCAR does not exist.


    But they do exist, I saw them before and after the script ran, and I ran it a few times hoping the error would go away.

  2. #2
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Are the directories where those files are correct?

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

    Default

    This is a common error when people first setup SRL. You probably don't have the extra SRL folder in /Includes. If when you open your includes folder you have things like Scripting Tools, SRL, etc. then you need to copy all that to a separate folder called SRL in the includes folder. Soo... scareprerelease/Includes/SRL/SRL.scar

  4. #4
    Join Date
    Mar 2010
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    K... this is my smart.scar location, just to show its correct, I think.

    D:\Program Files\SCAR 3.23\SRL\SRL\misc\SMART.Scar

    i have the srl in srl folder, and this is exactly what the error says doesnt exist, yet it IS in the right folder.....????
    Last edited by RedIce; 03-18-2010 at 11:37 AM.

  5. #5
    Join Date
    Mar 2010
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ...

    i get this too, can my whole SRL directory be invisible to scar?

    Include file D:\Program Files\SCAR 3.23\includes\srl\srl\misc\smart.scar does not exist.
    Include file D:\Program Files\SCAR 3.23\includes\srl\srl.scar does not exist.
    Include file D:\Program Files\SCAR 3.23\includes\srl\srl\misc\users.scar does not exist.
    Include file D:\Program Files\SCAR 3.23\includes\srl\srl\misc\Reports.scar does not exist.
    Include file D:\Program Files\SCAR 3.23\includes\srl\srl\misc\Debug.scar does not exist.

  6. #6
    Join Date
    Mar 2010
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SOLVED!!!! I didn't have the srl located in my includes folder, i had it in the scar folder instead :P

    ...

    never mind, I get this now

    Invalid number of parameters in script D:\Program Files\SCAR 3.23\includes\srl\srl\misc\smart.scar
    Last edited by RedIce; 03-18-2010 at 11:45 AM.

  7. #7
    Join Date
    Mar 2010
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    anyone seen this before?? i looked and it calls smart setup with 4 parameters when it only needs 2...

  8. #8
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    did you download reflection and replaced the Embedded_SMART.dll in the pluggins with the reflection one?
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

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

    Default

    Quote Originally Posted by RedIce View Post
    anyone seen this before?? i looked and it calls smart setup with 4 parameters when it only needs 2...
    The current SMART doesn't have any parameters. You set variables.
    SCAR Code:
    Smart_Server := 152;
    Smart_Members := False;
    Smart_Signed := True;
    Smart_SuperDetail := False;
    SetupSRL;
    Also, please don't double/triple/quadruple post. Just edit your first one.

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
  •