sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31606
Re: [Question #264829]: Unable to run sikuli with OCR feature enabled: 32-bit/64-bit confusion?
Question #264829 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/264829
Status: Open => Answered
RaiMan proposed the following answer:
looks like the following problem:
You have a 32-Bit Java and a 64-Bit Java on your machine.
Setup was run with the 64-Bit version.
But your usage was run with a 32-Bit version.
For some reason (delete is blocked somehow) some of the 64-Bit libs are
not exchanged against their 32-Bit companions.
I can see this, because jawt.dll is ALWAYS copied at startup from the respective Java used.
the jintellytype and winutil libs worked also (very early in startup), but everything related to vision proxy did not work (except libopencv_java248.dll, which is not used currently).
... and you should have a
1.1-MadeForSikuliX32W.txt
file in your libs folder
I have to track this problem down, if you do not tell me a reason for
that delete-blocking.
At the moment you have to take care, that the setup and the usage are
run with the same Java version.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.