MarketSquare / MarketSquare/robotframework-SikuliLibrary
Does SikuliLibrary 1.0.4+ run only java 64 bits arch?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 163
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
I have a machine with java 32 bit and SikulLibrary 1.0.2, so i tried to update SikuliLibrary to 1.0.4, 1.0.5 and 1.0.6 versions. But i have fail in my first keyword:
`Wait Until Screen Contain file.PNG 10`
The error reported in both versions was:
`Caused by: org.sikuli.script.SikuliXception: fatal: Java arch must be 64 Bit (java 8 version 1.8 vm 25.201-b09 class 52.0 arch null)
at org.sikuli.script.support.RunTime.terminate(RunTime.java:1065)`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the SikuliX runtime check at RunTime.java:1065 and compare the Java architecture requirements between SikuliLibrary 1.0.2 and 1.0.4–1.0.6. Reproduce the failure with the stated 32-bit Java setup and the `Wait Until Screen Contain` keyword. Done means establishing whether the newer versions require 64-bit Java and recording the supported behavior or next action.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100