[Sikuli-driver] [Question #680591]: First time sikuli user, after download and run, it crashes.

2019-05-02 Thread Bryan
New question #680591 on Sikuli: https://answers.launchpad.net/sikuli/+question/680591 First time to use Sikuli 1.1.4 . Want to try the tool for our application. Steps: 1. Dowloaded The Jython interpreter 2.7.1 for python scripting (the default) 2. put on Downloads/sikuli 3. Downloaded Download t

Re: [Sikuli-driver] [Question #680591]: First time sikuli user, after download and run, it crashes.

2019-05-02 Thread RaiMan
Question #680591 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680591 Status: Open => Answered RaiMan proposed the following answer: Just tested on my Windows 10 with Java 8 After download from https://raiman.github.io/SikuliX1/downloads.html I have in my folder Download

Re: [Sikuli-driver] [Question #680288]: Count the number of instances some text appears on the screen

2019-05-02 Thread Launchpad Janitor
Question #680288 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680288 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. -- You

Re: [Sikuli-driver] [Question #680568]: SikulixIDE 1.1.1 does not recognize f.find(Pattern("test.png").similar(Similarity))

2019-05-02 Thread RaiMan
Question #680568 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680568 Status: Open => Answered RaiMan proposed the following answer: if possible upgrade to 1.1.4 1.1.1 no longer gets fixes. in 1.1.1 you might try: p = Pattern("test.png"); find(p.similar(Similarity)) --

Re: [Sikuli-driver] [Question #680568]: [1.1.1] Pattern("test.png").similar(Similarity) is reverted to Pattern("test.png")

2019-05-02 Thread RaiMan
Question #680568 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680568 Summary changed to: [1.1.1] Pattern("test.png").similar(Similarity) is reverted to Pattern("test.png") -- You received this question notification because your team Sikuli Drivers is an answer contact for S

Re: [Sikuli-driver] [Question #680591]: First time sikuli user, after download and run, it crashes.

2019-05-02 Thread Bryan
Question #680591 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680591 Bryan posted a new comment: Hello Sir, here's the log output: C:\Users\Testcom1\Downloads\Bryan\Test Automation\installers\sukuli2>java -jar "sikulix (2).jar" -v [DEBUG] IDE: starting [DEBUG] IDE: no exte

Re: [Sikuli-driver] [Question #680591]: First time sikuli user, after download and run, it crashes.

2019-05-02 Thread RaiMan
Question #680591 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680591 RaiMan proposed the following answer: rename sikulix (2).jar to sikulix.jar -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #680591]: First time sikuli user, after download and run, it crashes.

2019-05-02 Thread RaiMan
Question #680591 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680591 RaiMan proposed the following answer: ok, you should have the idea window now!? otherwise run: java -jar sikulix.jar -v -c -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #680591]: First time sikuli user, after download and run, it crashes.

2019-05-02 Thread Bryan
Question #680591 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680591 Bryan posted a new comment: Sorry about that, Here's the log file after renaming: C:\Users\Testcom1\Downloads\Bryan\Test Automation\installers\sukuli2>java -jar sikulix.jar -v [DEBUG] IDE: starting [DEBUG]

Re: [Sikuli-driver] [Question #680568]: [1.1.1] Pattern("test.png").similar(Similarity) is reverted to Pattern("test.png")

2019-05-02 Thread James Simmons
Question #680568 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680568 Status: Answered => Solved James Simmons confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #680452]: Sikuli 1.1.4 - java server remote console keyboard passthrough not working

2019-05-02 Thread TestMechanic
Question #680452 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680452 Status: Open => Needs information TestMechanic requested more information: I am not sure what exactly you are trying to do. Can you record a video of your action so we can see it? -- You received this

[Sikuli-driver] [Question #680596]: FindFailed.setHandler not firing

2019-05-02 Thread matteoa
New question #680596 on Sikuli: https://answers.launchpad.net/sikuli/+question/680596 hello all, I have a script with these lines: setROI(vncReg.getX(),vncReg.getY(),vncReg.getW(),vncReg.getH()) FindFailed.setHandler(HndlFindFailed) use() # reset the global SCREEN object to take over

[Sikuli-driver] [Question #680601]: (Chinese (Traditional)) how to use ocr config?

2019-05-02 Thread wu
A question was asked in a language (Chinese (Traditional)) spoken by none of the registered Sikuli answer contacts. https://answers.launchpad.net/sikuli/+question/680601 i want to find how to use like python ocr config in the sikuli ex: python: pytesseract.image_to_string(image2,config='-p

Re: [Sikuli-driver] [Question #680591]: First time sikuli user, after download and run, it crashes.

2019-05-02 Thread Bryan
Question #680591 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680591 Bryan posted a new comment: Hi, Sorry It's my first time to encounter this. Still crashing. Not yet tried to run the .jar via Admin, I'm not sure if it will fix the issue. Do you have any advise? Error log: