x 1.0rc1: Linux: Fedora 14: Capture crashes Sikuli - workaround
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
In Progress
|
Low
|
RaiMan |
Bug Description
Sikuli version: Sikuli-X-1.0rc1
OS: Fedora 14
To reproduce:
1. Launch Sikuli-IDE from the command line with sikuli-ide.sh.
2. Click the capture button.
3. After the delay, select something.
Result: Sikuli crashes and the following message appears in the shell: "Unable to load unicharset file /tmp/sikuli/
The file /tmp/sikuli/
I'm using the tesseract 2.04 Fedora RPM. The resource files are in /usr/share/
Changed in sikuli: | |
assignee: | nobody → Edu (karlmicha) |
description: | updated |
summary: |
- Capture crashes Sikuli on Fedora 14 + x 1.0rc1: Linux: Fedora 14: Capture crashes Sikuli - workaround |
tags: | added: build |
Changed in sikuli: | |
status: | Fix Committed → In Progress |
assignee: | Edu (karlmicha) → RaiMan (raimund-hocke) |
importance: | Undecided → Low |
tags: |
added: ubuntu removed: capture crash linux |
In my case on Fedora 14 (64 bits), I had to recompile tesseract 2.04 myself (cause it was not compiled with -fPIC).
Even if I provide the right address for TESSERACT_DATA_DIR in the CMakeCache.txt, or add the corresponding address in cmake_modules/ common. cmake, it crashes...