Re: [Sikuli-driver] [Question #701193]: Error with runnable fat jar outside of IDE

2022-04-05 Thread Ralph
Question #701193 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701193 Ralph gave more information on the question: I replaced static { new Finder(new Screen().capture(0, 0, 1, 1)); } with System.loadLibrary(Core.NATIVE_LIBRARY_NAME) and copied opencv_java342.dll to \bin and

Re: [Sikuli-driver] [Question #701193]: Error with runnable fat jar outside of IDE

2022-04-05 Thread Ralph
Question #701193 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701193 Status: Answered => Open Ralph is still having a problem: Hi, thanks heaps but still get a similar error: Exception in thread "main" java.lang.UnsatisfiedLinkError: 'long org.opencv.core.Mat.n_Mat()'

Re: [Sikuli-driver] [Question #701201]: How to create a banner for the test run?

2022-04-05 Thread RaiMan
Question #701201 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701201 RaiMan proposed the following answer: Currently there is no such feature available (Is on the list for 2.0.6). You can do the following workaround: where = Region(300, 300, 1, 1) def blocker(loc):

Re: [Sikuli-driver] [Question #701193]: Error with runnable fat jar outside of IDE

2022-04-05 Thread RaiMan
Question #701193 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701193 RaiMan proposed the following answer: put the following at the top of your main class: static { new Finder(new Screen().capture(0, 0, 1, 1)); } Looks a bit odd, but it takes care, that the \Sikulix folder

Re: [Sikuli-driver] [Question #701210]: Same image not found on different devices/systems --- especially with textual content

2022-04-05 Thread RaiMan
Question #701210 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701210 Summary changed to: Same image not found on different devices/systems --- especially with textual content -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #701210]: Same image not found on different devices/systems

2022-04-05 Thread Gjorgji
Question #701210 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701210 Gjorgji posted a new comment: Also, thanks RaiMan for the quick answer, appreciate it. > - avoid textual content in the shot (font rendering is the one, that brings > the most differences) This here

Re: [Sikuli-driver] [Question #701210]: Same image not found on different devices/systems

2022-04-05 Thread Gjorgji
Question #701210 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701210 Status: Answered => Solved Gjorgji 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 #701193]: Error with runnable fat jar outside of IDE

2022-04-05 Thread RaiMan
Question #701193 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701193 Status: Open => Answered RaiMan proposed the following answer: ok, I will check/test and make you a suggestion for a workaround asap. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #701210]: Same image not found on different devices/systems

2022-04-05 Thread RaiMan
Question #701210 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701210 Status: Open => Answered RaiMan proposed the following answer: No easy solution for this. Since Java 11 getting the screen content is compatible for all screen setups (Windows, Mac, Linux) even for

Re: [Sikuli-driver] [Question #700996]: Is it possible with sikuli to get the exact location of text (X and Y) within an image during runtime?

2022-04-05 Thread Launchpad Janitor
Question #700996 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700996 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #701210]: Same image not found on different devices/systems

2022-04-05 Thread RaiMan
Question #701210 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701210 Summary changed to: Same image not found on different devices/systems -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #701210]: Issues with running same script on different devices

2022-04-05 Thread Gjorgji
Question #701210 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701210 Gjorgji gave more information on the question: Forgot to mention, all the devices have Java 11 installed from AdoptOpenJDK. -- You received this question notification because your team Sikuli Drivers is

[Sikuli-driver] [Question #701210]: Issues with running same script on different devices

2022-04-05 Thread Gjorgji
New question #701210 on SikuliX: https://answers.launchpad.net/sikuli/+question/701210 I'm creating scripts for testing an application on multiple OSes. The application is the same on all OSes. The scripts run perfectly on all OSes, but I'm encountering an issue with finding some images if