SikulixIDE-2.0.4. [error] IDE: Run Script: internal error:

Asked by Yusuf KILIÇ

Hello, I've just download "sikulixide-2.0.4.jar" and "jruby-complete-9.2.0.0.jar" and "jython-standalone-2.7.1.jar". They are in path folder C:\sikulix. After first opening IDE, other 2 jar file dissappeared. After I wrote first code which is

x = Location(308, 375)

click(x)

after run the message is
[error] IDE: Run Script: internal error:
org.sikuli.script.SikuliXception: Cannot initialize Script runner Jython
 at org.sikuli.script.runners.AbstractScriptRunner.init(AbstractScriptRunner.java:78)
 at org.sikuli.script.runners.AbstractScriptRunner.runSynchronized(AbstractScriptRunner.java:362)
 at org.sikuli.script.runners.AbstractScriptRunner.runScript(AbstractScriptRunner.java:167)
 at org.sikuli.ide.SikulixIDE$ButtonRun$1.run(SikulixIDE.java:2468)
 at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
 at org.sikuli.script.runnerSupport.JythonSupport.interpreterExecString(JythonSupport.java:306)
 at org.sikuli.script.runners.JythonRunner.doInit(JythonRunner.java:94)
 at org.sikuli.script.runners.AbstractScriptRunner.init(AbstractScriptRunner.java:70)
 ... 4 more

My java version is this
C:\Users\yuzar>java -version
java version "1.8.0_251"
Java(TM) SE Runtime Environment (build 1.8.0_251-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.251-b08, mixed mode)

Could you please help me?

Question information

Language:
English Edit question
Status:
Expired
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
RaiMan (raimund-hocke) said :
#2

the 2 jars are moved to the folder <APPDATA>/Sikulix/Extensions.

any progress in this case?

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.

Revision history for this message
hasan (hasan41) said :
#4

Hi.
I'm just starting to use it on the program. I've had this problem. I made an example of youtube. I got that mistake. I can also add the code I wrote if you want.

[error] IDE: Run Script: internal error:
org.sikuli.script.SikuliXception: Cannot initialize Script runner Jython
 at org.sikuli.script.runners.AbstractScriptRunner.init(AbstractScriptRunner.java:78)
 at org.sikuli.script.runners.AbstractScriptRunner.runSynchronized(AbstractScriptRunner.java:362)
 at org.sikuli.script.runners.AbstractScriptRunner.runScript(AbstractScriptRunner.java:167)
 at org.sikuli.ide.SikulixIDE$ButtonRun$1.run(SikulixIDE.java:2468)
 at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
 at org.sikuli.script.runnerSupport.JythonSupport.interpreterExecString(JythonSupport.java:306)
 at org.sikuli.script.runners.JythonRunner.doInit(JythonRunner.java:94)
 at org.sikuli.script.runners.AbstractScriptRunner.init(AbstractScriptRunner.java:70)
 ... 4 more