← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #229373]: [1.0] Can't start IDE on Win64 -- if using 32-Bit Java, the 32-Bit Sikuli package is needed

 

Question #229373 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/229373

rydik posted a new comment:
Hello,

I got the same problem after installing fresh on mac OS X 10.10 using
Java 8.

I tried reducing resolution, and screens, and giving the jar a BUNCH of
ram.

Here is the output from the command line.   (fyi - -d 3 does not go to
the Sukulilog.txt ONLY  -d does).

cd /Applications/SikuliX-IDE.app/Contents
./runIDE -d 3 -c
running SikuliX-IDE: -Xmx4G -Dapple.laf.useScreenMenuBar -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine
-jar ./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: en_US
[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 1600x900]
[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)


-----------

Thoughts on how to resolve this ?

Regards

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.