[1.0.1] OSX 10.10 Yosemite: Can't launch SikuliX IDE

Asked by GoGoEvans

I just upgraded my MAC OS to Yosemite, and found my sikuli was not worked anymore.
I re install this program many times, but when I launch sikuli, it always stay in the screen of "starting...pleas wait"

Dose anything else I can try to fix this issue? Thx

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

Seems to be 1.0.1

Not tested yet with OSX 10.10.

use in a Terminal
/Applications/SikuliX-IDE.app/Contents/runIDE -d 3 -c

the debug output in the terminal window might reveal more information.

Revision history for this message
GoGoEvans (chiang-email) said :
#2

Hi RaiMan,

Thanks for your response.
I have tried debug model, but still can't enter sikuli IDE window
I am still stuck on starting...pls wait.

Here in my information in terminal, kindly seek your advice, thanks.
=========================================================================================================
running SikuliX-IDE: -Xmx512M -Dapple.laf.useScreenMenuBar -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine
-jar /Applications/SikuliX-IDE.app/Contents/sikuli-ide.jar -d 3 -c
[debug] Running on Java 8 (1.8.0_25-b17)
[debug] --- Sikuli parameters ---
[debug] 1: -d
[debug] 2: 3
[debug] 3: -c
[debug] init user preferences
[debug] locale: zh_TW
[debug] ResourceLoaderBasic: SikuliX Package Build: 1.0.1 12SEP2013160242
[debug] ResourceLoaderBasic: Sikuli-IDE is running from /Applications folder
[debug] ResourceLoaderBasic: check: we are running on arch: x86_64
[debug] ResourceLoaderBasic: check: using Java at: /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/
[debug] ResourceLoaderBasic: check: Exists libs folder at location of jar? YES: /Applications/SikuliX-IDE.app/Contents/
[debug] ResourceLoaderBasic: checkLibsDir: /Applications/SikuliX-IDE.app/Contents/libs
[debug] ResourceLoaderBasic: loadLib: MacUtil
[debug] ResourceLoaderBasic: loadLib: Found: MacUtil
[debug] ResourceLoaderBasic: loadLib: Now loaded: MacUtil
[debug] ResourceLoaderBasic: checkLibsDir: Using libs at: /Applications/SikuliX-IDE.app/Contents/libs
[debug] ResourceLoaderBasic: check: Using this as OCR directory (tessdata) too
[debug] Screen: initScreens: basic initialization (1 Screen(s) found)
[debug] *** monitor configuration (primary: 0) ***
[debug] Screen 0: S(0)[0,0 2560x1440]
[debug] *** end monitor configuration ***
[debug] [I18N] menuShowThumbs
Exception in thread "main" java.lang.IllegalArgumentException: cannot add to layout: unknown constraint: LEFT
 at java.awt.BorderLayout.addLayoutComponent(BorderLayout.java:463)
 at java.awt.BorderLayout.addLayoutComponent(BorderLayout.java:424)
 at java.awt.Container.addImpl(Container.java:1125)
 at java.awt.Container.add(Container.java:971)
 at org.jdesktop.swingx.prompt.BuddySupport.addToComponentHierarchy(BuddySupport.java:72)
 at org.jdesktop.swingx.prompt.BuddySupport.ensureBuddiesAreInComponentHierarchy(BuddySupport.java:139)
 at org.jdesktop.swingx.plaf.TextUIWrapper$DefaultWrapper.replaceUIIfNeeded(TextUIWrapper.java:163)
 at org.jdesktop.swingx.plaf.TextUIWrapper.install(TextUIWrapper.java:49)
 at org.jdesktop.swingx.JXSearchField.setUseNativeSearchFieldIfPossible(JXSearchField.java:528)
 at org.jdesktop.swingx.JXSearchField.<init>(JXSearchField.java:178)
 at org.sikuli.ide.SikuliIDE.createSearchField(SikuliIDE.java:2002)
 at org.sikuli.ide.SikuliIDE.initToolbar(SikuliIDE.java:1690)
 at org.sikuli.ide.SikuliIDE.initSikuliIDE(SikuliIDE.java:315)
 at org.sikuli.ide.SikuliIDE.<init>(SikuliIDE.java:242)
 at org.sikuli.ide.SikuliIDE.getInstance(SikuliIDE.java:349)
 at org.sikuli.ide.SikuliIDE.main(SikuliIDE.java:235)

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

sorry for the inconvenience:
see bug 1362011

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

solved with the linked bug 1362011

Revision history for this message
GoGoEvans (chiang-email) said :
#5

Thanks RaiMan, that solved my question.