
Originally Posted by
BMWxi
Is the issue only with some people then? I've never had this despite running one smart regularly for more than an hour. I'm using smart 8.0 and simba 991 if that helps.

Yeah that's what i'm trying to find out. I'm using the latest Simba/Smart as well. This error isn't bothering me now though since i did a hard-coded bypass but would be good if anyone shed some light on the cause.
EDIT:
Got a new error today:
Error: Exception: The bitmap[3] does not exist at line 651
Simba Code:
Function FoundBar: Boolean;
var
X, Y: Integer;
begin
Result := FindBitmapToleranceIn(SRL_NAVBAR_BITMAP, X, Y, 482, 20, 489, 29, 10);
end;
Seems like there are some memory bugs to do with Simba?