← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #242870]: IDEA crashed

 

Question #242870 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242870

    Status: Open => Needs information

RaiMan requested more information:
This is what I can see from the (horrible ;-) JVM dump:

- you seem to use Intellij IDEA to develop Java apps
- you are using SikuliX 1.0.1 (conclusion from the dlls)
- you have setup SikuliX in D:\SOFT\sikuli
- the libs are loaded from D:\SOFT\sikuli\libs, that is on system path at runtime

this all seems to be as it should be.

I suppose you are using sikuli-java.jar, that is left in the setup
folder D:\SOFT\sikuli and referenced in your test project.

there are additional OpenCV libs loaded at C:\Windows\Temp\javacpp217882498280317\
are you using Sikuli Java API in parallel??

to narrow down to the problem:
add the following JVM parameter to the runtime settings of your project
-Dskuli.Debug=3
or use 
java.lang.System.setProperty("skuli.Debug", "3");

in your test app before touching any SikuliX features.

This will produce some valuable debug output.

A paste of your test app would help too.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.