Re: [Sikuli-driver] [Question #699496]: Unable to start SikuliX 2.0.5 in Java 10

2021-11-16 Thread Nathan
Question #699496 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699496 Status: Answered => Solved Nathan confirmed that the question is solved: Wow, it seems that I found the solution: I changed which one of my two screens is the left screen and now SikuliX works ag

Re: [Sikuli-driver] [Question #699496]: Unable to start SikuliX 2.0.5 in Java 10

2021-11-15 Thread Nathan
Question #699496 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699496 Nathan posted a new comment: Thanks for your response RaiMan! Nope, I already used Java 10 beforehand as well. I'll try using a Java LTS and let you know if it works! -- You received this que

[Sikuli-driver] [Question #699496]: Unable to start SikuliX 2.0.5 in Java 10

2021-11-15 Thread Nathan
hen I click this icon nothing happens. I tried downloading SikuliX again and moving the folders, without results. Starting Sikuli with "java -jar sikulixide-2.0.5-win.jar -v -c" gives me the following output, but I have no idea what to do with this: [DEBUG]startUp: IDE: Running:

Re: [Sikuli-driver] [Question #294479]: ubuntu/linux command line execution failures

2016-05-29 Thread Nathan
Question #294479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294479 Nathan posted a new comment: Thanks, it installed without errors after I installed tesseract. I though the setup downloaded and installed tesseract if that option was selected and so I didn't expect to

Re: [Sikuli-driver] [Question #294479]: ubuntu/linux command line execution failures

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

Re: [Sikuli-driver] [Question #294479]: ubuntu/linux command line execution failures

2016-05-28 Thread Nathan
Question #294479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294479 Nathan posted a new comment: Ok, silly me for not checking the SetupLog first. I was missing JDK, xdotools, and g++. But it still doesn't get any further. It might be a problem with bui

Re: [Sikuli-driver] [Question #294479]: ubuntu/linux command line execution failures

2016-05-28 Thread Nathan
Question #294479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294479 Nathan posted a new comment: Thank you for the reply. #3 fixed the problem, but then I saw that highlighting in linux was added so I decided to reinstall ubuntu and install 1.1.1 However, the sukulixsetup

[Sikuli-driver] [Question #294479]: ubuntu/linux command line execution failures

2016-05-27 Thread Nathan
New question #294479 on Sikuli: https://answers.launchpad.net/sikuli/+question/294479 I've managed to install sikulix 1.1.0 on a very fresh ubuntu install and can edit and run scripts through the GUI IDE. I need to use keypress event handling to toggle my script on and off but I couldn't find a

Re: [Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2014-07-16 Thread Nathan Ash-Vie
Question #251689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251689 Nathan Ash-Vie posted a new comment: There is no ImagePath in my Sikuli-IDE.jar, could that be part of the problem? The JavaDoc notes it should be here: org.sikuli.script.ImagePath Here is a screenshot of

Re: [Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2014-07-16 Thread Nathan Ash-Vie
Question #251689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251689 Nathan Ash-Vie posted a new comment: Ahah! I think we both replied at the same time, will try separating the images from the Jar. Thanks for your patience, I'm a Sikuli newb. It's a fantastic lib

Re: [Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2014-07-16 Thread Nathan Ash-Vie
Question #251689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251689 Nathan Ash-Vie posted a new comment: It's not the network mapping, I tried substiting F:/ for the actual mapping name, it found the file but FindFailed still raised an exception: FindFailed: null

Re: [Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2014-07-16 Thread Nathan Ash-Vie
Question #251689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251689 Nathan Ash-Vie posted a new comment: Could it be something to do with the fact that my NetBeansProjects folder sits within a network drive (//whds001/users/Ashvien)? When run from Netbeans the path is

Re: [Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2014-07-16 Thread Nathan Ash-Vie
Question #251689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251689 Nathan Ash-Vie posted a new comment: This is what I get using -Dsikuli.Debug=3 (looks like version Sikulix 1.01): [debug] Screen: initScreens: basic initialization (2 Screen(s) found) [debug] *** monitor

Re: [Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2014-07-16 Thread Nathan Ash-Vie
Question #251689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251689 Nathan Ash-Vie posted a new comment: I'm not entirely sure, is there a way to check? Thanks -- You received this question notification because you are a member of Sikuli Drivers, which is an a

Re: [Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2014-07-15 Thread Nathan Ash-Vie
Question #251689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251689 Nathan Ash-Vie gave more information on the question: Definitely appears to be a problem with Sikuli accessing images stored within packages of the main compiled Jar. This is the FindFailed message returned

Re: [Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2014-07-15 Thread Nathan Ash-Vie
Question #251689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251689 Status: Solved => Open Nathan Ash-Vie is still having a problem: Plot thickens... It looks like it might be Sikuli again, I've verified the existance of the resource at runtime and the imag

Re: [Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2014-07-15 Thread Nathan Ash-Vie
Question #251689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251689 Status: Open => Solved Nathan Ash-Vie confirmed that the question is solved: UPDATE: appears to be the image recognition which is the cause (perhaps linked to how I'm referring to images store

Re: [Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2014-07-15 Thread Nathan Ash-Vie
Question #251689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251689 Status: Solved => Open Nathan Ash-Vie is still having a problem: EDIT: accidentally posted the last comment as "Status Solved". -- You received this question notification because you ar

Re: [Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2014-07-15 Thread Nathan Ash-Vie
Question #251689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251689 Status: Open => Solved Nathan Ash-Vie confirmed that the question is solved: The ResourceLoader message only appears on the first run, thereafter no message is displayed but the keystrokes do not st

[Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2014-07-15 Thread Nathan Ash-Vie
ated with the above warnings. I suspect that when the sikuli-IDE is moved to the Dist folder the file path is changing in such a way that the app is not able to import the classes any longer (a bit like if you've ever had to reference images within a Jar using getResource()). Just a hunch.

Re: [Sikuli-driver] [Question #251466]: Sikuli log output to JTextArea

2014-07-10 Thread Nathan Ash-Vie
Question #251466 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251466 Status: Answered => Solved Nathan Ash-Vie confirmed that the question is solved: Really should have Googled it before posting as the solution turns out to be quite simple, extend OutputStream to wr

Re: [Sikuli-driver] [Question #251466]: Sikuli log output to JTextArea

2014-07-10 Thread Nathan Ash-Vie
Question #251466 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251466 Nathan Ash-Vie posted a new comment: Oh sorry, yes, using Java. Will Google loggers, thanks. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Question #251466]: Sikuli log output to JTextArea

2014-07-10 Thread Nathan Ash-Vie
a text area? Thanks, Nathan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___ Mailing list: https://launchpad.net/~sikuli-driver Post to : sikuli-driver@lists.launchpad.net

Re: [Sikuli-driver] [Question #240935]: Large Test Batch (3000 test cases) gradually slows down in execution

2013-12-18 Thread Nathan Ash-Vie
Question #240935 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240935 Nathan Ash-Vie gave more information on the question: Forgot to add, thanks much for taking the time to reply. In response to the following: "spawn every test run into a new thread with a clean setu

Re: [Sikuli-driver] [Question #240935]: Large Test Batch (3000 test cases) gradually slows down in execution

2013-12-18 Thread Nathan Ash-Vie
Question #240935 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240935 Status: Needs information => Open Nathan Ash-Vie gave more information on the question: This is how I extract the data from the CSV file: xReader = file("G:\\UW Manual\\EDI Developme

Re: [Sikuli-driver] [Question #240935]: Large Test Batch (3000 test cases) gradually slows down in execution

2013-12-17 Thread Nathan Ash-Vie
after the script is stopped. • CPU use is not excessive whilst running. • The Sikuli script is 806 lines in length which doesn't seem to be excessive. Is anyone else having trouble? Thanks, Nathan EDIT: Is it possible to restart Sikuli via Jython? Perhaps raise a SystemExit and have it

[Sikuli-driver] [Question #240935]: Large Test Batch (3000 test cases) gradually slows down in execution

2013-12-17 Thread Nathan Ash-Vie
script is stopped. • CPU use is not excessive whilst running. • The slow down appears to be in the time it takes to enter a key. For instance two consecutive • The Sikuli script is 806 lines in length which doesn't seem to be excessive. Is anyone else having trouble? Thanks, Nathan -- Yo

[Sikuli-driver] [Bug 1205370] [NEW] Sikuli-API-Win32\Lib\socket.py unterminated '

2013-07-26 Thread Nathan Boyd
Public bug reported: line 311 in socket.py has an un-terminated ' ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1205370 Title: