[orca-list] I can not run eclipse with latest orca



Hi Joanie and all.
I need HELP!

From the 3rd of September, I no longer run eclipse with the latest version of Orca. I can start eclipse, but when I begin to type something in the editor, eclipse dies. If I use orca orca 2.3.02 instead of the last orca from git, I have no problems.

In the debug output from orca I found the following:
Traceback (most recent call last):
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/generator.py", line 248, in generate
    globalsDict[arg] = self._methodsDict[arg](obj, **args)
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/speech_generator.py", line 1244, in _generateNewNodeLevel
    oldLevel = self._script.utilities.nodeLevel(args.get('priorObj', None))
File "/data/software/orca/dev/lib/python2.6/site-packages/orca/script_utilities.py", line 1107, in nodeLevel
    relations = node.getRelationSet()
File "/usr/lib/python2.6/dist-packages/pyatspi/accessible.py", line 238, in _inner
    raise LookupError(e)
LookupError

generate speech results:


I am strongly inclined to believe that the problem is related to commit adacc221f267917f46d0c3dd82f258be99491248.
To confirm my suspicions I performed the following procedures:

git checkout -b x
git reset adacc221f267917f46d0c3dd82f258be99491248 --hard
make clean && ./autogen.sh -prefix=/data/software/orca/dev/ && make && make install

That done, I restarted orca and ran the eclipse but the the result was the same, eclipse died when I started to type something in the editor.

Then I tried the following:
git reset 09f8b0b7367daf8c9003ceab6df5b9df9597eca3 --hard
make clean && ./autogen.sh -prefix=/data/software/orca/dev/ && make && make install

Again I rebooted the orca and ran the eclipse, and to my surprise the problem went away.

Suggestions?
Thanks.


--
{}S
José Vilmar Estácio de Souza



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]