Question #680461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680461
Sahil Doshi posted a new comment: I dig into it and find out It is failing while calling the toString() method of Image class. the reason behind it is : imageName ="C:/program%20files(86x)/sikuli/images/image.png" in toString, String.format((this.imageName != null ? this.imageName : "__UNKNOWN__") + ": (%dx%d)", this.bwidth, this.bheight) it is failing because of "%20" in imageName -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

