← Back to team overview

sikuli-driver team mailing list archive

[Question #820093]: [error] openApp: unable to launch installer GUI application on Linux

 

New question #820093 on SikuliX:
https://answers.launchpad.net/sikuli/+question/820093

Hi!

I'm trying to automate an Installer application (which is a .run file built using Install Builder) on Rocky 9 Linux, but keep running into errors with the openApp. This is also happening with another application I am trying to launch (which is Blender, a 3d graphics application)

My code looks like this:

try {
            // Launch the app
        	System.out.println("Starting tests...");
            App app = App.open("/home/rocky/blender");
            System.out.println("Launched Blender!");

The errors show: 

Starting tests...
[error] openApp:
offset 0, count -1, length 64
Launched Blender!

Any idea what is happening?







-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.