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;