← Back to team overview

sikuli-driver team mailing list archive

[Bug 1967429] [NEW] App class doesn't have metadata after opening

 

Public bug reported:

This is on CentOS-7 (64 bit) with sikulix v2.0.5 on a Gnome desktop.  If
you launch an app via the App class, it launches but the App object
thinks it failed and most of the methods will fail or provide incorrect
information.

Jython 2.7.2 (v2.7.2:925a3cc3b49d, Mar 21 2020, 10:03:58)
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java17.0.1
Type "help", "copyright", "credits" or "license" for more information.
>>> from sikuli import *
>>> terminal = App("/bin/gnome-terminal")
>>> terminal.isRunning()
False
>>> terminal.open()
[error] openApp:
offset 0, count -1, length 64
False
>>> terminal.isRunning()
False
>>>

I've tried a few other programs like glxgears and I get the same error.

** Affects: sikuli
     Importance: Undecided
         Status: New

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

Title:
  App class doesn't have metadata after opening

Status in SikuliX:
  New

Bug description:
  This is on CentOS-7 (64 bit) with sikulix v2.0.5 on a Gnome desktop.
  If you launch an app via the App class, it launches but the App object
  thinks it failed and most of the methods will fail or provide
  incorrect information.

  Jython 2.7.2 (v2.7.2:925a3cc3b49d, Mar 21 2020, 10:03:58)
  [OpenJDK 64-Bit Server VM (Oracle Corporation)] on java17.0.1
  Type "help", "copyright", "credits" or "license" for more information.
  >>> from sikuli import *
  >>> terminal = App("/bin/gnome-terminal")
  >>> terminal.isRunning()
  False
  >>> terminal.open()
  [error] openApp:
  offset 0, count -1, length 64
  False
  >>> terminal.isRunning()
  False
  >>>

  I've tried a few other programs like glxgears and I get the same
  error.

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



Follow ups