sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07440
[Bug 893909] Re: [error] Can't create OS Util: org.sikuli.script.Win32Util- exception is thrown whil eusing Sikuli through java
There is no workaround:
-- if SIKULI_HOME is set correctly, then Win32Util.dll will be found.
and
Screen sikuli=new Screen();
should work ([info] Windows utilities loaded should be printed on
stdout).
The path entries are only needed for the other native libraries used
e.g. with find and the Java awt support for the capture overlay window.
Since you need at least a Screen object to start any Sikuli features,
these are needed afterwards.
So you should again check your settings and the Sikuli installation on
the failing machines.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/893909
Title:
[error] Can't create OS Util: org.sikuli.script.Win32Util- exception
is thrown whil eusing Sikuli through java
Status in Sikuli:
New
Bug description:
I am running Sikuli through java, by using Sikuli-script.jar, while running the script i get the below exception
"[error] Can't create OS Util: org.sikuli.script.Win32Util"
Environment: Windowd 7 (32 bit)
Installed JDK 1.6.0.29,jre6
JDK path, JRE path and Sikuli path are given in the system path variable.
Issue is observed on Windows7 only and its consistent
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/893909/+subscriptions
References