Activity log for bug #1881240

Date Who What changed Old value New value Message
2020-05-29 05:22:05 Shane Paes bug added bug
2020-06-10 12:52:00 RaiMan description **************************** current state findText() and find("some text") are supported by the same implementation, which currently does not work well. This is a bug and will be fixed in 2.0.5 Until then try to solve your problem until with findWord, findWords, findLine and findLines features ********************************************************** This is my code Settings.OcrTextRead = true; Settings.OcrTextSearch = true; Region RegionShapeMarkup = new Region(4,4,269,165); String TextBoxLabelName= "Shape"; Match TextBoxLabelNameFound = RegionShapeMarkup.find(TextBoxLabelName); if (TextBoxLabelNameFound != null) { RegionShapeMarkup.click (TextBoxLabelNameFound.offset(0, -30)); } the script fails with error FindFailed: Shape.png: (0x0) in R[4,4 269x165]@S(0) even though searching for text, script fails with error shape.png not found. Test environment: Windows 10 64bit, JAVA11 Any help on this issue will be appreciated. **************************** current state findText() and find("some text") are supported by the same implementation, which currently does not work well. This is a bug and will be fixed in 2.0.5 Until then try to solve your problem with findWord, findWords, findLine and findLines features ********************************************************** This is my code         Settings.OcrTextRead = true;         Settings.OcrTextSearch = true;         Region RegionShapeMarkup = new Region(4,4,269,165);         String TextBoxLabelName= "Shape";         Match TextBoxLabelNameFound = RegionShapeMarkup.find(TextBoxLabelName);         if (TextBoxLabelNameFound != null)         {             RegionShapeMarkup.click (TextBoxLabelNameFound.offset(0, -30));         } the script fails with error FindFailed: Shape.png: (0x0) in R[4,4 269x165]@S(0) even though searching for text, script fails with error shape.png not found. Test environment: Windows 10 64bit, JAVA11 Any help on this issue will be appreciated.
2020-06-10 12:52:07 RaiMan sikuli: status New In Progress
2020-06-10 12:52:10 RaiMan sikuli: importance Undecided Medium
2020-06-10 12:52:14 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2020-06-10 12:52:17 RaiMan sikuli: milestone 2.0.5
2020-06-18 08:53:25 RaiMan summary findText() or find("some text") not working with Sikuli 2.0.4 [2.0.4] findText() or find("some text") not working --- workaround
2020-06-18 08:54:00 RaiMan description **************************** current state findText() and find("some text") are supported by the same implementation, which currently does not work well. This is a bug and will be fixed in 2.0.5 Until then try to solve your problem with findWord, findWords, findLine and findLines features ********************************************************** This is my code         Settings.OcrTextRead = true;         Settings.OcrTextSearch = true;         Region RegionShapeMarkup = new Region(4,4,269,165);         String TextBoxLabelName= "Shape";         Match TextBoxLabelNameFound = RegionShapeMarkup.find(TextBoxLabelName);         if (TextBoxLabelNameFound != null)         {             RegionShapeMarkup.click (TextBoxLabelNameFound.offset(0, -30));         } the script fails with error FindFailed: Shape.png: (0x0) in R[4,4 269x165]@S(0) even though searching for text, script fails with error shape.png not found. Test environment: Windows 10 64bit, JAVA11 Any help on this issue will be appreciated. **************************** current state / workaround findText() and find("some text") are supported by the same implementation, which currently does not work well. This is a bug and will be fixed in 2.0.5 Until then try to solve your problem with findWord, findWords, findLine and findLines features ********************************************************** This is my code         Settings.OcrTextRead = true;         Settings.OcrTextSearch = true;         Region RegionShapeMarkup = new Region(4,4,269,165);         String TextBoxLabelName= "Shape";         Match TextBoxLabelNameFound = RegionShapeMarkup.find(TextBoxLabelName);         if (TextBoxLabelNameFound != null)         {             RegionShapeMarkup.click (TextBoxLabelNameFound.offset(0, -30));         } the script fails with error FindFailed: Shape.png: (0x0) in R[4,4 269x165]@S(0) even though searching for text, script fails with error shape.png not found. Test environment: Windows 10 64bit, JAVA11 Any help on this issue will be appreciated.
2021-02-09 08:14:23 RaiMan sikuli: status In Progress Fix Committed
2021-02-09 08:14:26 RaiMan sikuli: importance Medium High
2021-02-09 16:12:15 RaiMan sikuli: status Fix Committed In Progress
2021-02-14 14:38:54 RaiMan sikuli: importance High Medium
2021-10-14 06:43:25 Chetan description **************************** current state / workaround findText() and find("some text") are supported by the same implementation, which currently does not work well. This is a bug and will be fixed in 2.0.5 Until then try to solve your problem with findWord, findWords, findLine and findLines features ********************************************************** This is my code         Settings.OcrTextRead = true;         Settings.OcrTextSearch = true;         Region RegionShapeMarkup = new Region(4,4,269,165);         String TextBoxLabelName= "Shape";         Match TextBoxLabelNameFound = RegionShapeMarkup.find(TextBoxLabelName);         if (TextBoxLabelNameFound != null)         {             RegionShapeMarkup.click (TextBoxLabelNameFound.offset(0, -30));         } the script fails with error FindFailed: Shape.png: (0x0) in R[4,4 269x165]@S(0) even though searching for text, script fails with error shape.png not found. Test environment: Windows 10 64bit, JAVA11 Any help on this issue will be appreciated. Need update: @raiman can you please confirm if this is fixed as status is in progress and marked in 2.0.5 **************************** current state / workaround findText() and find("some text") are supported by the same implementation, which currently does not work well. This is a bug and will be fixed in 2.0.5 Until then try to solve your problem with findWord, findWords, findLine and findLines features ********************************************************** This is my code         Settings.OcrTextRead = true;         Settings.OcrTextSearch = true;         Region RegionShapeMarkup = new Region(4,4,269,165);         String TextBoxLabelName= "Shape";         Match TextBoxLabelNameFound = RegionShapeMarkup.find(TextBoxLabelName);         if (TextBoxLabelNameFound != null)         {             RegionShapeMarkup.click (TextBoxLabelNameFound.offset(0, -30));         } the script fails with error FindFailed: Shape.png: (0x0) in R[4,4 269x165]@S(0) even though searching for text, script fails with error shape.png not found. Test environment: Windows 10 64bit, JAVA11 Any help on this issue will be appreciated.
2021-10-14 07:40:22 RaiMan sikuli: milestone 2.0.5 2.0.6
2021-10-14 07:41:00 RaiMan description Need update: @raiman can you please confirm if this is fixed as status is in progress and marked in 2.0.5 **************************** current state / workaround findText() and find("some text") are supported by the same implementation, which currently does not work well. This is a bug and will be fixed in 2.0.5 Until then try to solve your problem with findWord, findWords, findLine and findLines features ********************************************************** This is my code         Settings.OcrTextRead = true;         Settings.OcrTextSearch = true;         Region RegionShapeMarkup = new Region(4,4,269,165);         String TextBoxLabelName= "Shape";         Match TextBoxLabelNameFound = RegionShapeMarkup.find(TextBoxLabelName);         if (TextBoxLabelNameFound != null)         {             RegionShapeMarkup.click (TextBoxLabelNameFound.offset(0, -30));         } the script fails with error FindFailed: Shape.png: (0x0) in R[4,4 269x165]@S(0) even though searching for text, script fails with error shape.png not found. Test environment: Windows 10 64bit, JAVA11 Any help on this issue will be appreciated. **************************** current state / workaround findText() and find("some text") are supported by the same implementation, which currently does not work well. This is a bug and will be fixed in 2.0.6 Until then try to solve your problem with findWord, findWords, findLine and findLines features ********************************************************** This is my code         Settings.OcrTextRead = true;         Settings.OcrTextSearch = true;         Region RegionShapeMarkup = new Region(4,4,269,165);         String TextBoxLabelName= "Shape";         Match TextBoxLabelNameFound = RegionShapeMarkup.find(TextBoxLabelName);         if (TextBoxLabelNameFound != null)         {             RegionShapeMarkup.click (TextBoxLabelNameFound.offset(0, -30));         } the script fails with error FindFailed: Shape.png: (0x0) in R[4,4 269x165]@S(0) even though searching for text, script fails with error shape.png not found. Test environment: Windows 10 64bit, JAVA11 Any help on this issue will be appreciated.
2021-10-14 07:43:50 RaiMan bug watch added https://github.com/RaiMan/SikuliX1/issues/358
2021-10-14 07:44:20 RaiMan description **************************** current state / workaround findText() and find("some text") are supported by the same implementation, which currently does not work well. This is a bug and will be fixed in 2.0.6 Until then try to solve your problem with findWord, findWords, findLine and findLines features ********************************************************** This is my code         Settings.OcrTextRead = true;         Settings.OcrTextSearch = true;         Region RegionShapeMarkup = new Region(4,4,269,165);         String TextBoxLabelName= "Shape";         Match TextBoxLabelNameFound = RegionShapeMarkup.find(TextBoxLabelName);         if (TextBoxLabelNameFound != null)         {             RegionShapeMarkup.click (TextBoxLabelNameFound.offset(0, -30));         } the script fails with error FindFailed: Shape.png: (0x0) in R[4,4 269x165]@S(0) even though searching for text, script fails with error shape.png not found. Test environment: Windows 10 64bit, JAVA11 Any help on this issue will be appreciated. tracked on GitHub: https://github.com/RaiMan/SikuliX1/issues/358 **************************** current state / workaround findText() and find("some text") are supported by the same implementation, which currently does not work well. This is a bug and will be fixed in 2.0.6 Until then try to solve your problem with findWord, findWords, findLine and findLines features ********************************************************** This is my code         Settings.OcrTextRead = true;         Settings.OcrTextSearch = true;         Region RegionShapeMarkup = new Region(4,4,269,165);         String TextBoxLabelName= "Shape";         Match TextBoxLabelNameFound = RegionShapeMarkup.find(TextBoxLabelName);         if (TextBoxLabelNameFound != null)         {             RegionShapeMarkup.click (TextBoxLabelNameFound.offset(0, -30));         } the script fails with error FindFailed: Shape.png: (0x0) in R[4,4 269x165]@S(0) even though searching for text, script fails with error shape.png not found. Test environment: Windows 10 64bit, JAVA11 Any help on this issue will be appreciated.
2021-10-14 07:44:34 RaiMan summary [2.0.4] findText() or find("some text") not working --- workaround [2.0.5] findText() or find("some text") not working --- workaround