← Back to team overview

sikuli-driver team mailing list archive

[Bug 1326784] Re: [1.1.0-Beta1] Use of text features leads to image not found errors

 

** Changed in: sikuli
       Status: In Progress => Fix Committed

** Changed in: sikuli
   Importance: High => Critical

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1326784

Title:
  [1.1.0-Beta1] Use of text features leads to image not found errors

Status in Sikuli:
  Fix Committed

Bug description:
  With release 1.0~rc3 a statement such as:
   click("sometext")
  makes sikuli using Tesseract to search the screen for an image
  containing "sometext", and click on it once found.

  Now with release 1.1.0~beta1, it just produces this error message:
  [error] Image: could not be loaded from /path/to/project.sikuli/sometext.png
  Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
  	at
  org.sikuli.scriptrunner.JythonScriptRunner.findErrorSource(JythonScriptRunner.java:279)
  	at
  org.sikuli.scriptrunner.JythonScriptRunner.runPython(JythonScriptRunner.java:206)
  	at
  org.sikuli.scriptrunner.JythonScriptRunner.runScript(JythonScriptRunner.java:148)
  	at org.sikuli.basics.SikuliScript.main(SikuliScript.java:199)

  How come?

  I run SikuliX on an up to date Debian testing i386 box.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1326784/+subscriptions


References