← Back to team overview

sikuli-driver team mailing list archive

[Bug 1528930] [NEW] VisionProxy.dll Library Loading Errror on Command LIne

 

Public bug reported:

I am I able to run Sikuli via command line:
C:\pathtosikuli\runsikulix.cmd -r C:\Sikuli\scripts\mysikulscript.sikuli -- arg1 arg2

however, I am getting java.util.prefs.WindowsPreferences (init)
WARNING: could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

I am trying to call Sikuli script via my VBA Exell app:
retVal = Shell("C:\pathtosikuli\runsikulix.cmd -r C:\Sikuli\scripts\mysikulscript.sikuli -- arg1 arg2",vbNormalFocus)

Here I have -Dsikuli.Debug=3  for debugging information

Here is the log file:

[debug] ScriptingSupport: initScriptingSupport: enter
[debug] JythonSupport: init: starting
[debug] JythonSupport: init: success
[debug] JythonSupport: ***** Jython sys.path
 0: C:\Users\username\Desktop\Sikuli\Run\Lib
 1: C:\Users\username\Desktop\Sikuli\Run\sikulix.jar\Lib
 2: __classpath__
 3: __pyclasspath__/
[debug] JythonSupport: ***** Jython sys.path end
[debug] Jython: sikuli: Sikuli: starting init
[error] RunTimeIDE: Problematic lib: C:\Users\username\AppData\Roaming\Sikulix\SikulixLibs_201510051707\VisionProxy.dll (...TEMP...)
[error] RunTimeIDE: VisionProxy.dll loaded, but it might be a problem with needed dependent libraries
ERROR: ...TEMP...: The specified procedure could not be found
[error] RunTimeIDE:  *** terminating: problem with native library: VisionProxy.dll
[debug] RunTimeIDE: final cleanup
[debug] FileManager: deleteFileOrFolder:


what is the TEMP procedure it is referring to?

** Affects: sikuli
     Importance: Undecided
         Status: New


** Tags: general library sikulijavaapi visionproxy.dll

** Description changed:

  I am I able to run Sikuli via command line:
  C:\pathtosikuli\runsikulix.cmd -r C:\Sikuli\scripts\mysikulscript.sikuli -- arg1 arg2
  
  however, I am getting java.util.prefs.WindowsPreferences (init)
  WARNING: could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
  
  I am trying to call Sikuli script via my VBA Exell app:
  retVal = Shell("C:\pathtosikuli\runsikulix.cmd -r C:\Sikuli\scripts\mysikulscript.sikuli -- arg1 arg2",vbNormalFocus)
  
- Here have -Dsikuli.Debug=3  for debugging information
+ Here I have -Dsikuli.Debug=3  for debugging information
  
  Here is the log file:
  
  [debug] ScriptingSupport: initScriptingSupport: enter
  [debug] JythonSupport: init: starting
  [debug] JythonSupport: init: success
  [debug] JythonSupport: ***** Jython sys.path
-  0: C:\Users\username\Desktop\Sikuli\Run\Lib
-  1: C:\Users\username\Desktop\Sikuli\Run\sikulix.jar\Lib
-  2: __classpath__
-  3: __pyclasspath__/
+  0: C:\Users\username\Desktop\Sikuli\Run\Lib
+  1: C:\Users\username\Desktop\Sikuli\Run\sikulix.jar\Lib
+  2: __classpath__
+  3: __pyclasspath__/
  [debug] JythonSupport: ***** Jython sys.path end
  [debug] Jython: sikuli: Sikuli: starting init
  [error] RunTimeIDE: Problematic lib: C:\Users\username\AppData\Roaming\Sikulix\SikulixLibs_201510051707\VisionProxy.dll (...TEMP...)
  [error] RunTimeIDE: VisionProxy.dll loaded, but it might be a problem with needed dependent libraries
  ERROR: ...TEMP...: The specified procedure could not be found
  [error] RunTimeIDE:  *** terminating: problem with native library: VisionProxy.dll
  [debug] RunTimeIDE: final cleanup
  [debug] FileManager: deleteFileOrFolder:
+ 
+ 
+ what is the TEMP procedure it is referring to?

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1528930

Title:
  VisionProxy.dll Library Loading Errror on Command LIne

Status in Sikuli:
  New

Bug description:
  I am I able to run Sikuli via command line:
  C:\pathtosikuli\runsikulix.cmd -r C:\Sikuli\scripts\mysikulscript.sikuli -- arg1 arg2

  however, I am getting java.util.prefs.WindowsPreferences (init)
  WARNING: could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

  I am trying to call Sikuli script via my VBA Exell app:
  retVal = Shell("C:\pathtosikuli\runsikulix.cmd -r C:\Sikuli\scripts\mysikulscript.sikuli -- arg1 arg2",vbNormalFocus)

  Here I have -Dsikuli.Debug=3  for debugging information

  Here is the log file:

  [debug] ScriptingSupport: initScriptingSupport: enter
  [debug] JythonSupport: init: starting
  [debug] JythonSupport: init: success
  [debug] JythonSupport: ***** Jython sys.path
   0: C:\Users\username\Desktop\Sikuli\Run\Lib
   1: C:\Users\username\Desktop\Sikuli\Run\sikulix.jar\Lib
   2: __classpath__
   3: __pyclasspath__/
  [debug] JythonSupport: ***** Jython sys.path end
  [debug] Jython: sikuli: Sikuli: starting init
  [error] RunTimeIDE: Problematic lib: C:\Users\username\AppData\Roaming\Sikulix\SikulixLibs_201510051707\VisionProxy.dll (...TEMP...)
  [error] RunTimeIDE: VisionProxy.dll loaded, but it might be a problem with needed dependent libraries
  ERROR: ...TEMP...: The specified procedure could not be found
  [error] RunTimeIDE:  *** terminating: problem with native library: VisionProxy.dll
  [debug] RunTimeIDE: final cleanup
  [debug] FileManager: deleteFileOrFolder:

  
  what is the TEMP procedure it is referring to?

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1528930/+subscriptions


Follow ups