Sikuli closes/crashes on running script

Asked by Rats123

Firstly, this is a great idea for an automation tool. :-)

Now to my problem. I've tried running sample scripts but nothing will work. Sikuli just closes/crashes out.

Any ideas?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

Revision history for this message
Rats123 (rats-tester) said :
#1

Some more information:

Running Win XP SP3 1gb RAM

Revision history for this message
Rats123 (rats-tester) said :
#2

Some more information:

Running Win XP SP3 1gb RAM

Revision history for this message
Phat W. (cp-gphone) said :
#3

What kind of sample scripts are you running? Also is Sikuli generating any error logs?

Are you running the latest version of Java (Version 6 Update 18). If not, please download it at the following location: http://www.java.com/en/download/index.jsp.

Revision history for this message
Phat W. (cp-gphone) said :
#4

What kind of sample scripts are you running? Also is Sikuli generating any error logs?

Are you running the latest version of Java (Version 6 Update 18). If not, please download it at the following location: http://www.java.com/en/download/index.jsp.

Revision history for this message
Rats123 (rats-tester) said :
#5

Hi, thanks for your reply.

Here is the error log:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x067ad8e5, pid=3952, tid=3796
#
# JRE version: 6.0_18-b07
# Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [cv200.dll+0x9d8e5]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

--------------- T H R E A D ---------------

Current thread (0x06340400): JavaThread "Thread-7" [_thread_in_native, id=3796, stack(0x05420000,0x05470000)]

siginfo: ExceptionCode=0xc000001d

Registers:
EAX=0x0546e404, EBX=0x00000003, ECX=0x0546df30, EDX=0x00000006
ESP=0x0546b77c, EBP=0x0546ea14, ESI=0x0546e8d8, EDI=0x00000000
EIP=0x067ad8e5, EFLAGS=0x00010246

Top of Stack: (sp=0x0546b77c)
0x0546b77c: dd4f427b 06340400 32e9c728 32e9c728
0x0546b78c: 3744caa0 00000000 00000000 0546df30
0x0546b79c: 00000000 00000002 01000000 00000067
0x0546b7ac: 0546d9f0 00da65cf 067b3950 0546e8d8
0x0546b7bc: 00000001 00000006 0546dec4 0546ea50
0x0546b7cc: 00000067 5599b130 0546ea70 00000000
0x0546b7dc: 3ff00000 00000000 3ff00000 887b465e
0x0546b7ec: 00000000 0546e404 00000000 00000000

Instructions: (pc=0x067ad8e5)
0x067ad8d5: d3 89 54 24 44 8d 9b 00 00 00 00 80 7c 24 37 00
0x067ad8e5: 66 0f 57 c9 75 50 db 44 24 18 d8 c2 dc 4c 24 5c

