[1.1.0] Windows/Mac: problem with App class after 2015-09-19: native xxxUtil libs where no longer loaded (unsatisfied link errors) --- fixed 2015-09-25+

Bug #1498949 reported by RaiMan
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Fix Committed
Critical
RaiMan

Bug Description

Use Sikuli in IDE Eclipse on OS X 10.10.5
Try to use App.open("Google Chrome");
Next error happens:

java.lang.UnsatisfiedLinkError: org.sikuli.natives.MacUtil._openApp(Ljava/lang/String;)Z
 at org.sikuli.natives.MacUtil._openApp(Native Method)
 at org.sikuli.natives.MacUtil.open(MacUtil.java:126)
 at org.sikuli.script.App.open(App.java:425)
 at org.sikuli.script.App.open(App.java:416)

POM.xml
...
<dependency>
 <groupId>com.sikulix</groupId>
 <artifactId>sikulixapi</artifactId>
 <version>1.1.0-SNAPSHOT</version>
</dependency>
...
<repository>
 <id>com.sikulix</id>
 <name>com.sikulix</name>
 <url>https://oss.sonatype.org/content/groups/public</url>
 <layout>default</layout>
 <snapshots>
 <enabled>true</enabled>
 <updatePolicy>always</updatePolicy>
 </snapshots>
</repository>
...

The question is how can I fix it?

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Fix Committed
importance: Undecided → High
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → 1.1.0
Revision history for this message
RaiMan (raimund-hocke) wrote :

problem is fixed in tomorrows build.

summary: - [1.1.0] OSX 10.10: sikulixapi in Eclipse project:
- java.lang.UnsatisfiedLinkError: org.sikuli.natives.MacUtil._openApp
+ [1.1.0] Windows/Mac: problem with App class after 2015-09-19: native
+ xxxUtil libs where no longer loaded (unsatisfied link errors)
summary: [1.1.0] Windows/Mac: problem with App class after 2015-09-19: native
- xxxUtil libs where no longer loaded (unsatisfied link errors)
+ xxxUtil libs where no longer loaded (unsatisfied link errors) --- fixed
+ 2015-09-25+
RaiMan (raimund-hocke)
Changed in sikuli:
importance: High → Critical
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.