Issue: isMouseOverText() Access violation

  1. issueid=134 10-14-2013 05:49 AM
    Administrator
    isMouseOverText() Access violation

    Code:
    ---- bankScreen.quickDeposit(): Clicked quick deposit id 0
    -- isMouseOverText()
    Exception in Script: Runtime error: "Access violation" at line 544, column 62 in file "C:\Simba\Includes\SRL-6\lib\core\text.simba"
    Mouse would of moved to the 'logs' and then crashed out

    Simba Code:
    if (isMouseOverText(['logs'], 1000)) then
            begin
              fastClick(MOUSE_RIGHT);
              chooseOption.select(['All']);
              sleep(60 + random(140));
              bankScreen.close();
              sleep(60 + random(140));
              if bankScreen.isOpen() then
                bankScreen.close();
              smartImage.drawBox(tabBackPack.getSlotBox(1), false, clLime);
              tabBackpack.mouseSlot(1, MOUSE_MOVE);
              smartImage.clearArea(tabBackPack.getSlotBox(1));
              waitForUnlock;
            end;
Issue Details
Issue Number 134
Project SRL Bugs and Suggestions
Status Resolved
Users able to reproduce bug 1
Users unable to reproduce bug 0
Assigned Users euphemism
Tags (none)




  1. 10-14-2013 12:52 PM
    Issue Changed by Olly
    • User assignments modified
    • Status changed from Unconfirmed to Awaiting Feedback
  2. 10-23-2013 02:49 AM
    Issue Changed by Coh3n
    • Status changed from Awaiting Feedback to Resolved
+ Reply