← Back to team overview

sikuli-driver team mailing list archive

[Question #234720]: Erro during run: "Terminating SikuliX after a fatal error!"

 

New question #234720 on Sikuli:
https://answers.launchpad.net/sikuli/+question/234720

during running:
from jpype import *
JVM = 'C:\\Java\\jdk1.7.0\\jre\\bin\\client\\jvm.dll'
startJVM(JVM, '-ea',"-Djava.class.path=C:\\SikuliX\\sikuli-java.jar")
sikuli = JPackage("org.sikuli.script")
v=sikuli.Pattern("i.png")

works fine with previous version
but with current:
error:
[error] ResourceLoaderBasic: checkLibsDir: libs dir is not on system path: C:\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 
[error] ResourceLoaderBasic: checkLibsDir: Logout and Login again! (Since libs folder is in user's path, but not activated)
[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.

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