← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #261760]: Fatal Error 110: loading: WinUtil.dll

 

Question #261760 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261760

    Status: Open => Answered

RaiMan proposed the following answer:
-- 1. you have a mix of 
sikuli-api-1.0.2
and
SkuliX version 1.0.1

this is not recommended (does not really make sense) and I do not
support this.

-- 2. pointer to libs folder
set PATH=C:\workspace\jars\sikulix\libs;%PATH%
is not needed in your bat, since it is already at the end of the system path (added by version 1.0.1 setup).

-- 2. With version 1.1.0 this would be much easier, since the system path is handled by SikuliX on the fly at runtime.
If you give it a try be sure to purge anything from your system environment pointing to prior Sikuli(X) versions.

Generally: any pointer to the Java bin folder is usually not needed in system path for Java itself or any recent Java app or IDE.
recommendation: remove it from system path, if you really do not need it for any special case (SikuliX version 1.0.1+ does not need it anymore anyways).

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.