← Back to team overview

sikuli-driver team mailing list archive

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

 

problem is fixed in tomorrows build.

** Summary changed:

- [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 changed:

- [1.1.0] Windows/Mac: problem with App class after 2015-09-19: native xxxUtil libs where no longer loaded (unsatisfied link errors)
+ [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+

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1498949

Title:
  [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+

Status in Sikuli:
  Fix Committed

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?

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1498949/+subscriptions


References