Results 1 to 9 of 9

Thread: Bug Or Am I Missing Something Here?

  1. #1
    Join Date
    Mar 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default Bug Or Am I Missing Something Here?

    I've been using Simba for a while now and recently restored my computer. I've installed Simba back on and EVERY script I try to run I get the same error.. I have no idea how to get rid of it or what to do.

    Help will be greatly appreciated for Simba is my favorite bot.


    This is where the error is found;
    Code:
    function IsRealMouseInBox(B : TBox): Boolean;
    var
      P : TPoint;
    begin
      GetRealMousePos(P.X, P.Y);
      Result := PointInBox(P, B);
    end;
    This is what is says in the box;
    SRL Compiled in 0 msec
    SMART Initialized.
    Loaded: Server 17, 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]

  2. #2
    Join Date
    Jun 2007
    Posts
    532
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    First


    As for your Access error violation you need to search it. I believe it is something with java.
    Finished B.S. Program in Radiology!!

    Projects: A big one! Total secret! hehe

  3. #3
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    You have Java 7 installed.

    Uninstall it.

  4. #4
    Join Date
    Mar 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by NKN View Post
    You have Java 7 installed.

    Uninstall it.
    What Java do I need then?

  5. #5
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Java JDK 6 32 bit.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  6. #6
    Join Date
    Mar 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by Rich View Post
    Java JDK 6 32 bit.
    Not gonna lie, I have literally tried every Java out there and none seem to work.. Does that only have to do with Java, or is there something else to it?

  7. #7
    Join Date
    Dec 2011
    Location
    011011011011
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    uninstall simba + delete every trace of java off your computer

    then proceed here and download the correct type for your system

    after installing jdk6
    re-download simba, install

    try to run simba, if it fails to open then try running it as an administrator
    if that works and simba opens then re-enable the plugins plugins like security.sex and stuff then update SRL/SPS

    (check here if you forgot how enable plugins)

    lastly, your script could be out of date if you are using an old one and have been gone a while, try one of the newer ones and see if that works

    hope i have helped in some way o.O
    Last edited by Neros; 06-09-2012 at 07:15 AM. Reason: added links
    Quote Originally Posted by Markus View Post
    LSD RuneScape will be fun :P We must try some acid to see if it cancels the effects out.
    Back To Play & Bot RS07

  8. #8
    Join Date
    Jul 2007
    Location
    Melbourne, Victoria, Australia.
    Posts
    665
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Yah that's a smart error mate, regardless of the install 'java 6.32.' ect. Just keep reloading and starting the script till it works I had the exact same problem as you.
    Last known as Jonno.

  9. #9
    Join Date
    Dec 2011
    Location
    011011011011
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Jonno View Post
    Yah that's a smart error mate, regardless of the install 'java 6.32.' ect. Just keep reloading and starting the script till it works I had the exact same problem as you.
    ahh i was unsure of this, thought the access violation may have been because of java 7 traces on his computer :P
    Quote Originally Posted by Markus View Post
    LSD RuneScape will be fun :P We must try some acid to see if it cancels the effects out.
    Back To Play & Bot RS07

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
  •