Re: [Sikuli-driver] [Question #665352]: App.open only works once then fails

2018-03-08 Thread Shawn Robertson
Question #665352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665352 Shawn Robertson posted a new comment: Thank you Raiman! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #665352]: App.open only works once then fails

2018-03-08 Thread RaiMan
Question #665352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665352 RaiMan posted a new comment: In version 1.1.2 the message from the App.close() will no longer be an error, but only an action log saying [log] App.close(): already closed if used as you do it. More wi

Re: [Sikuli-driver] [Question #665352]: App.open only works once then fails

2018-03-07 Thread Shawn Robertson
Question #665352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665352 Status: Answered => Solved Shawn Robertson 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 #665352]: App.open only works once then fails

2018-03-07 Thread Shawn Robertson
Question #665352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665352 Shawn Robertson posted a new comment: yes sir, I can confirm it does work now albeit with the complaining message: [error] App.close [-1:Timeslip.exe (timeslip)] C:\tssmoketest\2019\timeslip.exe did not work

Re: [Sikuli-driver] [Question #665352]: App.open only works once then fails

2018-03-07 Thread RaiMan
Question #665352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665352 RaiMan proposed the following answer: Nevertheless I will try to fix this behavior at least to more understandable error messages. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #665352]: App.open only works once then fails

2018-03-07 Thread RaiMan
Question #665352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665352 RaiMan proposed the following answer: just checked: the mentioned trick works: - close() complains, that it did not work, but then the reopen does its job -- You received this question notification because

Re: [Sikuli-driver] [Question #665352]: App.open only works once then fails

2018-03-07 Thread RaiMan
Question #665352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665352 RaiMan proposed the following answer: ok, thanks for clarification. I just started to test and found out, that the first sequence does not make problems. In the second (changed to your own close() method) I

Re: [Sikuli-driver] [Question #665352]: App.open only works once then fails

2018-03-07 Thread Shawn Robertson
Question #665352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665352 Shawn Robertson posted a new comment: ok i have to update i was incorrect in my explanation I apologize. if i do this: timeslip = App(os.path.join(r"C:\tssmoketest", Settings.Version, "timeslip.exe")) time

Re: [Sikuli-driver] [Question #665352]: App.open only works once then fails

2018-03-07 Thread Shawn Robertson
Question #665352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665352 Description changed to: Sikuli X 1.1.2 March Nightly (same effect with 1.1.1 Stable) Windows 10 Creators Fall update with all latest patches installed i have my automation script that has always worked. ev

Re: [Sikuli-driver] [Question #665352]: App.open only works once then fails

2018-03-07 Thread RaiMan
Question #665352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665352 Status: Open => Answered RaiMan proposed the following answer: I will have a look at it. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

[Sikuli-driver] [Question #665352]: App.open only works once then fails

2018-03-07 Thread Shawn Robertson
New question #665352 on Sikuli: https://answers.launchpad.net/sikuli/+question/665352 Sikuli X 1.1.2 March Nightly (same effect with 1.1.1 Stable) Windows 10 Creators Fall update with all latest patches installed i have my automation script that has always worked. even after updating to Window