Results 1 to 4 of 4

Thread: [Help] I don't know how to fix this.

  1. #1
    Join Date
    Jul 2015
    Posts
    9
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default [Help] I don't know how to fix this.

    Error loading C:\Simba\Plugins\../Includes/AeroLib/core/minimap/Walker/libMatchTempl.dll: Access is denied.
    When I went to run the test script: program RUNME;
    {$DEFINE SMART}
    {$DEFINE WALKER}

    {$i AeroLib/AeroLib.Simba}

    begin
    initAL();
    end.
    Please help me. This is my second time trying to get this stuff to work.

  2. #2
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    I don't think you have aerolib installed correctly; https://villavu.com/forum/showthread...hlight=include

    <------------------>



  3. #3
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Quote Originally Posted by Always Djentle View Post
    Error loading C:\Simba\Plugins\../Includes/AeroLib/core/minimap/Walker/libMatchTempl.dll: Access is denied.
    When I went to run the test script: program RUNME;
    {$DEFINE SMART}
    {$DEFINE WALKER}

    {$i AeroLib/AeroLib.Simba}

    begin
    initAL();
    end.
    Please help me. This is my second time trying to get this stuff to work.
    Correction; remove {$DEFINE WALKER}

    try run

    Code:
    {$DEFINE SMART}
    
    
    {$i AeroLib/AeroLib.Simba}
    
    begin
    initAL();
    end.

    <------------------>



  4. #4
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    Quote Originally Posted by FullPottatoHarry View Post
    Correction; remove {$DEFINE WALKER}[/CODE]
    That is not a fix. You are just removing RSWalker, which is avoiding the problem.

    @Always Djentle, be sure to always run Simba as administrator.
    Last edited by slacky; 08-20-2015 at 05:47 AM.
    !No priv. messages please

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
  •