sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38798
Re: [Question #296049]: java.lang.ArrayIndexOutOfBoundsException error when using App.close() on CentOS 7
Question #296049 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/296049
Description changed to:
I've encountered an exception with App.close().
My code:
app = App.open("<path-to-app>/app")
wait(10)
app.close()
The application starts fine but app.close() raises the exception
[error] java.lang.ArrayIndexOutOfBoundsException (
java.lang.ArrayIndexOutOfBoundsException: 0 )
I have wmctrl 1.0.7 installed but it can't find my application when it's
running, so that might be the problem.
Any ideas on how to fix with and make app.close() work?
I'm using SikuliX 1.1.0.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.