[Sikuli-driver] [Bug 1751840] [NEW] Error creating App object on linux using Java

2018-02-26 Thread Mike Bedwell
Public bug reported: Using Java 9, and the latest 1.1.2 nightly build Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/exec/ExecuteStreamHandler  at java.base/java.lang.Class.forName0(Native Method)  at java.base/java.lang.Class.forName(Class.java:292)  at org.sikuli

[Sikuli-driver] [Bug 1751840] Re: Error creating App object on linux using Java

2018-02-28 Thread Mike Bedwell
error message was due to using a failed linux setup. After installing the necessary dependancies in linux and modifying the setup jar a bit (it couldn't find some libraries on the class path), I have a working api jar to build against. ** Changed in: sikuli Status: New => Invalid -- You

[Sikuli-driver] [Bug 1751840] Re: Error creating App object on linux using Java

2018-03-01 Thread Mike Bedwell
Of course. I'm fairly confident I over-complicated the solution, thus the lack of real detail. I installed opencv 2.4 and tesseract 3.05 on the system, as the installers check for the usability of libVisionProxy was failing due to those libraries missing. I wasn't sure if there were somehow incl

Re: [Sikuli-driver] [Question #665097]: Ubunto Linux Installation

2018-03-01 Thread Mike Bedwell
Question #665097 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665097 Mike Bedwell proposed the following answer: ldd requires the full path to the library you want to check. Most linux distros would store it in /usr/lib change your command to 'ldd -r /us

[Sikuli-driver] [Bug 1751840] Re: Error creating App object on linux using Java

2018-03-01 Thread Mike Bedwell
It's worth noting, part of the failure was mine for not remembering the dependency issues (needing to install an older opencv (version 2) and tesseract. The only real 'issue' was that without combining the two jar files' class files, I was unable to successfully run the installer. [debug (3/1/18,

[Sikuli-driver] [Question #665115]: Successful add of image path, unable to load images

2018-03-01 Thread Mike Bedwell
New question #665115 on Sikuli: https://answers.launchpad.net/sikuli/+question/665115 This is successful ImagePath.add("com.jaditd.wood.Wood/images"); This is also successful Pattern gather = new Pattern("/images/gatherWood.png"); This fails, though, I think since the Image path modification wa

Re: [Sikuli-driver] [Question #665115]: Successful add of class-based image path, unable to load images --- fixed see related bug

2018-03-03 Thread Mike Bedwell
Question #665115 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665115 Mike Bedwell posted a new comment: Thank you much. I was hesitant to report it as a bug, as I'm still quite a rookie with Java (I've spent my last 10 years stuck with the .net implementations

Re: [Sikuli-driver] [Bug 1753132] [NEW] [1.1.2] images not loaded from jar using class-based imagepath --- fixed 1.1.2 2018-03-03 build#117

2018-03-03 Thread Mike Bedwell
Just pulled the most recent sources after this patch, and can confirm it’s working beautifully again. I really appreciate your efforts and your project. —Mike > On Mar 3, 2018, at 9:49 AM, RaiMan wrote: > > Public bug reported: > > This is successful > ImagePath.add("com.jaditd.wood.Wood/ima

Re: [Sikuli-driver] [Question #665359]: Image match successful on mac fails on windows

2018-03-11 Thread Mike Bedwell
Question #665359 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665359 Mike Bedwell posted a new comment: Not to step on any toes, but I've been developing a piece of software that must work on all three (windows/linux/osx). One of the things that has helped me to tr

Re: [Sikuli-driver] [Question #665359]: Image match successful on mac fails on windows

2018-03-12 Thread Mike Bedwell
Question #665359 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665359 Mike Bedwell posted a new comment: Sure. If you open the IDE, and add one of your images to the script there (using 'insert image'), you can click on the image thumbnail that results to open t

[Sikuli-driver] [Question #665528]: Packaging platform specific libs in one jar

2018-03-12 Thread Mike Bedwell
New question #665528 on Sikuli: https://answers.launchpad.net/sikuli/+question/665528 The project I'm working on will likely be used on all 3 platforms, Windows, Linux, and OS X. Will I create issues by packaging all 3 sikulixlibs*.jar files (name clashes, etc) in the same jar file? I'm trying

[Sikuli-driver] [Question #665568]: Possible OCR improvement through screen capture change?

2018-03-13 Thread Mike Bedwell
New question #665568 on Sikuli: https://answers.launchpad.net/sikuli/+question/665568 I was comparing and researching a solution for a text grab from the screen. I know, from reading the conversations here on launchpad that ocr is a hit or miss thing. I captured a png from my screen using the

Re: [Sikuli-driver] [Question #665568]: Possible OCR improvement through screen capture change?

2018-03-14 Thread Mike Bedwell
Question #665568 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665568 Status: Answered => Solved Mike Bedwell confirmed that the question is solved: Makes sense. I appreciate your time and explanation. -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #665528]: Packaging platform specific libs in one jar

2018-03-14 Thread Mike Bedwell
Question #665528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665528 Status: Answered => Solved Mike Bedwell confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is

[Sikuli-driver] [Bug 1760167] [NEW] Match.target(); not being set or not being returned when Match object is returned through a function

2018-03-30 Thread Mike Bedwell
Public bug reported: matchOfSomething=someFunctionThatReturnsMatch(Region); System.out.println("matchOfSomething.toString()); The output is: M[1438,135 142x22]@S(S(0)[0,0 1680x1050]) S:1.00 T:1020,594 [718 msec] Location l=matchOfSomething.getTarget(); System.out.println(l.toString()); The outp

[Sikuli-driver] [Bug 1766117] [NEW] Java version not detected using Java 10

2018-04-22 Thread Mike Bedwell
Public bug reported: [info] HotkeyManager: add Hotkey: CTRL+SHIFT H (72, 3) [error] RunTimeINIT: Java version not detected (using 7): 10.0.1+10 java ?7?-64 version 10.0.1+10 vm 10.0.1+10 class 54.0 arch x86_64 Not a huge deal in that I can install java 9 to get it rolling again, just a heads up.

[Sikuli-driver] [Bug 1766117] Re: Java version not detected using Java 10

2018-04-22 Thread Mike Bedwell
Or...no I can't lol. Seems Oracle has declared Java 9 EOL and forces Java 10 download. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1766117 Title: Java version not detected using Java 10 Status