[Sikuli-driver] [Bug 1946925] [NEW] Env.getOSVersion() gets incorrect version for Windows 11

2021-10-13 Thread Chetan
Public bug reported: Env.getOSVersion() gets incorrect version for Windows 11 we are expecting version to be returned as 11 but get 10.0 OS: Win 11 Java : 14 ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification because you are a member of Si

[Sikuli-driver] [Bug 1946925] Re: Env.getOSVersion() gets incorrect version for Windows 11

2021-10-13 Thread Chetan
** Attachment added: "Win11 Version.PNG" https://bugs.launchpad.net/sikuli/+bug/1946925/+attachment/5532337/+files/Win11%20Version.PNG ** Description changed: Env.getOSVersion() gets incorrect version for Windows 11 we are expecting version to be returned as 11 but get 10.0 + + OS: Wi

Re: [Sikuli-driver] [Question #698959]: opencv_java430.dll not in any libs folder

2021-10-13 Thread Daniel de Winter
Question #698959 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698959 Status: Answered => Open Daniel de Winter is still having a problem: Hi, I'm still have problems with the FIND method. please see linked picture: https://drive.google.com/file/d/1-y4cHw7itXGk8RcCohtVv

[Sikuli-driver] [Bug 1946925] Re: [2.0.5] Win11: Env.getOSVersion() gets incorrect version (10.0)

2021-10-13 Thread RaiMan
Since I am still not able to test a Win11 system (update not yet available), I cannot test it. But internally simply the Java SystemProperty os.version is reported. So you might check this value on your system. Looks like a Java problem. ** Summary changed: - Env.getOSVersion() gets incorrect v

Re: [Sikuli-driver] [Question #698959]: opencv_java430.dll not in any libs folder

2021-10-13 Thread RaiMan
Question #698959 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698959 Status: Open => Answered RaiMan proposed the following answer: apparently you are running on a 32-Bit system or use a 32-Bit Java version. SikuliX 2.0.5 must be run with a 64-Bit Java version. -- You

[Sikuli-driver] [Bug 1946925] Re: [2.0.5] Win11: Env.getOSVersion() gets incorrect version (10.0)

2021-10-13 Thread Chetan
yes right below is the output. however will updating java create issues on UI automation on windows 10 or it is safe to update C:\Users\labuser\Desktop>"C:\Program Files\Java\jdk-14.0.2\bin\java" Main Name: Windows 10 Version: 10.0 Architecture: amd64 -- You received this bug notification becaus

[Sikuli-driver] [Bug 1946925] Re: [2.0.5] Win11: Env.getOSVersion() gets incorrect version (10.0)

2021-10-13 Thread Chetan
tried with java 17 but still same issue. looks like java problem -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to SikuliX. https://bugs.launchpad.net/bugs/1946925 Title: [2.0.5] Win11: Env.getOSVersion() gets incorrect version (10.0) Sta

[Sikuli-driver] [Bug 1946925] Re: [2.0.5] Win11: Env.getOSVersion() gets incorrect version (10.0)

2021-10-13 Thread Chetan
looks like there is an open bug for windows 11 that is expected to be fixed in java 18 https://bugs.openjdk.java.net/browse/JDK-8274840 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to SikuliX. https://bugs.launchpad.net/bugs/1946925 Title

[Sikuli-driver] [Bug 1946925] Re: [2.0.5] Win11: Env.getOSVersion() gets incorrect version (10.0) --- Java problem (fixed with Java18)

2021-10-13 Thread RaiMan
thanks for the info. I will track it on GitHub ** Summary changed: - [2.0.5] Win11: Env.getOSVersion() gets incorrect version (10.0) + [2.0.5] Win11: Env.getOSVersion() gets incorrect version (10.0) --- Java problem (fixed with Java18) ** Description changed: + looks like there is an open bug

[Sikuli-driver] [Bug 1946925] Re: [2.0.5] Win11: Env.getOSVersion() gets incorrect version (10.0) --- Java problem (fixed with Java18)

2021-10-13 Thread RaiMan
** Description changed: - looks like there is an open bug for windows 11 + looks like there is an open bug for windows 11 that is expected to be fixed in java 18 https://bugs.openjdk.java.net/browse/JDK-8274840 + + tracked on GitHub: https://github.com/RaiMan/SikuliX1/issues/479 ---

Re: [Sikuli-driver] [Question #698959]: opencv_java430.dll not in any libs folder

2021-10-13 Thread Daniel de Winter
Question #698959 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698959 Status: Answered => Open Daniel de Winter is still having a problem: doesn't seem to be the problem https://drive.google.com/file/d/1K5kbrizWxxxhJ4K4cp09Ur9ocmeshMGP/view?usp=sharing -- You received

Re: [Sikuli-driver] [Question #698959]: opencv_java430.dll not in any libs folder

2021-10-13 Thread RaiMan
Question #698959 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698959 Status: Open => Answered RaiMan proposed the following answer: Uups, sorry for misleading --- I did not read the error message carefully enough. May be this helps: https://github.com/RaiMan/SikuliX1/wi

Re: [Sikuli-driver] [Question #698959]: opencv_java430.dll not in any libs folder

2021-10-13 Thread Daniel de Winter
Question #698959 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698959 Status: Answered => Open Daniel de Winter is still having a problem: VC Redistributable 2015+ x64 is already installed. ---> was already installed, version: 14.26.28720 https://drive.google.com/file/

Re: [Sikuli-driver] [Question #698959]: opencv_java430.dll not in any libs folder

2021-10-13 Thread RaiMan
Question #698959 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698959 Status: Open => Answered RaiMan proposed the following answer: ok, then I cannot help you. Something in/with your Win or Eclipse setup is not as it should be - but I have no glue. Try to find out, whi

Re: [Sikuli-driver] [Question #699003]: after screen.type(pattern., "text") and screen.type(pattern, Key.Tab) focus is set to previous component instead of next

2021-10-13 Thread Hans Steenblok
Question #699003 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699003 Status: Answered => Solved Hans Steenblok confirmed that the question is solved: Instead of adding a delay after screen.type(pattern , text) I added screen.type(Key.ENTER). That solved the problem for m

Re: [Sikuli-driver] [Question #698959]: opencv_java430.dll not in any libs folder

2021-10-13 Thread Daniel de Winter
Question #698959 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698959 Status: Answered => Solved Daniel de Winter confirmed that the question is solved: final clues: dll inspection: https://drive.google.com/file/d/1vYkB8m_JeHOxt40b9LM1cIie-eelSR1x/view?usp=sharing Dll s

[Sikuli-driver] [Bug 1881240] Re: [2.0.4] findText() or find("some text") not working --- workaround

2021-10-13 Thread Chetan
@raiman can you please confirm if this is fixed as status is in progress and marked in 2.0.5 ** Description changed: + Need update: + @raiman can you please confirm if this is fixed as status is in progress and marked in 2.0.5 current state / workaround findText(