Re: [Sikuli-driver] [Question #708465]: problem with native library: libVisionProxy.dylib

2023-12-14 Thread Launchpad Janitor
Question #708465 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708465

Status: Open => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #708465]: problem with native library: libVisionProxy.dylib

2023-11-28 Thread mariia symchera
Question #708465 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708465

mariia symchera gave more information on the question:
I'm trying to launch on Sauce lab about actions that are not possible -
they do not perform - are there any possible options to interact with a
remote service such as sauce lab?

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #708465]: problem with native library: libVisionProxy.dylib

2023-11-22 Thread mariia symchera
Question #708465 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708465

Status: Answered => Open

mariia symchera is still having a problem:
thank you - that’s what helped solve the problem - the photo was taken
in the IDE - but I have another question - do I need any additional
settings to run tests on remote services like Sauce Lab and run these
tests through the git hub using the pipeline plan (and in general real
this?) thanks

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #708465]: problem with native library: libVisionProxy.dylib

2023-11-18 Thread RaiMan
Question #708465 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708465

Status: Open => Answered

RaiMan proposed the following answer:
You have to give a valid path for an image.

A relative path in the work dir must not have a leading /  .

Best way: use the ImagePath features.

BTW: .png can be omitted - standard ending.

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #708465]: problem with native library: libVisionProxy.dylib

2023-11-18 Thread mariia symchera
Question #708465 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708465

Status: Answered => Open

mariia symchera is still having a problem:
which way is better? can I ruin an image directly in the project?

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #708465]: problem with native library: libVisionProxy.dylib

2023-11-18 Thread RaiMan
Question #708465 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708465

Status: Open => Answered

RaiMan proposed the following answer:
the image cannot be found at this location:
"/src/test/resources/sikuli/go_back_to_game.png"

this is an absolute path???

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #708465]: problem with native library: libVisionProxy.dylib

2023-11-17 Thread mariia symchera
Question #708465 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708465

mariia symchera gave more information on the question:
i am also in POM 
###
  

sikulix
https://oss.sonatype.org/content/groups/public

 

 
com.sikulix
sikulixapi
2.0.6-SNAPSHOT


###
###
in code i used 2 types of integration - tried call jar file( scenario from IDE 
) and used Sikuli inside the project 
and now I don't get an error with the library - only [error]

Exit Value: 1
[error] Element: handleImageMissing: Response.ABORT: aborting

###
// Set the path to your JAR file
String jarFilePath = "/Users/msymchera/hi_sikuli.jar";
try {
// Build the command to run the JAR file
String command = "java -jar " + jarFilePath;

// Execute the command
Process process = Runtime.getRuntime().exec(command);

// Optionally, wait for the process to finish
process.waitFor();

// Optionally, check the exit value of the process
int exitValue = process.exitValue();
System.out.println("Exit Value: " + exitValue);

} catch (InterruptedException | IOException e) {
e.printStackTrace();
}


Screen s = new Screen();
Pattern goBackToGame = new 
Pattern("/src/test/resources/sikuli/go_back_to_game.png");
Match goBackButtonMatch = s.find(goBackToGame);
goBackButtonMatch.click();

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #708465]: problem with native library: libVisionProxy.dylib

2023-11-16 Thread mariia symchera
Question #708465 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708465

Status: Answered => Open

mariia symchera is still having a problem:
thanks for the answer! I'm new to this tool and would like to clarify if
I can then use older versions like 204 or others. I want to implement
Sikuli in my framework Appium +Selenium java) for example, I use
dependencies 204 but they also ask for a library libopencv_java420.

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #708465]: problem with native library: libVisionProxy.dylib

2023-11-16 Thread RaiMan
Question #708465 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708465

Status: Open => Answered

RaiMan proposed the following answer:
Versions up to 2.0.5 do not work on Mac Mx machines.

You might try with 2.0.6 snapshot - see GitHub.

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #708465]: problem with native library: libVisionProxy.dylib

2023-11-16 Thread mariia symchera
New question #708465 on SikuliX:
https://answers.launchpad.net/sikuli/+question/708465

I have this type of error [error] RunTimeINIT: *** BE AWARE: Running on Java 8+ 
*** Please report problems ***
[error] RunTimeINIT: *** Java 8+: skipped: storeClassPath()
[error] RunTimeINIT: *** Java 8+: skipped: storeClassPath()
[error] RunTimeINIT: *** Java 8+: skipped: addToClasspath() - caller: 
RunTime.libsExport API
[error] RunTimeAPI: Problematic lib: /Users/msymchera/Library/Application 
Support/Sikulix/SikulixLibs_201807110819/libVisionProxy.dylib (...TEMP...)
[error] RunTimeAPI: libVisionProxy.dylib loaded, but it might be a problem with 
needed dependent libraries
ERROR: Can't load library: ...TEMP...
[error] RunTimeAPI:  *** terminating: problem with native library: 
libVisionProxy.dylib

