This is a temp fix:
- Go to your Scar folder.
- Open the includes folder.
- Open the SRL folder.
- Again open the SRL folder.
- Open the Core folder.
- Open Login.Scar file.
- Go to line 28.
- You should see this line:
Result := (GetColor(422, 480) = 16777215);
- Change 422 to 421,
Now it should look like this:
Result := (GetColor(421, 480) = 16777215);
- Save the file.
- Test and it should work.
Hope it works for you and if it doesn't search around for a different fix!