[Sikuli-driver] [Question #667374]: Sikuli image recognition fails for ThinkPad T470/Windows different OS version

2018-03-30 Thread pratik patil
New question #667374 on Sikuli:
https://answers.launchpad.net/sikuli/+question/667374

Hi Sir,

We have Sikuli scripts which we run on Virtual Machines. All images are 
captured neatly such that it should not hamper execution. Here is the case:

1. I have Windows 7 OS with T430 laptop (1600*900 resolution). When I connect 
to VM and try to execute script/s, it recognizes image very well and runs 
smoothly

2. My colleague have Windows 10 OS with T470 laptop (1920*1080 resolution). 
When he connects to VM and try to execute script/s, it fails to recognize 
image; not particular image but probably some random one. 
SO we have changed resolution of laptop and tried to run again and it again 
resulted in failure.

What can be causes behind this failure sir ? I heard about Graphics adapter 
plays role while searching image. 
Can you please give me some solution what can be done in this case?

Thanks for your help and feedback.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #464203]: App.open() not working on Windows Server 2012

2017-02-27 Thread pratik patil
Question #464203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/464203

Status: Needs information => Open

pratik patil gave more information on the question:
Yes I tried that too ...

App.open() opens command prompt as well as our application and then
debug pointer moves to next step

App.run() opens our application but debug pointer does not move to next
step.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #464203]: App.open() not working on Windows Server 2012

2017-02-20 Thread pratik patil
Question #464203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/464203

Status: Answered => Solved

pratik patil confirmed that the question is solved:
Closing this as Issue is resolved.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #464203]: App.open() not working on Windows Server 2012

2017-02-20 Thread pratik patil
Question #464203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/464203

pratik patil posted a new comment:
Yes ...

cmd /c 

this worked well with App.run() as well as App.open()

Thank you all.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #464203]: App.open() not working on Windows Server 2012

2017-02-20 Thread pratik patil
Question #464203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/464203

Status: Answered => Open

pratik patil is still having a problem:
Hi,

for 0 and 3, we have code written in Core java and framework already
working smoothly. So we cannot use jython in our code.

1. Tried using App.run() but faced this error:
[error] RunTimeAPI: fatal error: java.io.IOException: Cannot run program 
"C:/Program Files (x86)//xyz.exe": CreateProcess error=740, The requested 
operation requires elevation

Also tried to append r at the beginning of path and still saw above
error.

It seems like error of permission

2. Notepad++ application launched using App.run command

-I have checked notepad++.exe and xyz.exe security tab (permissions) and
both are having same permission

do we have anything similar to os in java as you mentioned above ??

thanks for help till now ..

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #464203]: App.open() not working on Windows Server 2012

2017-02-17 Thread pratik patil
Question #464203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/464203

Status: Needs information => Open

pratik patil gave more information on the question:
I tried with this option too ... but it is saying that

App not found r"C:\Program Files (x86)\\xyz.exe"

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #464203]: App.open() not working on Windows Server 2012

2017-02-17 Thread pratik patil
Question #464203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/464203

pratik patil gave more information on the question:
Sorry, it works as expected on 2008 Windows Server

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #464203]: App.open() not working on Windows Server 2012

2017-02-17 Thread pratik patil
Question #464203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/464203

Status: Needs information => Open

pratik patil gave more information on the question:
This  is what i tried so far -

1. C:/Program Files (x86)///xyz.exe
2. C:\Program Files (x86)\\\xyz.exe
3. C:/Program Files (x86)//xyz.exe (This is working with 2007 server)

declared xyzPath at the beginning of script and then passing xyzPath
while calling openApp(appPath).

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #464203]: App.open() not working on Windows Server 2012

2017-02-17 Thread pratik patil
Question #464203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/464203

pratik patil gave more information on the question:
public boolean openApp(String appPath)  {
Thread.sleep(2000);
App.open(appPath);
isExecuted = true;
return isExecuted;
}

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #464203]: App.open() not working on Windows Server 2012

2017-02-17 Thread pratik patil
Question #464203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/464203

Status: Answered => Open

pratik patil is still having a problem:
We have SikuliActions class where all sikuli related actions being kept.

In that we have openApp() method where we are using - App.open(appPath);
code to open Application.

appPath - C:/

I also tried with double backslash and it did not resolve.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #464203]: App.open() not working on Windows Server 2012

2017-02-17 Thread pratik patil
Question #464203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/464203

pratik patil posted a new comment:
Hey RaiMan,

All are in same version and that too 1.1.1.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #464203]: App.open() not working on Windows Server 2012

2017-02-17 Thread pratik patil
New question #464203 on Sikuli:
https://answers.launchpad.net/sikuli/+question/464203

Hi Team,

I already saw all threads regarding App.open() not working. Also i tried all 
possible solution to make it work on Windows Server 2012 but still I am not 
able to get it resolved.

I am getting error on screen as  App.open failed: C:\Our\Product\Path not found.

However same code is working as expected on Windows 2007 Servers. I am not 
getting exact reason behind this problem. 

On both servers same version of java installed. 

Thanks for help.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #403786]: Sikuli running from personal laptop and finding image on remote machine

2016-11-10 Thread pratik patil
Question #403786 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/403786

Status: Needs information => Solved

pratik patil confirmed that the question is solved:
Sorry, it was my mistake. I am able to find it now.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #403786]: Sikuli running from personal laptop and finding image on remote machine

2016-11-04 Thread pratik patil
New question #403786 on Sikuli:
https://answers.launchpad.net/sikuli/+question/403786

Hi Team

i have script which opens RDC and then try to find out batch file which has 
some code written for execution. I am running my script from my test laptop.

It opens RDC perfectly but then it is not able to find out image which is 
shortcut of batch file. Is this limitation of Sikuli? I can solve this problem?

Even WIN+R key was not working on it.

Thanks.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp