Results 1 to 5 of 5

Thread: "The following bitmaps were not freed"

  1. #1
    Join Date
    May 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default "The following bitmaps were not freed"

    Simba Code:
    function IsRealMouseInBox(B : TBox): Boolean;
    var
      P : TPoint;
    begin
      GetRealMousePos(P.X, P.Y);
      Result := PointInBox(P, B);
    end;


    SMART Initialized.
    Loaded: Server 98, Members: False, Signed: True, Super Detail: False.
    Error: Exception: Access violation at line 101
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    that is the error i keep getting and smart wont load. I have made it work on other laptops but it wont work on my pc. Help!

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

    Default

    Uninstall your Java completely (including folders) and install Java 6u32 (JDK)

  3. #3
    Join Date
    Dec 2011
    Location
    -bash
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    Close Simba and rerun it; usually fixes the problem. If not, try running with Admin privileges.

  4. #4
    Join Date
    May 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ill try abus fix to this problem first and ive tried rerunning it as admin

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

    Default

    The not freed message is not an erro, it's a hit to coders letting them know things aren't freed. Your error is the line 101.

    That is normally a java problem.
    Check out the link in my signature about FPS fix and follow it.

    Basically uninstall java completely, and install Java VERSION 6 NOT 7.
    Then try running again.

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
  •