SikulixIDE 1.1.0 doesn't run even "Hello World"

Asked by Luiz Carlos Modesto

Downloaded successfully Sikulix 1.1.0 in a Windows 7 Professional (Service Pack 1, 64-bit) desktop. I've typed, saved as "teste.sikuli" and tried to run the first IDE example:

click(<windows start button image>)
type("Hello World")

I've got these messages:
[error] script [ teste ]] stopped with error at line --unknown--
[error] Could not evaluate error source nor reason. Analyze StackTrace!
[error] SyntaxError: Illegal character in file '<string>' for encoding 'utf-8'

Question information

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

not everything, that does not work, is a bug ;-)

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

[error] script [ teste ]] stopped with error at line --unknown--

the double ]] looks odd.

Please check your save filename.
Should contain only valid characters ...

Revision history for this message
Luiz Carlos Modesto (luiz-carlos-modesto) said :
#3

Thanks RaiMan, that solved my question.