← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #228755]: win 7 64bit script not working run time environment error

 

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

    Status: Answered => Open

anish is still having a problem:
I have pasted the stack trace. Today I have noticed that when I run the
sikuli-ide-w.bat file from the command prompt it is working fine but
when I tried double clicking on the batch file it is throwing the log
file...Can anyone tell me the reason behind that..


Current thread (0x07c86c00):  JavaThread "Thread-8" [_thread_in_native, id=3780, stack(0x09830000,0x09880000)]

siginfo: ExceptionCode=0xc0000005, reading address 0xffffffff

Registers:
EAX=0x6c787408, EBX=0x00000000, ECX=0x6c723299, EDX=0x00000003
ESP=0x0987e87c, EBP=0x0987e8a8, ESI=0x652c4824, EDI=0xffffffff
EIP=0x6c720149, EFLAGS=0x00010202

Top of Stack: (sp=0x0987e87c)
0x0987e87c:   85a1dde7 00000007 0000000c 0987e9f4
0x0987e88c:   00000000 0987e87c 0987e420 0987e92c
0x0987e89c:   6c75cf3e e051fe17 00000000 0987e8bc
0x0987e8ac:   6c7201b4 6c787408 652c4824 00000040
0x0987e8bc:   0987e960 65235ad8 ffffffff 652c4824
0x0987e8cc:   85a1dde3 0a424f98 0987e9f4 0987e968
0x0987e8dc:   00000000 0000000c 00000000 0000000c
0x0987e8ec:   0987e960 01d80358 00000013 0000004a 

Instructions: (pc=0x6c720149)
0x6c720129:   3b c3 74 cb e8 3c 30 00 00 89 45 08 3b c3 75 0d
0x6c720139:   e8 15 84 ff ff c7 00 18 00 00 00 eb ca 89 5d fc
0x6c720149:   38 1f 75 20 e8 01 84 ff ff c7 00 16 00 00 00 6a
0x6c720159:   fe 8d 45 f0 50 68 a8 a2 78 6c e8 88 f6 03 00 83 


Register to memory mapping:

EAX=0x6c787408 is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x6c723299 is an unknown value
EDX=0x00000003 is an unknown value
ESP=0x0987e87c is pointing into the stack for thread: 0x07c86c00
EBP=0x0987e8a8 is pointing into the stack for thread: 0x07c86c00
ESI=0x652c4824 is an unknown value
EDI=0xffffffff is an unknown value


