Results 1 to 4 of 4

Thread: Smart Error

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

    Default Smart Error

    Hi im a new user to Simba and this kind of bot im trying to run a mining bot "have also tired woodcuting bots and others" and every time i hit run once ive set it up i get this

    Error: Exception: Access violation at line 101

    95-101 Below

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

    has anyone encountered this problem before if so please help.

  2. #2
    Join Date
    Jul 2009
    Location
    Australia
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Do you mind posting the script that you are trying to run?

    More than likely it is an issue with your srl include. My advice, double check simba is up to date (tools>update) then enable SRL force update (SRL>Options>Force Update) then update it (SRL>Update - Not Check for updates).

    E: >.> I was being a noob. Check the FAQs next time before posting for help

    http://villavu.com/forum/showthread....555#post851555
    Exception: Access violation at line 101

    Now, I've personally never run into this nor have I seen it, but it appears to be caused by not having Java installed.

    All you need to do is follow YoHoJo's guide here, and that will walk you through on how to fix this error. Yes, I know it talks about fixing the "lag" issue with SMART, but they are the exact same steps to solve the error above.

    Also, I've heard that running Simba as Admin or a directory that doesn't require Admin rights helps with this issue.
    ~Caotom
    Last edited by Caotom; 03-22-2012 at 12:14 PM.

  3. #3
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Install Java6 for 32bit and reboot your computer.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

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

    Default

    Ive alredy tried all this and had 3 of the sites programes teamview to try and fix it ive formated my laptop tried everything nothing happens every script from msi says the same things error line 101.

    ive also tried it on my laptop my desktop pc and my sisters laptop and it says the same thing all formateed and then installed by steps ive been told to install things.

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
  •