Results 1 to 6 of 6

Thread: New to using Includes (Aerolib) cant seem to get past setup, help please

  1. #1
    Join Date
    Jul 2007
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default New to using Includes (Aerolib) cant seem to get past setup, help please

    I am getting the error "Warning: The include directory specified in the Settings isn't valid.
    Error: File "AeroLib/AeroLib.Simba" not found at line 5
    Compiling failed."

    I followed these steps, listed on the first page https://villavu.com/forum/showthread.php?t=108953 on what to download and where to put it. I cannot get this to work, help please.

  2. #2
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by imalama101 View Post
    I am getting the error "Warning: The include directory specified in the Settings isn't valid.
    Error: File "AeroLib/AeroLib.Simba" not found at line 5
    Compiling failed."

    I followed these steps, listed on the first page https://villavu.com/forum/showthread.php?t=108953 on what to download and where to put it. I cannot get this to work, help please.
    I have never encountered this error but it appears that you have not named the parent folder correctly. That means that in the includes folder, you need to have AeroLib installed to AeroLib. Like this:



    and




    Let me know if that fixes it.

  3. #3
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Code:
    Warning: The include directory specified in the Settings isn't valid.
    Also should check the Settings.xml file, as the error text says the include directory isn't valid, which could prevent the search for the includes from happening at all.

  4. #4
    Join Date
    Jul 2007
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by StickToTheScript View Post
    I have never encountered this error but it appears that you have not named the parent folder correctly. That means that in the includes folder, you need to have AeroLib installed to AeroLib. Like this:



    and




    Let me know if that fixes it.
    I have this exactly, I'm thinking the next guy that posted might be on to something. How do I go about fixing that? Also do I just open that with text editor right?

  5. #5
    Join Date
    Jul 2007
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    Code:
    Warning: The include directory specified in the Settings isn't valid.
    Also should check the Settings.xml file, as the error text says the include directory isn't valid, which could prevent the search for the includes from happening at all.
    <Includes>
    <Path>C:\Simba\Includes\</Path>
    </Includes>

    is what it says when i look at the include portion

  6. #6
    Join Date
    Jul 2007
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by StickToTheScript View Post
    I have never encountered this error but it appears that you have not named the parent folder correctly. That means that in the includes folder, you need to have AeroLib installed to AeroLib. Like this:



    and




    Let me know if that fixes it.
    error.png
    error2.png

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
  •