for me doest works 2.0.5 ,4,3 version on Mac m2 even doest open jar ( only 
shows how it opens and immediately closes) and if use 1.1.3 get this [debug 
(11/16/23, 11:10:43 AM)] Debug: setLogFile: 
/Users/msymchera/Desktop/sikuliX/SikuliX-1.1.3-SetupLog.txt
[debug (11/16/23, 11:10:43 AM)] RunSetup: ... starting with no args given
[debug (11/16/23, 11:10:43 AM)] RunSetup: Setup: 1.1.3 2018-07-11_08:19 in 
folder:
/Users/msymchera/Desktop/sikuliX
[debug (11/16/23, 11:10:43 AM)] RunSetup: RunningSystem: Mac OSX 13.4
[debug (11/16/23, 11:10:43 AM)] RunSetup: parent of jar/classes: 
/Users/msymchera/Desktop/sikuliX
[debug (11/16/23, 11:10:43 AM)] RunSetup: RunningJava: Java 11 (aarch64) 
11.0.20+9-LTS-256
[debug (11/16/23, 11:10:43 AM)] init user preferences
[debug (11/16/23, 11:10:50 AM)] RunSetup: 
popAsk: 
The following file(s) will be downloaded to
/Users/msymchera/Desktop/sikuliX
--- Native support libraries for Mac OSX (sikulixlibs...)
--- Package 2 ---
sikulixsetupAPI-1.1.3-20180711.082046-40-forsetup.jar (Java API)
Only click NO, if you want to terminate setup now!
Click YES even if you want to use local copies in Downloads!

[debug (11/16/23, 11:10:51 AM)] RunSetup: 
popAsk: 
You have for Mac native libs
/Users/msymchera/Library/Application 
Support/Sikulix/SikulixDownloads/sikulixlibsmac-1.1.1.jar
Click YES, if you want to use this for setup processing
... or click NO, to ignore it and download a fresh copy

[debug (11/16/23, 11:10:52 AM)] RunSetup: Copied from Downloads: sikulixlibsmac
[debug (11/16/23, 11:10:52 AM)] RunSetup: 
popAsk: 
You have for Java API package
/Users/msymchera/Library/Application 
Support/Sikulix/SikulixDownloads_201807110819/sikulixsetupAPI-1.1.3-20180711.082046-40-forsetup.jar
Click YES, if you want to use this for setup processing
... or click NO, to ignore it and download a fresh copy

[debug (11/16/23, 11:10:59 AM)] RunSetup: Copied from Downloads: sikulixapi
[debug (11/16/23, 11:10:59 AM)] RunSetup: Download ended
[debug (11/16/23, 11:10:59 AM)] RunSetup: Downloads for selected options:
sikulixlibsmac-1.1.1.jar sikulixsetupAPI-1.1.3-20180711.082046-40-forsetup.jar 
[debug (11/16/23, 11:10:59 AM)] RunSetup: adding needed stuff to sikulixapi.jar
[debug (11/16/23, 11:10:59 AM)] FileManager: buildJar: sikulixtemp.jar
[debug (11/16/23, 11:10:59 AM)] FileManager: buildJar: adding: sikulixapi.jar
[debug (11/16/23, 11:11:01 AM)] FileManager: buildJar: adding: 
sikulixlibsmac.jar
[debug (11/16/23, 11:11:02 AM)] FileManager: buildJar: completed
[debug (11/16/23, 11:11:02 AM)] RunSetup: renaming sikulixtemp.jar to target 
jar: sikulixapi.jar
[debug (11/16/23, 11:11:02 AM)] RunSetup: Trying to run functional test: 
JAVA-API *** on Java8+ *** 
[error (11/16/23, 11:11:07 AM)] RunTimeSETUP: *** Java 8+: setup API test - 
with ProcessRunner
[error (11/16/23, 11:11:07 AM)] RunSetup: ProcessRunner: null
[error (11/16/23, 11:11:07 AM)] RunSetup: ... terminated abnormally :-(
[debug (11/16/23, 11:11:07 AM)] RunSetup: 
popError: 
Something serious happened! Sikuli not useable!
Check the error log at 
/Users/msymchera/Desktop/sikuliX/SikuliX-1.1.3-SetupLog.txt


an just open IDE 2.0.6

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp