java.lang.NullPointerException thrown when running script from cmd (Sikuli 1.1.4)

Asked by Bharatendu SOUMIL

Hey guys,
Whenever I am trying to run a script from the cmd as follows:
java -jar <path to sikuli.jar> -r <path to script.sikuli>
I get the error:
[error] script [ temp_test ] stopped with error at line --unknown--
[error] Error caused by: java.lang.NullPointerException
IDE terminated: returned: 1

I tried everything like running the cmd in admin mode, even running a simple script with just 1 statement like print("Hello world") .....i get the above error in all scenarios ( so its not related to a bug in my script)

Machine: Windows 10,
Sikuli Version :1.1.4
Java: 8 upadate 211 (64-bit)

Any leads on this would be highly appreciated!

Question information

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

Latest build???

Revision history for this message
Bharatendu SOUMIL (soumil-bharatendu) said :
#2

Cheers @RaiMan, works fine with the latest build from today 20-4-2019. Thanks a lot!!