← Back to team overview

sikuli-driver team mailing list archive

[Question #248501]: Weird java exit code with findText

 

New question #248501 on Sikuli:
https://answers.launchpad.net/sikuli/+question/248501

New to Sikuli but everything seems to be working with sikulixapi.jar and java programming except the findText function.

Settings.OcrTextRead = true;
Settings.OcrTextSearch = true;

Region r = new Region(0,0,10000,10000);
r.findText("Hi");

And I get a: Process finished with exit code -1073741571 (0xC00000FD)

findText definitely the problem.

Any suggestions?

I'm on windows 8.1, java 1.7.11, running from intellij

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.