← Back to team overview

sikuli-driver team mailing list archive

[Bug 1051919] Re: taking screenshots on dual monitors doesn't work on Linux in sikuli

 

** Changed in: sikuli
       Status: New => Opinion

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

Title:
  taking screenshots on dual monitors doesn't work on Linux in sikuli

Status in Sikuli:
  Opinion

Bug description:
  Taking screenshot on Linux with two monitors doesn't quite work, it
  shows only one monitor and it has broken resolution.

  It shows traceback in messages:

  Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: /home/garret/msc/Sikuli-X-1.0rc3 (r905)-linux-x86_64/Sikuli-IDE/libs/libVisionProxy.so: libml.so.2.1: cannot open shared object file: No such file or directory
  at java.lang.ClassLoader$NativeLibrary.load(Native Method)
  at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)
  at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)
  at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
  at java.lang.Runtime.load0(Runtime.java:792)
  at java.lang.System.load(System.java:1059)
  at com.wapmx.nativeutils.jniloader.NativeLoader.loadLibrary(NativeLoader.java:44)
  at org.sikuli.script.TextRecognizer.(TextRecognizer.java:24)
  at org.sikuli.ide.NamingPane.getFilenameFromImage(NamingPane.java:55)
  at org.sikuli.ide.CaptureButton.update(CaptureButton.java:149)
  at org.sikuli.script.CapturePrompt.notifyObserver(CapturePrompt.java:44)
  at org.sikuli.script.CapturePrompt$1.mouseReleased(CapturePrompt.java:197)
  at java.awt.Compone

  nt.processMouseEvent(Component.java:6505)
  at java.awt.Component.processEvent(Component.java:6270)
  at java.awt.Container.processEvent(Container.java:2229)
  at java.awt.Window.processEvent(Window.java:2022)
  at java.awt.Component.dispatchEventImpl(Component.java:4861)
  at java.awt.Container.dispatchEventImpl(Container.java:2287)
  at java.awt.Window.dispatchEventImpl(Window.java:2719)
  at java.awt.Component.dispatchEvent(Component.java:4687)
  at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:723)
  at java.awt.EventQueue.access$200(EventQueue.java:103)
  at java.awt.EventQueue$3.run(EventQueue.java:682)
  at java.awt.EventQueue$3.run(EventQueue.java:680)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
  at java.awt.EventQueue$4.run(EventQueue.java:696)
  at java.awt.EventQueue$4.run(EventQueue.java:694)
  at java.security.A

  ccessController.doPrivileged(Native Method)
  at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
  at java.awt.EventQueue.dispatchEvent(EventQueue.java:693)
  at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
  at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
  at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
  at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)

  See screenshot here: http://imgur.com/kdC5y

  I'm using Gnome 3 on 64bit Fedora 17.

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


References