Stack: [0x09830000,0x09880000],  sp=0x0987e87c,  free space=314k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [MSVCR90.dll+0x30149]  fsopen+0x70
C  [MSVCR90.dll+0x301b4]  fopen+0x12
C  [highgui210.dll+0x5ad8]  cv::Mat::Mat+0x6c8

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.sikuli.script.natives.VisionProxyJNI.FindInput_setTarget__SWIG_0(JLorg/sikuli/script/natives/FindInput;ILjava/lang/String;)V+0
j  org.sikuli.script.natives.FindInput.setTarget(ILjava/lang/String;)V+7
j  org.sikuli.script.Finder.setTargetSmartly(Lorg/sikuli/script/natives/FindInput;Ljava/lang/String;)V+9
j  org.sikuli.script.Finder.setFindInput(Ljava/lang/Object;)V+68
j  org.sikuli.script.Finder.find(Ljava/lang/Object;)V+2
j  org.sikuli.script.Region.doFind(Ljava/lang/Object;)Lorg/sikuli/script/Match;+43
j  org.sikuli.script.Region$RepeatableFind.run()V+9
j  org.sikuli.script.Region$Repeatable.repeat(D)Z+35
j  org.sikuli.script.Region.wait(Ljava/lang/Object;D)Lorg/sikuli/script/Match;+46
j  org.python.proxies.sikuli.Region$Region$0.super__wait(Ljava/lang/Object;D)Lorg/sikuli/script/Match;+3
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  org.python.core.PyReflectedFunction.__call__(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+217
j  org.python.core.PyReflectedFunction.__call__([Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+43
j  org.python.core.PyObject.__call__(Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+20
j  org.python.core.PyObject.__call__(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+5
j  sikuli.Region$py.wait$5(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;+252
j  sikuli.Region$py.call_function(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;+108
J  org.python.core.PyTableCode.call(Lorg/python/core/ThreadState;Lorg/python/core/PyFrame;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;
J  org.python.core.PyBaseCode.call(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;
j  org.python.core.PyBaseCode.call(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;[Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+36
j  org.python.core.PyFunction.__call__(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+21
j  org.python.core.PyMethod.instancemethod___call__(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+33
j  org.python.core.PyMethod.__call__(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+4
j  org.python.core.PyMethod.__call__(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+6
j  org.python.core.PyMethod.__call__([Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+5
j  org.python.core.PyObject._jcallexc([Ljava/lang/Object;)Lorg/python/core/PyObject;+5
j  org.python.proxies.sikuli.Region$Region$0.wait(Ljava/lang/Object;D)Lorg/sikuli/script/Match;+47
j  org.sikuli.script.Region.find(Ljava/lang/Object;)Lorg/sikuli/script/Match;+15
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  org.python.core.PyReflectedFunction.__call__(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+217
j  org.python.core.PyReflectedFunction.__call__([Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+43
j  org.python.core.PyObject.__call__(Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+16
j  org.python.core.PyObject.__call__(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+3
j  org.python.core.PyMethod.__call__(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+28
j  org.python.pycode._pyx163.f$0(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;+15
j  org.python.pycode._pyx163.call_function(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;+24
J  org.python.core.PyTableCode.call(Lorg/python/core/ThreadState;Lorg/python/core/PyFrame;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;
j  org.python.core.PyCode.call(Lorg/python/core/ThreadState;Lorg/python/core/PyFrame;)Lorg/python/core/PyObject;+4
j  org.python.core.Py.runCode(Lorg/python/core/PyCode;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+97
j  org.python.core.__builtin__.execfile_flags(Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/CompilerFlags;)V+86
j  org.python.util.PythonInterpreter.execfile(Ljava/lang/String;)V+16
j  org.sikuli.script.ScriptRunner.runPython(Ljava/lang/String;Ljava/io/File;)V+229
j  org.sikuli.ide.SikuliIDE$ButtonRun.runPython(Ljava/io/File;)V+27
j  org.sikuli.ide.SikuliIDE$ButtonRun$1.run()V+81
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x07c86000 JavaThread "weakref reaper" daemon [_thread_blocked, id=804, stack(0x09b60000,0x09bb0000)]
=>0x07c86c00 JavaThread "Thread-8" [_thread_in_native, id=3780, stack(0x09830000,0x09880000)]
  0x07c86800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=2708, stack(0x051c0000,0x05210000)]
  0x07c85c00 JavaThread "DestroyJavaVM" [_thread_blocked, id=4312, stack(0x003a0000,0x003f0000)]
  0x07c85400 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=3760, stack(0x082e0000,0x08330000)]
  0x0753b400 JavaThread "Thread-6" daemon [_thread_blocked, id=2464, stack(0x07a50000,0x07aa0000)]
  0x0753a000 JavaThread "Thread-5" [_thread_in_native, id=2872, stack(0x07950000,0x079a0000)]
  0x073b1000 JavaThread "TimerQueue" daemon [_thread_blocked, id=3456, stack(0x078c0000,0x07910000)]
  0x04cedc00 JavaThread "Thread-4" daemon [_thread_blocked, id=3416, stack(0x07870000,0x078c0000)]
  0x04ced400 JavaThread "Thread-3" daemon [_thread_blocked, id=2492, stack(0x07790000,0x077e0000)]
  0x04d93000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2700, stack(0x076f0000,0x07740000)]
  0x04d36800 JavaThread "org.python.google.common.base.internal.Finalizer" daemon [_thread_blocked, id=3884, stack(0x07160000,0x071b0000)]
  0x04cd4800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3844, stack(0x05130000,0x05180000)]
  0x04cd4000 JavaThread "AWT-Shutdown" [_thread_blocked, id=3940, stack(0x050a0000,0x050f0000)]
  0x04ca2400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4792, stack(0x04fd0000,0x05020000)]
  0x01e0c000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1632, stack(0x04aa0000,0x04af0000)]
  0x01e07400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3548, stack(0x04a10000,0x04a60000)]
  0x01e06400 JavaThread "Attach Listener" daemon [_thread_blocked, id=4580, stack(0x04980000,0x049d0000)]
  0x01e03400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3552, stack(0x048f0000,0x04940000)]
  0x01dfac00 JavaThread "Finalizer" daemon [_thread_blocked, id=3936, stack(0x04860000,0x048b0000)]
  0x01df9800 JavaThread "Reference Handler" daemon [_thread_blocked, id=496, stack(0x047d0000,0x04820000)]

Other Threads:
  0x01dbd000 VMThread [stack: 0x04740000,0x04790000] [id=760]
  0x01e1fc00 WatcherThread [stack: 0x04b30000,0x04b80000] [id=3796]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 22656K, used 6134K [0x14520000, 0x15db0000, 0x1efc0000)
  eden space 20160K,  30% used [0x14520000, 0x14b1d7a8, 0x158d0000)
  from space 2496K,   0% used [0x158d0000, 0x158d0280, 0x15b40000)
  to   space 2496K,   0% used [0x15b40000, 0x15b40000, 0x15db0000)
 tenured generation   total 50208K, used 35243K [0x1efc0000, 0x220c8000, 0x34520000)
   the space 50208K,  70% used [0x1efc0000, 0x2122af70, 0x2122b000, 0x220c8000)
 compacting perm gen  total 15872K, used 15802K [0x34520000, 0x354a0000, 0x38520000)
   the space 15872K,  99% used [0x34520000, 0x3548ebc8, 0x3548ec00, 0x354a0000)
    ro space 10240K,  51% used [0x38520000, 0x38a53000, 0x38a53000, 0x38f20000)
    rw space 12288K,  55% used [0x38f20000, 0x395be4f8, 0x395be600, 0x39b20000)

Code Cache  [0x02610000, 0x02a90000, 0x04610000)
 total_blobs=2297 nmethods=2038 adapters=191 free_code_cache=28860672 largest_free_block=384

Dynamic libraries:
0x00400000 - 0x00425000 	C:\Program Files (x86)\Java\jre6\bin\javaw.exe
0x77470000 - 0x775f0000 	C:\Windows\SysWOW64\ntdll.dll
0x75080000 - 0x75180000 	C:\Windows\syswow64\kernel32.dll
0x763a0000 - 0x763e6000 	C:\Windows\syswow64\KERNELBASE.dll
0x76da0000 - 0x76e40000 	C:\Windows\syswow64\ADVAPI32.dll
0x76b10000 - 0x76bbc000 	C:\Windows\syswow64\msvcrt.dll
0x760e0000 - 0x760f9000 	C:\Windows\SysWOW64\sechost.dll
0x76e40000 - 0x76f30000 	C:\Windows\syswow64\RPCRT4.dll
0x74fe0000 - 0x75040000 	C:\Windows\syswow64\SspiCli.dll
0x74fd0000 - 0x74fdc000 	C:\Windows\syswow64\CRYPTBASE.dll
0x75320000 - 0x75420000 	C:\Windows\syswow64\USER32.dll
0x764f0000 - 0x76580000 	C:\Windows\syswow64\GDI32.dll
0x76390000 - 0x7639a000 	C:\Windows\syswow64\LPK.dll
0x76580000 - 0x7661d000 	C:\Windows\syswow64\USP10.dll
0x76ab0000 - 0x76b10000 	C:\Windows\system32\IMM32.DLL
0x76830000 - 0x768fc000 	C:\Windows\syswow64\MSCTF.dll
0x7c340000 - 0x7c396000 	C:\Program Files (x86)\Java\jre6\bin\msvcr71.dll
0x6d810000 - 0x6dac0000 	C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll
0x72c90000 - 0x72cc2000 	C:\Windows\system32\WINMM.dll
0x72ae0000 - 0x72b2b000 	C:\Windows\system32\apphelp.dll
0x6d7c0000 - 0x6d7cc000 	C:\Program Files (x86)\Java\jre6\bin\verify.dll
0x6d330000 - 0x6d34f000 	C:\Program Files (x86)\Java\jre6\bin\java.dll
0x6d800000 - 0x6d80f000 	C:\Program Files (x86)\Java\jre6\bin\zip.dll
0x6d000000 - 0x6d14c000 	C:\Program Files (x86)\Java\jre6\bin\awt.dll
0x70790000 - 0x707e1000 	C:\Windows\system32\WINSPOOL.DRV
0x76620000 - 0x7677c000 	C:\Windows\syswow64\ole32.dll
0x74750000 - 0x748ee000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_421189da2b7fabfc\COMCTL32.dll
0x767d0000 - 0x76827000 	C:\Windows\syswow64\SHLWAPI.dll
0x72760000 - 0x72773000 	C:\Windows\system32\DWMAPI.DLL
0x72890000 - 0x72910000 	C:\Windows\system32\uxtheme.dll
0x73ce0000 - 0x73ea3000 	C:\Windows\system32\d3d9.dll
0x73710000 - 0x73719000 	C:\Windows\system32\VERSION.dll
0x74520000 - 0x74526000 	C:\Windows\system32\d3d8thk.dll
0x6e4c0000 - 0x6f043000 	C:\Windows\system32\nvd3dum.dll
0x6d230000 - 0x6d286000 	C:\Program Files (x86)\Java\jre6\bin\fontmanager.dll
0x75460000 - 0x760a9000 	C:\Windows\system32\shell32.dll
0x744c0000 - 0x744e5000 	C:\Windows\system32\powrprof.dll
0x75180000 - 0x7531d000 	C:\Windows\syswow64\SETUPAPI.dll
0x760b0000 - 0x760d7000 	C:\Windows\syswow64\CFGMGR32.dll
0x76cf0000 - 0x76d7f000 	C:\Windows\syswow64\OLEAUT32.dll
0x76d80000 - 0x76d92000 	C:\Windows\syswow64\DEVOBJ.dll
0x6d610000 - 0x6d623000 	C:\Program Files (x86)\Java\jre6\bin\net.dll
0x75040000 - 0x75075000 	C:\Windows\syswow64\WS2_32.dll
0x75450000 - 0x75456000 	C:\Windows\syswow64\NSI.dll
0x730c0000 - 0x730fc000 	C:\Windows\system32\mswsock.dll
0x73090000 - 0x73096000 	C:\Windows\System32\wship6.dll
0x6d630000 - 0x6d639000 	C:\Program Files (x86)\Java\jre6\bin\nio.dll
0x736e0000 - 0x736f6000 	C:\Windows\system32\CRYPTSP.dll
0x736a0000 - 0x736db000 	C:\Windows\system32\rsaenh.dll
0x735e0000 - 0x735f7000 	C:\Windows\system32\USERENV.dll
0x735d0000 - 0x735db000 	C:\Windows\system32\profapi.dll
0x726d0000 - 0x726e0000 	C:\Windows\system32\NLAapi.dll
0x73040000 - 0x73084000 	C:\Windows\system32\DNSAPI.dll
0x726c0000 - 0x726c8000 	C:\Windows\System32\winrnr.dll
0x726b0000 - 0x726c0000 	C:\Windows\system32\napinsp.dll
0x72690000 - 0x726a2000 	C:\Windows\system32\pnrpnsp.dll
0x730a0000 - 0x730a5000 	C:\Windows\System32\wshtcpip.dll
0x73020000 - 0x7303c000 	C:\Windows\system32\IPHLPAPI.DLL
0x73010000 - 0x73017000 	C:\Windows\system32\WINNSI.DLL
0x73000000 - 0x73006000 	C:\Windows\system32\rasadhlp.dll
0x72fc0000 - 0x72ff8000 	C:\Windows\System32\fwpuclnt.dll
0x65340000 - 0x65355000 	C:\Users\anishc\AppData\Local\Temp\jffi3537192845769842644.tmp
0x64e80000 - 0x64e91000 	C:\sikuli-develop\sikuli-ide\build\Sikuli-X-1.0rc3-win32\Sikuli-IDE\libs\JIntellitype.dll
0x6d1a0000 - 0x6d1c3000 	C:\Program Files (x86)\Java\jre6\bin\dcpr.dll
0x6c9a0000 - 0x6c9a7000 	C:\Program Files (x86)\sikuli-master\sikuli-ide\build\Sikuli-X-1.0rc3-win32\Sikuli-X-1.0rc3-win32\Sikuli-IDE\libs\Win32Util.dll
0x6d360000 - 0x6d366000 	C:\Program Files (x86)\Java\jre6\bin\jawt.dll
0x73100000 - 0x731be000 	C:\Windows\system32\MSVCR100.dll
0x6d570000 - 0x6d603000 	C:\Program Files (x86)\Java\jre6\bin\mlib_image.dll
0x65030000 - 0x65178000 	C:\Program Files (x86)\sikuli-master\sikuli-ide\build\Sikuli-X-1.0rc3-win32\Sikuli-X-1.0rc3-win32\Sikuli-IDE\libs\VisionProxy.dll
0x65590000 - 0x657ae000 	C:\OpenCV2.1\bin\cxcore210.dll
0x6c660000 - 0x6c6ee000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4974_none_50940634bcb759cb\MSVCP90.dll
0x6c6f0000 - 0x6c793000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4974_none_50940634bcb759cb\MSVCR90.dll
0x09890000 - 0x09b18000 	C:\OpenCV2.1\bin\cv210.dll
0x65230000 - 0x652fa000 	C:\OpenCV2.1\bin\highgui210.dll
0x65210000 - 0x65229000 	C:\Windows\system32\AVIFIL32.dll
0x651f0000 - 0x65204000 	C:\Windows\system32\MSACM32.dll
0x651c0000 - 0x651e1000 	C:\Windows\system32\MSVFW32.dll
0x651a0000 - 0x651b3000 	C:\Windows\system32\AVICAP32.dll
0x65180000 - 0x65199000 	C:\Windows\system32\OLEPRO32.DLL
0x731c0000 - 0x73229000 	C:\Windows\system32\MSVCP100.dll
0x6c910000 - 0x6c918000 	C:\Program Files (x86)\sikuli-master\sikuli-ide\build\Sikuli-X-1.0rc3-win32\Sikuli-X-1.0rc3-win32\Sikuli-IDE\libs\VDictProxy.dll
0x76bc0000 - 0x76bc5000 	C:\Windows\system32\PSAPI.DLL

VM Arguments:
jvm_args: -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dpython.path=C:\Program Files (x86)\sikuli-master\sikuli-ide\build\Sikuli-X-1.0rc3-win32\Sikuli-X-1.0rc3-win32\Sikuli-IDE\sikuli-script.jar/ 
java_command: C:\Program Files (x86)\sikuli-master\sikuli-ide\build\Sikuli-X-1.0rc3-win32\Sikuli-X-1.0rc3-win32\Sikuli-IDE\sikuli-ide.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\OpenCV2.1\bin;C:\Program Files (x86)\swigwin-2.0.9;C:\Program Files (x86)\swigwin-2.0.9\Lib;C:\Users\anishc\Desktop\Software Base\cmake-2.8.10.2-win32-x86\cmake-2.8.10.2-win32-x86\bin;C:\Program Files (x86)\Java\jre6\bin;C:\Program Files (x86)\Java\jdk1.6.0_45\bin;C:\sikuli-develop\sikuli-ide\build\Sikuli-X-1.0rc3-win32\Sikuli-IDE\libs;C:\Program Files (x86)\sikuli-master\sikuli-ide\build\Sikuli-X-1.0rc3-win32\Sikuli-X-1.0rc3-win32\Sikuli-IDE\libs;C:\Program Files (x86)\Java\jdk1.6.0_45\bin;C:\Program Files (x86)\Java\jre6\bin;;C:\Program Files (x86)\sikuli-master\sikuli-ide\build\Sikuli-X-1.0rc3-win32\Sikuli-X-1.0rc3-win32\Sikuli-IDE\libs
USERNAME=anishc
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel


---------------  S Y S T E M  ---------------

OS: Windows 7 , 64 bit Build 7600

CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 42
stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1,
sse4.2, popcnt

Memory: 4k page, physical 8370596k(5312132k free), swap
16739296k(13028672k free)

vm_info: Java HotSpot(TM) Client VM (20.45-b01) for windows-x86 JRE
(1.6.0_45-b06), built on Mar 26 2013 13:40:03 by "java_re" with MS VC++
7.1 (VS2003)

time: Mon May 13 15:17:30 2013
elapsed time: 2367 seconds
-----Original Message-----
From: bounces@xxxxxxxxxxxxx [mailto:bounces@xxxxxxxxxxxxx] On Behalf Of RaiMan
Sent: Monday, May 13, 2013 5:16 PM
To: Anish Chandra Macha
Subject: Re: [Question #228755]: win 7 64bit script not working run time environment error

Your question #228755 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/228755

    Status: Open => Answered

RaiMan proposed the following answer:
looks like some link problem (unresolved external address).

Go back and check the build of your native stuff (VisionProxy.dll ...).

Find out which module caused the problem (stack trace).

Use a module inspector tool to check the dll about the references to
other stuff (especially system stuff).

-- 
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/sikuli/+question/228755/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/sikuli/+question/228755

You received this question notification because you asked the question.

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