MarketSquare / MarketSquare/robotframework-SikuliLibrary

java.lang.UnsatisfiedLinkError: %1 不是有效的 Win32 应用程序

Open
#111 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
163
Forks
60
PR merge metrics
No merged PRs in 30d

Description

I got the following error:
20190930 15:53:28.086 : INFO : Opening browser 'chrome' to base url 'https://www.baidu.com'.
20190930 15:53:40.459 : INFO : Slept 2 seconds
20190930 15:53:40.473 : INFO : Params: [C:\sikuli_image\]
20190930 15:53:41.082 : INFO : Params: [C:\sikuli_image\3.png]
20190930 15:53:41.082 : INFO :
20190930 15:53:41.082 : FAIL :
java.lang.UnsatisfiedLinkError: %1 不是有效的 Win32 应用程序。

test_image_identification2
Selenium2Library.Open Browser https://www.baidu.com chrome #打开浏览器
maximize browser window
sleep 2
Set Ocr Text Read true
SikuliLibrary.get text C:\\sikuli_image\\3.png

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the shown Robot Framework case and the SikuliLibrary.get text entry point, reproducing it on Windows with the supplied image path and Chrome setup. Compare the resulting UnsatisfiedLinkError with the library's native dependency loading; done means the keyword runs successfully in this scenario without the Win32 application error.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing-qa
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.