← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #261633]: Unable to Start Sikuli IDE Win7 64bit with Java 32/64bit

 

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

    Status: Answered => Open

Yik Ran is still having a problem:
Hi RaiMan

 Thanks for your fast reply. I have made the changes to my path as recommended so that there are no more references to Java\bin and Sikuli folder:
C:\ProgramData\Oracle\Java\javapath;C:\Program Files\zSpace\Tracking\4.0.1.75-svn-35737;C:\Program Files (x86)\zSpace\Tracking\4.0.1.75-svn-35737;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static

Then I did a java -version and the output is:
C:\Users\demo\Documents\SikuliX>java -version
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)

and I ran the sikuli script:
C:\Users\demo\Documents\SikuliX>runsikulix.cmd -d 3 -c
+++ running this Java
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
+++ trying to run SikuliX
+++ using: -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine -jar
C:\Users\demo\Documents\SikuliX\sikulix.jar -d 3 -c
[debug] Running on Java 8 (1.8.0_31-b13)
[debug] --- Sikuli parameters ---
[debug] 1: -d
[debug] 2: 3
[debug] 3: -c
[debug] ScriptRunner: initScriptingSupport: enter
[debug] JythonScriptRunner: init: setting java environment python.path:
C:\Users\demo\Documents\SikuliX\sikulix.jar\Lib
[debug] ScriptRunner: initScriptingSupport: added: jython
[debug] ScriptRunner: initScriptingSupport: warning: org.sikuli.scriptrunner.ISc
riptRunner: Provider org.sikuli.scriptrunner.JRubyScriptRunner could not be inst
antiated
[debug] ScriptRunner: initScriptingSupport: exit with defaultrunner: jython (py)

[debug] ResourceLoader: SikuliX Package Build: 1.1.0 2015-01-16_01:00nightly
[debug] ResourceLoader: check: we are running on arch: amd64
[debug] ResourceLoader: check: using Java at: C:/Program Files/Java/jre1.8.0_31/

[debug] ResourceLoader: check: Exists Environment.SIKULIX_HOME? YES: C:/Users/de
mo/Documents/SikuliX/libs
[debug] ResourceLoader: checkLibsDir: trying: C:/Users/demo/Documents/SikuliX/li
bs
[debug] ResourceLoader: checkLibsDir: Running on Windows - checking system path!

[debug] ResourceLoader: checkLibsDir: checking ClassLoader.usrPaths having: C:/U
sers/demo/Documents/SikuliX/libs
[debug] ResourceLoader: loadLib: Now loaded: VisionProxy from:
C:\Users\demo\Documents\SikuliX\libs\VisionProxy.dll
[debug] ResourceLoader: checkLibsDir: Using libs at: C:\Users\demo\Documents\Sik
uliX\libs
[debug] Screen: initScreens: ScreenDevice 0 contains (0,0) --- will be used as p
rimary
[debug] Screen: initScreens: basic initialization (1 Screen(s) found)
[debug] Screen: *** monitor configuration (primary: 0) ***
[debug] Screen: 0: S(0)[0,0 1920x1080]
[debug] Screen: *** end monitor configuration ***
[debug] Mouse: init
[debug] KeyBoard: init
[debug] IDE: Adding components to window
[debug] [I18N] menuRecent
[debug] IDE: creating tabbed editor
[debug] IDE: creating message area
[debug] IDE: creating combined work window
[debug] IDE: Putting all together
[info] HotkeyManager: add Capture Hotkey: CTRL+SHIFT 2 (50, 3)
[error] WindowsHotkeyManager: JIntellitype problem: Could not load JIntellitype.
dll from local file system or from inside JAR
[debug] IDE: final cleanup
[debug] FileManager: deleteFileOrFolder: C:\Users\demo\AppData\Local\Temp\BridJE
xtractedLibraries7393197524683127935
[debug] FileManager: deleteFileOrFolder: C:\Users\demo\AppData\Local\Temp\Sikuli
x

It seems like the error where JIntellitype.dll could not be loaded is still there but there is a warning where the jruby could not be instantiated?:
[debug] ScriptRunner: initScriptingSupport: added: jython
[debug] ScriptRunner: initScriptingSupport: warning: org.sikuli.scriptrunner.ISc
riptRunner: Provider org.sikuli.scriptrunner.JRubyScriptRunner could not be inst
antiated

Any idea what could be causing this?

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