Cannot run Sikuli on Mac OS X (10.6)

Asked by Ramona Suciu

Hi,

It seems that today I am unable to run Sikuli on my mac.
Every time I select an action or try to type something from the keyboard, the IDE stucks and I have to force close it.
Restarting the computer or re-installing Sikuli didn't help at all.

Also, I get "Webpage not available" for http://sikuli.org/.

Is there anything I could do to get Sikuli working on my Mac again?

Thanks,
Ramona

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
Ramona Suciu (ramona-suciu) said :
#1

The problem on Mac seems to have been solved - it started working after trying to type something and leaving the IDE open, without force closing it. After a few minutes, what I've typed appeared on the IDE new file, and since then, I don't have other issues.

However, Sikuli website still seems to be down.

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

If Sikuli IDE gets unstable (might happen after aborting a running script or some other IDE bugs) or does not show anything in message area anymore:

from faq 1766:

on Mac: delete the org.sikuli.ide.plist in ~/Library/Preferences
or use on command line:
defaults write org.sikuli.ide '/org/sikuli/ide/' -dict-add "IDE_SESSION" -string ';'

Revision history for this message
Ramona Suciu (ramona-suciu) said :
#3

Thank you very much for your answer.
Have a great day! :)

Revision history for this message
Ramona Suciu (ramona-suciu) said :
#4

Thanks RaiMan, that solved my question.