.isRunning() no long working for SikulixIDE in 2.0.4

Bug #1881377 reported by Chris Kosieracki
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Invalid
Undecided
Unassigned

Bug Description

2.0.4-2020-03-14_08:01/Mac10.14.5/Java8(64)1.8.0_251-b08

I just upgraded from 1.1.4 and found that the test to see if the IDE is running no longer returns the correct result.
I ran this script in the IDE, and also from a bash file both with the IDE running and not running. The results are always the same.

apps = ['Sikulix','SikulixIDE']
for app in apps:
    sIDE = App(app)
    ideRunning = sIDE.isRunning()
    if ideRunning:
        print(app + ' is running')
    else:
        print(app + ' is not running')

OUTPUT:
Sikulix is running
SikulixIDE is not running

Revision history for this message
RaiMan (raimund-hocke) wrote :

should first be a question

Changed in sikuli:
status: New → Invalid
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.