sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #59711
Re: [Question #821249]: "Why are my SikuliX scripts for automating a mainframe application working on my system but not running on other systems?
Question #821249 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/821249
Sana Mugal posted a new comment:
The issue usually happens because SikuliX scripts aren’t fully portable
by just copying the IDE, Java, and script files. A few things to check:
Java version compatibility – SikuliX often requires the same Java
runtime version on both systems. Make sure the target machine has the
same Java version as the one you used when creating the script.
System dependencies – SikuliX relies on native libraries and image
recognition. If the screen resolution, scaling, or even theme/contrast
settings differ between machines, the scripts may fail to match the UI
elements.
Environment setup – Instead of just copying files, install SikuliX
properly on the target system (via the setup .jar). This ensures all
required libraries and paths are correctly configured.
File paths and permissions – If your scripts reference images or
external files with absolute paths, they won’t resolve correctly on
another system. Switch to relative paths wherever possible.
Solution:
Reinstall SikuliX on the target system, make sure the same Java version is present, and re-capture critical images if display settings differ. Once the environment matches, your scripts should run consistently. fore more details visit <a href="https://azeplusyukle.net">Whatsapp Plus</a>
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.