sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #30501
Re: [Question #261760]: Fatal Error 110: loading: WinUtil.dll
Question #261760 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261760
Status: Answered => Open
Bipin is still having a problem:
Thanks RaiMan, I just followed your suggestions:
1-- Made both sikuli-java and sikuli-api to version 1.0.1
2-- removed the "set PATH" from bat
3-- removed java bin folder entry from system path
-- First run after above steps:
[error] ResourceLoaderBasic: checkLibsDir: libs dir is not on system path: C:\workspace\jars\sikulix\libs
[action] ResourceLoaderBasic: checkLibsDir: Please wait! Trying to add it to user's path
[info] runcmd: reg QUERY HKCU
[info] runcmd: reg QUERY HKEY_CURRENT_USER\Environment /v PATH
[info] runcmd: reg ADD HKEY_CURRENT_USER\Environment /v PATH /t REG_EXPAND_SZ /f /d C:\workspace\jars\sikulix\libs
[info] runcmd: reg QUERY HKEY_CURRENT_USER\Environment /v PATH
[error] ResourceLoaderBasic: checkLibsDir: Successfully added the libs folder to users PATH!
RESTART all processes/IDE's using Sikuli for new PATH to be used!/nFor usages from command line logout/login might be necessary!
[error] Terminating SikuliX after a fatal error! Sorry, but it makes no sense to continue!
If you do not have any idea about the error cause or solution, run again
with a Debug level of 3. You might paste the output to the Q&A board.
-- Run again after logout/login (same error):
[error] ResourceLoaderBasic: loadLib: Fatal Error 110: loading: WinUtil.dll
[error] ResourceLoaderBasic: loadLib: Since native library was found, it might be a problem with needed dependent libraries
C:\workspace\jars\sikulix\libs\WinUtil.dll: Can't find dependent libraries
[error] ResourceLoaderBasic: loadLib: Check, wether a valid Sikuli libs folder is in system path at runtime!
[error] Terminating SikuliX after a fatal error(110)! Sorry, but it makes no sense to continue!
If you do not have any idea about the error cause or solution, run again
with a Debug level of 3. You might paste the output to the Q&A board.
Press any key to continue . . .
Should I go for version 1.1.0 to resolve this this now?
My updated batch is as follows:
@echo off
java -cp C:\workspace\jars\sikulix\sikuli-api-1.0.1.jar;C:\workspace\jars\sikulix\sikuli-java.jar adhoc.RunEmailTest
pause
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.