[1.1.0] Robot Framework + Sikuli problem: UnsatisfiedLinkError: org.sikuli.natives.WinUtil.getHwnd(II)J --- fixed 2015-09-25+

Asked by Shytor

Setting up and running step_2 from:

https://github.com/Tset-Noitamotua/Sikuli-and-Robot-Framework-Integration/

I get the error:

Verify that 2 + 2 = 4 | FAIL |
UnsatisfiedLinkError: org.sikuli.natives.WinUtil.getHwnd(II)J

This is using robottest.bat - modified only for newer robot framework jar version number:

@echo off

set sikulix_jar=C:\SikuliX_110\sikulixapi.jar
set robot_framework_jar=C:\robotframework\robotframework-2.9.1.jar

java -cp "%robot_framework_jar%;%sikulix_jar%" ^
     -Dpython.path="%sikulix_jar%/Lib" ^
     org.robotframework.RobotFramework ^
     --pythonpath=calc.sikuli ^
     --outputdir=results ^
     --loglevel=TRACE ^
     %*

I get the same problem result using jybottest.bat, which is unmodified.

I believe I have everything installed, and a bunch of environment variables set, per various pages there and elsewhere. Obviously something is missing a path to something but I'm not familiar with these language environments so don't know where to look.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

see bug 1498949
should work with today's nightly again

Revision history for this message
Shytor (3c73-3jxj) said :
#2

That fixed it, thank you.

Revision history for this message
Shytor (3c73-3jxj) said :
#3

Thanks RaiMan, that solved my question.