Stack: [0x05420000,0x05470000], sp=0x0546b77c, free space=12d0546b2f8k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [cv200.dll+0x9d8e5]
C [cv200.dll+0xa250a]
C [ScreenMatchProxy.dll+0x7795]
C [ScreenMatchProxy.dll+0x1149]
C [ScreenMatchProxy.dll+0x1387]
j edu.mit.csail.uid.ScreenMatchProxy.screenMatch(Ljava/lang/String;Ljava/lang/String;DI)[Ledu/mit/csail/uid/Match;+0
j edu.mit.csail.uid.SikuliScript._find(Ljava/lang/String;Ljava/lang/String;FI)Ledu/mit/csail/uid/Matches;+126
j edu.mit.csail.uid.SikuliScript._find(Ljava/lang/String;Ljava/lang/String;F)Ledu/mit/csail/uid/Matches;+5
j edu.mit.csail.uid.SikuliScript._find(Ljava/lang/Object;Ljava/lang/String;)Ledu/mit/csail/uid/Matches;+38
j edu.mit.csail.uid.SikuliScript.find_without_wait(Ljava/lang/Object;)Ledu/mit/csail/uid/Matches;+16
j edu.mit.csail.uid.SikuliScript.wait(Ljava/lang/Object;I)Ledu/mit/csail/uid/Matches;+41
j edu.mit.csail.uid.SikuliScript.find(Ljava/lang/Object;)Ledu/mit/csail/uid/Matches;+13
j edu.mit.csail.uid.SikuliScript._click(Ljava/lang/Object;IIIZ)I+2
j edu.mit.csail.uid.SikuliScript.click(Ljava/lang/Object;I)I+7
v ~StubRoutines::call_stub
V [jvm.dll+0xf072c]
V [jvm.dll+0x17fd51]
V [jvm.dll+0xf07ad]
V [jvm.dll+0x199a6b]
V [jvm.dll+0x19a486]
V [jvm.dll+0x11be23]
C [java.dll+0x714d]
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;
J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
j org.python.core.PyReflectedFunction.__call__(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+289
j org.python.core.PyMethod.__call__([Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+17
j org.python.core.PyObject.__call__(Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+16
j org.python.core.PyInstance.invoke(Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+80
j python.edu.mit.csail.uid.Sikuli$py.click$31(Lorg/python/core/PyFrame;)Lorg/python/core/PyObject;+26
j python.edu.mit.csail.uid.Sikuli$py.call_function(ILorg/python/core/PyFrame;)Lorg/python/core/PyObject;+324
j org.python.core.PyTableCode.call(Lorg/python/core/PyFrame;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+231
j org.python.core.PyTableCode.call([Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+632
j org.python.core.PyTableCode.call(Lorg/python/core/PyObject;Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+38
j org.python.core.PyFunction.__call__(Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+17
j org.python.pycode._pyx4.f$0(Lorg/python/core/PyFrame;)Lorg/python/core/PyObject;+32
j org.python.pycode._pyx4.call_function(ILorg/python/core/PyFrame;)Lorg/python/core/PyObject;+20
j org.python.core.PyTableCode.call(Lorg/python/core/PyFrame;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+231
j org.python.core.PyCode.call(Lorg/python/core/PyFrame;)Lorg/python/core/PyObject;+3
j org.python.core.Py.runCode(Lorg/python/core/PyCode;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+71
j org.python.core.__builtin__.execfile_flags(Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/CompilerFlags;)V+73
j org.python.util.PythonInterpreter.execfile(Ljava/lang/String;)V+17
j edu.mit.csail.uid.SikuliIDE$ButtonRun.runPython(Ljava/io/File;)V+85
j edu.mit.csail.uid.SikuliIDE$ButtonRun.access$1000(Ledu/mit/csail/uid/SikuliIDE$ButtonRun;Ljava/io/File;)V+2
j edu.mit.csail.uid.SikuliIDE$ButtonRun$1.run()V+60
v ~StubRoutines::call_stub
V [jvm.dll+0xf072c]
V [jvm.dll+0x17fd51]
V [jvm.dll+0xf08f7]
V [jvm.dll+0xf096d]
V [jvm.dll+0x11a4c0]
V [jvm.dll+0x1dd924]
V [jvm.dll+0x17f9cc]
C [msvcr71.dll+0x9565]
C [kernel32.dll+0xb729]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j edu.mit.csail.uid.ScreenMatchProxy.screenMatch(Ljava/lang/String;Ljava/lang/String;DI)[Ledu/mit/csail/uid/Match;+0
j edu.mit.csail.uid.SikuliScript._find(Ljava/lang/String;Ljava/lang/String;FI)Ledu/mit/csail/uid/Matches;+126
j edu.mit.csail.uid.SikuliScript._find(Ljava/lang/String;Ljava/lang/String;F)Ledu/mit/csail/uid/Matches;+5
j edu.mit.csail.uid.SikuliScript._find(Ljava/lang/Object;Ljava/lang/String;)Ledu/mit/csail/uid/Matches;+38
j edu.mit.csail.uid.SikuliScript.find_without_wait(Ljava/lang/Object;)Ledu/mit/csail/uid/Matches;+16
j edu.mit.csail.uid.SikuliScript.wait(Ljava/lang/Object;I)Ledu/mit/csail/uid/Matches;+41
j edu.mit.csail.uid.SikuliScript.find(Ljava/lang/Object;)Ledu/mit/csail/uid/Matches;+13
j edu.mit.csail.uid.SikuliScript._click(Ljava/lang/Object;IIIZ)I+2
j edu.mit.csail.uid.SikuliScript.click(Ljava/lang/Object;I)I+7
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;
J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
j org.python.core.PyReflectedFunction.__call__(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+289
j org.python.core.PyMethod.__call__([Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+17
j org.python.core.PyObject.__call__(Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+16
j org.python.core.PyInstance.invoke(Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+80
j python.edu.mit.csail.uid.Sikuli$py.click$31(Lorg/python/core/PyFrame;)Lorg/python/core/PyObject;+26
j python.edu.mit.csail.uid.Sikuli$py.call_function(ILorg/python/core/PyFrame;)Lorg/python/core/PyObject;+324
j org.python.core.PyTableCode.call(Lorg/python/core/PyFrame;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+231
j org.python.core.PyTableCode.call([Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+632
j org.python.core.PyTableCode.call(Lorg/python/core/PyObject;Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+38
j org.python.core.PyFunction.__call__(Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+17
j org.python.pycode._pyx4.f$0(Lorg/python/core/PyFrame;)Lorg/python/core/PyObject;+32
j org.python.pycode._pyx4.call_function(ILorg/python/core/PyFrame;)Lorg/python/core/PyObject;+20
j org.python.core.PyTableCode.call(Lorg/python/core/PyFrame;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+231
j org.python.core.PyCode.call(Lorg/python/core/PyFrame;)Lorg/python/core/PyObject;+3
j org.python.core.Py.runCode(Lorg/python/core/PyCode;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+71
j org.python.core.__builtin__.execfile_flags(Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/CompilerFlags;)V+73
j org.python.util.PythonInterpreter.execfile(Ljava/lang/String;)V+17
j edu.mit.csail.uid.SikuliIDE$ButtonRun.runPython(Ljava/io/File;)V+85
j edu.mit.csail.uid.SikuliIDE$ButtonRun.access$1000(Ledu/mit/csail/uid/SikuliIDE$ButtonRun;Ljava/io/File;)V+2
j edu.mit.csail.uid.SikuliIDE$ButtonRun$1.run()V+60
v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
=>0x06340400 JavaThread "Thread-7" [_thread_in_native, id=3796, stack(0x05420000,0x05470000)]
  0x05200c00 JavaThread "Swing-Shell" daemon [_thread_blocked, id=3344, stack(0x05970000,0x059c0000)]
  0x003a6800 JavaThread "DestroyJavaVM" [_thread_blocked, id=2276, stack(0x008c0000,0x00910000)]
  0x05080c00 JavaThread "Thread-4" [_thread_in_native, id=2756, stack(0x05290000,0x052e0000)]
  0x0508d800 JavaThread "TimerQueue" daemon [_thread_blocked, id=2600, stack(0x054c0000,0x05510000)]
  0x050a2000 JavaThread "Thread-3" daemon [_thread_blocked, id=2828, stack(0x053d0000,0x05420000)]
  0x050a0800 JavaThread "Thread-2" daemon [_thread_blocked, id=3956, stack(0x05380000,0x053d0000)]
  0x0509f800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=1100, stack(0x05330000,0x05380000)]
  0x02bd5c00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3292, stack(0x02f90000,0x02fe0000)]
  0x02bd4400 JavaThread "AWT-Shutdown" [_thread_blocked, id=2840, stack(0x02f40000,0x02f90000)]
  0x02bd3400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3624, stack(0x02ef0000,0x02f40000)]
  0x02b0d800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2788, stack(0x02dc0000,0x02e10000)]
  0x02b07000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=404, stack(0x02d70000,0x02dc0000)]
  0x02b05800 JavaThread "Attach Listener" daemon [_thread_blocked, id=188, stack(0x02d20000,0x02d70000)]
  0x02b04400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2696, stack(0x02cd0000,0x02d20000)]
  0x02affc00 JavaThread "Finalizer" daemon [_thread_blocked, id=976, stack(0x02c80000,0x02cd0000)]
  0x02afb000 JavaThread "Reference Handler" daemon [_thread_blocked, id=608, stack(0x02c30000,0x02c80000)]

Other Threads:
  0x02af9c00 VMThread [stack: 0x02be0000,0x02c30000] [id=1860]
  0x02b20c00 WatcherThread [stack: 0x02e10000,0x02e60000] [id=3812]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation total 4928K, used 1016K [0x22990000, 0x22ee0000, 0x27ee0000)
  eden space 4416K, 21% used [0x22990000, 0x22a7c7c8, 0x22de0000)
  from space 512K, 13% used [0x22e60000, 0x22e71908, 0x22ee0000)
  to space 512K, 0% used [0x22de0000, 0x22de0000, 0x22e60000)
 tenured generation total 10944K, used 10596K [0x27ee0000, 0x28990000, 0x32990000)
   the space 10944K, 96% used [0x27ee0000, 0x28939380, 0x28939400, 0x28990000)
 compacting perm gen total 12288K, used 5656K [0x32990000, 0x33590000, 0x36990000)
   the space 12288K, 46% used [0x32990000, 0x32f163b0, 0x32f16400, 0x33590000)
    ro space 10240K, 51% used [0x36990000, 0x36eb7b58, 0x36eb7c00, 0x37390000)
    rw space 12288K, 54% used [0x37390000, 0x37a24ce0, 0x37a24e00, 0x37f90000)

Dynamic libraries:
0x00400000 - 0x00424000 C:\Program Files\Java\jre6\bin\javaw.exe
0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
0x7c340000 - 0x7c396000 C:\Program Files\Java\jre6\bin\msvcr71.dll
0x6d800000 - 0x6da97000 C:\Program Files\Java\jre6\bin\client\jvm.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x6bd00000 - 0x6bd0d000 C:\WINDOWS\system32\SYNCOR11.DLL
0x6d7b0000 - 0x6d7bc000 C:\Program Files\Java\jre6\bin\verify.dll
0x6d330000 - 0x6d34f000 C:\Program Files\Java\jre6\bin\java.dll
0x6d290000 - 0x6d298000 C:\Program Files\Java\jre6\bin\hpi.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d7f0000 - 0x6d7ff000 C:\Program Files\Java\jre6\bin\zip.dll
0x6d000000 - 0x6d14a000 C:\Program Files\Java\jre6\bin\awt.dll
0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.dll
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x5ad70000 - 0x5ada8000 C:\WINDOWS\SYSTEM32\uxtheme.dll
0x10000000 - 0x10010000 C:\Program Files\OpenWide\openwidedll.dll
0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime
0x6d230000 - 0x6d284000 C:\Program Files\Java\jre6\bin\fontmanager.dll
0x6d610000 - 0x6d623000 C:\Program Files\Java\jre6\bin\net.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x6d630000 - 0x6d639000 C:\Program Files\Java\jre6\bin\nio.dll
0x64e80000 - 0x64e91000 C:\Program Files\Sikuli\tmplib\JIntellitype.dll
0x74720000 - 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
0x5b860000 - 0x5b8b5000 C:\WINDOWS\system32\netapi32.dll
0x77b40000 - 0x77b62000 C:\WINDOWS\system32\appHelp.dll
0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x661d0000 - 0x663ef000 C:\Program Files\Microsoft Office\Office12\GrooveShellExtensions.dll
0x68ef0000 - 0x68fe2000 C:\Program Files\Microsoft Office\Office12\GrooveUtil.DLL
0x3d930000 - 0x3da16000 C:\WINDOWS\system32\WININET.dll
0x05a80000 - 0x05a89000 C:\WINDOWS\system32\Normaliz.dll
0x78130000 - 0x78262000 C:\WINDOWS\system32\urlmon.dll
0x3dfd0000 - 0x3e1b8000 C:\WINDOWS\system32\iertutil.dll
0x77a80000 - 0x77b15000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
0x05a90000 - 0x05b2b000 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.dll
0x68ff0000 - 0x68ff7000 C:\Program Files\Microsoft Office\Office12\GrooveNew.DLL
0x7c630000 - 0x7c64b000 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.ATL_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_473666fd\ATL80.DLL
0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
0x76380000 - 0x76385000 C:\WINDOWS\system32\MSImg32.dll
0x77a20000 - 0x77a74000 C:\WINDOWS\System32\cscui.dll
0x76600000 - 0x7661d000 C:\WINDOWS\System32\CSCDLL.dll
0x05d30000 - 0x05ff5000 C:\WINDOWS\system32\xpsp2res.dll
0x06000000 - 0x0605b000 C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\PDFShell.dll
0x71b20000 - 0x71b32000 C:\WINDOWS\system32\MPR.dll
0x75f60000 - 0x75f67000 C:\WINDOWS\System32\drprov.dll
0x71c10000 - 0x71c1e000 C:\WINDOWS\System32\ntlanman.dll
0x71cd0000 - 0x71ce7000 C:\WINDOWS\System32\NETUI0.dll
0x71c90000 - 0x71cd0000 C:\WINDOWS\System32\NETUI1.dll
0x71c80000 - 0x71c87000 C:\WINDOWS\System32\NETRAP.dll
0x71bf0000 - 0x71c03000 C:\WINDOWS\System32\SAMLIB.dll
0x75f70000 - 0x75f7a000 C:\WINDOWS\System32\davclnt.dll
0x73d70000 - 0x73d83000 C:\WINDOWS\system32\shgina.dll
0x75970000 - 0x75a68000 C:\WINDOWS\system32\MSGINA.dll
0x74320000 - 0x7435d000 C:\WINDOWS\system32\ODBC32.dll
0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
0x76360000 - 0x76370000 C:\WINDOWS\system32\WINSTA.dll
0x06120000 - 0x06137000 C:\WINDOWS\system32\odbcint.dll
0x593f0000 - 0x59482000 C:\WINDOWS\system32\wiashext.dll
0x4ec50000 - 0x4edfb000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6001.22319_x-ww_f0b4c2df\gdiplus.dll
0x73ba0000 - 0x73bb3000 C:\WINDOWS\system32\sti.dll
0x74ae0000 - 0x74ae7000 C:\WINDOWS\system32\CFGMGR32.dll
0x76980000 - 0x76988000 C:\WINDOWS\system32\LINKINFO.dll
0x76990000 - 0x769b5000 C:\WINDOWS\system32\ntshrui.dll
0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x05490000 - 0x054bb000 C:\Program Files\Sikuli\tmplib\VDictProxy.dll
0x06710000 - 0x06927000 C:\Program Files\Sikuli\tmplib\cv200.dll
0x06930000 - 0x06b1c000 C:\Program Files\Sikuli\tmplib\cxcore200.dll
0x78480000 - 0x7850d000 C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\MSVCP90.dll
0x78520000 - 0x785c3000 C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\MSVCR90.dll
0x72880000 - 0x7288e000 C:\Program Files\Sikuli\tmplib\Microsoft.VC90.OpenMP\VCOMP90.DLL
0x06b30000 - 0x06bfd000 C:\Program Files\Sikuli\tmplib\highgui200.dll
0x75a70000 - 0x75a91000 C:\WINDOWS\system32\MSVFW32.dll
0x73b50000 - 0x73b67000 C:\WINDOWS\system32\AVIFIL32.dll
0x77be0000 - 0x77bf5000 C:\WINDOWS\system32\MSACM32.dll
0x73b80000 - 0x73b92000 C:\WINDOWS\system32\AVICAP32.dll
0x5edd0000 - 0x5ede7000 C:\WINDOWS\system32\OLEPRO32.DLL
0x06c30000 - 0x06d9a000 C:\Program Files\Sikuli\tmplib\ScreenMatchProxy.dll
0x05000000 - 0x0500f000 C:\Program Files\Sikuli\tmplib\Win32Util.dll

VM Arguments:
jvm_args: -Dpython.path=sikuli-script.jar/
java_command: edu.mit.csail.uid.SikuliIDE
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=tmplib
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 10 Stepping 0, AuthenticAMD

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

OS: Windows XP Build 2600 Service Pack 3

CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 10 stepping 0, cmov, cx8, fxsr, mmx, mmxext, 3dnow, 3dnowext

Memory: 4k page, physical 1276400k(679332k free), swap 1473208k(936352k free)

vm_info: Java HotSpot(TM) Client VM (16.0-b13) for windows-x86 JRE (1.6.0_18-b07), built on Dec 17 2009 13:35:55 by "java_re" with MS VC++ 7.1 (VS2003)

time: Tue Feb 02 10:01:14 2010
elapsed time: 19 seconds

Revision history for this message
Phat W. (cp-gphone) said :
#6

It seems that you are having the same issue that I had with version 0.9.7 (which is due to a memory leak). Try upgrading to version 0.9.8 of Sikuli and try your scripts again.

Revision history for this message
BCKLUP (bck-shinder) said :
#7

having the same problem, FIXED:
@Phatwilly
Thx dude :P

Can you help with this problem?

Provide an answer of your own, or ask Rats123 for more information if necessary.

To post a message you must log in.