New question #237289 on Sikuli: https://answers.launchpad.net/sikuli/+question/237289
Hi RaiMan, I successfully built VisualProxy.dll in Visual Studio 2010, taking care of required dependencies. When I built my sikuli-ide.jar and tried to run this, I get the following error caught in debug file. Any ideas on why this might've happened ? [debug] Running on Java 7 (1.7.0_25-b17) [debug] --- Sikuli parameters --- [debug] 1: -d [debug] 2: 3 [debug] 3: -f [debug] init user preferences [debug] locale: en_US [debug] ResourceLoaderBasic: SikuliX Package Build: 1.0.1 17SEP2013141312 [debug] ResourceLoaderBasic: check: we are running on arch: x86 [debug] ResourceLoaderBasic: check: using Java at: C:/Program Files/Java/jre7/ [debug] ResourceLoaderBasic: check: Exists libs folder at location of jar? YES: F:/sikuli/SikuliX-IDE/target/ [debug] ResourceLoaderBasic: checkLibsDir: F:/sikuli/SikuliX-IDE/target/libs [debug] ResourceLoaderBasic: loadLib: WinUtil [debug] ResourceLoaderBasic: loadLib: Found: WinUtil [debug] ResourceLoaderBasic: loadLib: Now loaded: WinUtil [debug] ResourceLoaderBasic: checkLibsDir: Using libs at: F:\sikuli\SikuliX-IDE\target\libs [debug] ResourceLoaderBasic: check: Using this as OCR directory (tessdata) too [debug] Screen: initScreens: basic initialization (1 Screen(s) found) [debug] *** monitor configuration (primary: 0) *** [debug] Screen 0: S(0)[0,0 1366x768] [debug] *** end monitor configuration *** [error] Location: outside any screen (-4, -4) - subsequent actions might not work as expected [debug] [I18N] menuShowThumbs [debug] SikuliX Jython Support Build: 1.0.1 12SEP2013153215 [debug] EditorConsolePane: init: stdout/stderr redirected to console [debug] Sikuli-IDE startup: 1349 [debug] Screen.capture: java.awt.Rectangle[x=0,y=0,width=1366,height=768] [debug] RobotDesktop: captureScreen: on 0 using java.awt.Rectangle[x=0,y=0,width=1366,height=768] [debug] CapturePrompt: Select an image [debug] ScreenUnion: getIdFromPoint: (438, 134) as (438, 134) in (0, 0, 1366, 768) on 0 [debug] CapturePrompt: started at (438,134) as L(438,134) on 0 [debug] CapturePrompt: finished at (537,169) as L(537,169) on 0 [debug] FileManager: tempdir create: C:\Users\HP\AppData\Local\Temp\HP\tmp--458364954.sikuli [debug] CapturePrompt.close: freeing resources [debug] captureCompleted: C:/Users/HP/AppData/Local/Temp/HP/tmp--458364954.sikuli/1381685137094.png [debug] if find( ): [debug] FileManager: tempfile create: C:\Users\HP\AppData\Local\Temp\sikuli-8089685076105787482.png [debug] Screen.capture: java.awt.Rectangle[x=0,y=0,width=1366,height=768] [debug] RobotDesktop: captureScreen: on 0 using java.awt.Rectangle[x=0,y=0,width=1366,height=768] [debug] CapturePrompt: Select an image [debug] ScreenUnion: getIdFromPoint: (757, 571) as (757, 571) in (0, 0, 1366, 768) on 0 [debug] CapturePrompt: started at (757,571) as L(757,571) on 0 [debug] CapturePrompt: finished at (829,597) as L(829,597) on 0 [debug] CapturePrompt.close: freeing resources [debug] captureCompleted: C:/Users/HP/AppData/Local/Temp/HP/tmp--458364954.sikuli/1381685153124.png [debug] click( ) [debug] FileManager: tempfile create: C:\Users\HP\AppData\Local\Temp\sikuli-665886931377098075.png [debug] FileManager: tempfile create: C:\Users\HP\AppData\Local\Temp\sikuli-1129755726975525837.py [debug] JythonScriptRunner: : executeScriptHeader: adding SikuliX Lib path to sys.path F:\sikuli\SikuliX-IDE\target\sikuli-ide.jar\Lib [debug] Jython: sikuli: __init__: entering [debug] Jython: sikuli: Sikuli: entering [debug] Jython: sikuli: Sikuli: constants [debug] Jython: sikuli: Sikuli: import Region [debug] Jython: sikuli: Sikuli: import Screen [debug] Jython: sikuli: Sikuli: Env.addHotkey [debug] Jython: sikuli: Sikuli: import Match [debug] Jython: sikuli: Sikuli: import Pattern [debug] Jython: sikuli: Sikuli: import Location [debug] Jython: sikuli: Sikuli: import ScreenUnion [debug] Jython: sikuli: Sikuli: import Finder [debug] ResourceLoaderBasic: loadLib: VisionProxy [debug] ResourceLoaderBasic: loadLib: Found: VisionProxy [error] ResourceLoaderBasic: loadLib: Fatal Error 110: loading: VisionProxy.dll [error] ResourceLoaderBasic: loadLib: Since native library was found, it might be a problem with needed dependent libraries F:\sikuli\SikuliX-IDE\target\libs\VisionProxy.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. [debug] SikuliXFinal: cleanUp: 0 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

