Results 1 to 4 of 4

Thread: Need help with this error

  1. #1
    Join Date
    Nov 2011
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need help with this error

    SRL Compiled in 78 msec
    SMART Initialized.
    Loaded: Server 31, Members: True, Signed: True, Super Detail: False.
    Error: Exception: Access violation at line 86
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]

    Keeps saying that dont know what to do.

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    It helps if you tell us what script you are using.
    And also normally a line is highlighted in orange by Simba if it finds an error on it so copy/paste us lines like 84-88 so we can see.

  3. #3
    Join Date
    Nov 2011
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Using herblore pro v1.5

    SmartGetMousePos(x, y);
    end;

    function GetColor(x, y: Integer): Integer;
    begin
    result:= SmartGetColor(x, y); (This is orange)
    end;

  4. #4
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    1) Post the problem on the script thread.

    2) That is a very common problem, search it on the forum search for "Error: Exception: Access violation at line 86" using the search feature at the top and read around a bit. (Sorry don't know the fix off the top of my head)

    I THINK this might fix it.
    If you already have the file replace it anyways:
    http://villavu.com/forum/showthread.php?t=58812
    Last edited by YoHoJo; 12-08-2011 at 09:52 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •