Sikuli doesn't work anymore

Asked by Denis

It was working fine then suddenly broke. (I didn't do anything special) So I'm openning the IDE, but nothing is happening.
My OS is Win7. I reinstaled IDE and JRE x84 as well. It didn't help.
I tryed to fix bat file, but found out that it must work.
I deleted "echo off", lines from cmd:
C:\Program Files (x86)\Sikuli X>PATH=C:\Program Files (x86)\NVIDIA Corporation\P
hysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Progr
am Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:
\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:
\Program Files (x86)\Windows Live\Shared;C:\Program Files\Trend Micro\AMSP;D:\Pr
ogram Files (x86)\Sikuli X\libs;C:\Program Files (x86)\Java\jre6\\bin;C:\Program
 Files (x86)\Sikuli X\libs;C:\Program Files (x86)\Java\jre6\\bin;C:\Program File
s (x86)\Sikuli X\libs;C:\Program Files (x86)\Sikuli X\libs;C:\Program Files (x86
)\Sikuli X\libs;C:\Program Files (x86)\Sikuli X\libs;C:\Program Files (x86)\Siku
li X\libs

C:\Program Files (x86)\Sikuli X>set JAVA_EXE="javaw"

C:\Program Files (x86)\Sikuli X>if defined PROGRAMFILES(X86) set JAVA_EXE="C:\Pr
ogram Files (x86)\Java\jre6\bin\javaw.exe"

C:\Program Files (x86)\Sikuli X>start /B "Sikuli-IDE" "C:\Program Files (x86)\Ja
va\jre6\bin\javaw.exe" -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dpython.path="C:\
Program Files (x86)\Sikuli X\sikuli-script.jar/" -jar "C:\Program Files (x86)\Si
kuli X\sikuli-ide.jar"

What do I have to do to run Sikuli IDE?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Check faq 1766

Revision history for this message
TestMechanic (ndinev) said :
#2

Here is how I am solving this :-))

I know what is the parent folder of all my tests so :
1. Kill sikuli if running (look for javaw process om windows)
2. rename the parent folder
3. run sikuli - it should open empty
4. rename back your folder and start resolving problems in faq 1766

General recommendation - Use sikuli to manage your UI map. The tests can be managed by many other "python" tools. In this way it wil be rear case to hit this problem

Revision history for this message
Shobin (shobinwind) said :
#3

Check if your computer automatically updated JAVA , it might have messed up the JYTHONPATH , change it back to the proper path in environment variable and it should work.

Can you help with this problem?

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

To post a message you must log in.