List Info

Thread: Orca troubbles by running orca




Orca troubbles by running orca
user name
2006-12-14 14:47:17
Hoppa Willie and all readers,

on Thursday, December 14, 2006 at 3:33:22 PM means Willie
Walker:
>> I compiled the gnome-speech-0.4.6 and try
"test-speech".

> Great!



>> At first, I must select a Speech Server, I select
festival by pressing
>> 1. After a fiew other settings, I hear a voice. Now
I must select the

> Great!  Which voice did you end up getting?  Was it
kal_diphone?

Yes, I have only this voice. 

>> voice, I pressing 1 and geht the following error:
>> 
>> ** (process:4184): WARNING **: Failed to send
buffer
>> Speicherzugriffsfehler

> It may be that Festival is dying because it is getting
characters that
> is doesn't expect.  Can you try logging in using the
en_US locale and
> repeating the test?  You should hopefully be able to
select the locale
> via some sort of "Options" menu on the login
screen.  

I change the locales via dpkg-reconfigure locales, I uncheck
all de
locales and check the en_us iso ... This locales select I in
the next
screen, than I logout and login. And now, all messages shown
in
english. *g*

> In addition, if you can type 'script' before running
the test, and then
> Ctrl-D when you done, you can get a typescript of the
test.  That might
> contain useful information.

Script started on Thu 14 Dec 2006 03:22:50 PM CET
sdellitserver:~$ test-speech
1: OAFIID:GNOME_Speech_SynthesisDriver_Festival:proto0.3
Select a server: 1
Attempting to activate
OAFIID:GNOME_Speech_SynthesisDriver_Festival:proto0.3.
Driver name: Festival GNOME Speech Driver
Driver version: 0.3
Synthesizer name: Festival Speech Synthesis System
Synthesizer Version: 1.4.3
Enter desired gender ('m' or 'f'): f
Enter desired locale, or 'all' to display all voices:
1. kal_diphone (language english)
Select voice: 1
** (process:5814): WARNING **: Failed to send buffer
Segmentation fault
sdellitserver:~$
Script done on Thu 14 Dec 2006 03:23:37 PM CET

And now?

thanks for help and
-- 
Best regards Sebastian 
ICQ: 264706583 / MSM: seboblinzeln.de / Skype:
sebo_de
E-Mail: seboblinzeln.de / Web: www.blindzeln.de


-- 
To UNSUBSCRIBE, email to debian-accessibility-REQUESTlists.debian.org
with a subject of "unsubscribe". Trouble? Contact
listmasterlists.debian.org

_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Orca troubbles by running orca
user name
2006-12-14 15:41:27
> Enter desired locale, or 'all' to display all voices:
> 1. kal_diphone (language english)
> Select voice: 1
> ** (process:5814): WARNING **: Failed to send buffer
> Segmentation fault
> sdellitserver:~$
> Script done on Thu 14 Dec 2006 03:23:37 PM CET

OK - this is not good.  :-(  There are some debugging speech
steps at
the following URL: http://live.g
nome.org/Orca/GnomeSpeech.  Steps 6 and
7 might be the ones to try next.

Will



_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Orca troubbles by running orca
user name
2006-12-15 09:21:16
Hoppa Willie and all readers,

on Friday, December 15, 2006 at 10:14:25 AM means Willie
Walker:
>> Enter desired locale, or 'all' to display all
voices:
>> 1. kal_diphone (language english)
>> Select voice: 1
>> ** (process:5814): WARNING **: Failed to send
buffer
>> Segmentation fault
>> sdellitserver:~$
>> Script done on Thu 14 Dec 2006 03:23:37 PM CET

> OK - this is not good.  :-(  There are some debugging
speech steps at
> the following URL: http://live.g
nome.org/Orca/GnomeSpeech.  Steps 6 and
> 7 might be the ones to try next.

6. If things spoke at one time, but are no longer working,
try doing a 'ps -fax | grep synthesis-driver' or 'ps -elf |
grep synthesis-driver'. Kill the
associated process and try 'test-speech' again. If speech
works again, then a driver got hung.
:-(

I can't find the process. I search with ps aux/elf/fax and
grep to
Synthesis, synthesis, driver, etc. Only festival can be
found.

7. Do any speech services show up with the gnome-speech
'test-speech' utility?

Yes.

B. If there are files, then try running one of the drivers
by hand from a terminal window. You'll know the location and
name of the driver by looking for
the type="exe" line in the relevant
/usr/lib/bonobo/servers/GNOME_Speech_
SynthesisDriver
_* file.

Who can I run the driver by hand? I try:

# cd /usr/lib/bonobo/servers
# ./GNOME_Speech_SynthesisDriver_Festival.server

But "command not found".

But a:

# cat ./GNOME_Speech_SynthesisDriver_Festival.server

show the content of the file.

i. Make sure you kill all running synthesis-drivers before
running the driver by hand.
ii. See if there are any errors when you run the driver by
hand in a terminal window. If there are no errors, then run
test-speech from another terminal
window. See if you can make test-speech talk. If you can,
the problem may be that Bonobo is not starting the driver
for some odd reason. If you still cannot
make test-speech talk, it's probably time to jot down any
errors you might be seeing and
ask us for help.

OK, I ask for help.

I remember, when I start orca, I hear a voice "welcome
to orca", than
the voice and orca crashing.

I Found a thread in the www:

http://www.nabble.com/Problems-with-gnome
-speech-tf849200.html#a2201501

I also have an amd64 with the debian amd64 etch. It this the
reason?
What can I do for this?

Thanks and
-- 
Best regards Sebastian 
ICQ: 264706583 / MSM: seboblinzeln.de / Skype:
sebo_de
E-Mail: seboblinzeln.de / Web: www.blindzeln.de

_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Orca Debugging gnome-speech (was Re: troubbles by running orca)
user name
2006-12-15 13:21:16
> 6. If things spoke at one time, but are no longer
working, try doing a 'ps -fax | grep synthesis-driver' or
'ps -elf | grep synthesis-driver'. Kill the
> associated process and try 'test-speech' again. If
speech works again, then a driver got hung.
> :-(
> 
> I can't find the process. I search with ps aux/elf/fax
and grep to
> Synthesis, synthesis, driver, etc. Only festival can be
found.

Ahh...kill anything to do with festival.  Something like
this might
work:

kill -9 `ps -eo pid,ruid,args | egrep
"synthesis-driver|festival [-][-]server" | grep -v
grep | awk '{ print $1 }` > /dev/null 2>&1

> B. If there are files, then try running one of the
drivers by hand from a terminal window. You'll know the
location and name of the driver by looking for
> the type="exe" line in the relevant
/usr/lib/bonobo/servers/GNOME_Speech_
> SynthesisDriver
> _* file.
> 
> Who can I run the driver by hand? I try:

You need to look for the "=exe" line in the file. 
The driver is
typically installed in /usr/bin and has a name of the form
"*-synthesis-driver".  For example:

# grep 'type="exe"'
/usr/lib/bonobo/servers/GNOME_Speech_SynthesisDriver_Festiva
l.server 
                    type="exe"
location="/usr/bin/festival-synthesis-driver">
#

This says /usr/bin/festival-synthesis-driver is what you're
looking for.
So...now:

1) Make sure you kill all things related to festival as
shown above

2) Run /usr/bin/festival-synthesis-driver in a separate
window (or
virtual console)

3) Run test-speech in another window (or virtual console)

4) If things go awry, see if there are any errors in the
window where
you are running festival-synthesis-driver

> http://www.nabble.com/Problems-with-gnome
-speech-tf849200.html#a2201501
> 
> I also have an amd64 with the debian amd64 etch. It
this the reason?

It most likely is :-(, but I'm not sure.  I've heard
recently that
people have been having success on 64-bit Ubuntu boxes.  If
you're not
committed to Debian, you might give Ubuntu a try.

Will


_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Orca Debugging gnome-speech (was Re: troubbles by running orca)
user name
2006-12-15 20:04:31
Hoppa Willie and all readers,

on Friday, December 15, 2006 at 8:58:12 PM means Willie
Walker:
>> B. If there are files, then try running one of the
drivers by
>> hand from a terminal window. You'll know the
location and name of
>> the driver by looking for
>> the type="exe" line in the relevant
>> /usr/lib/bonobo/servers/GNOME_Speech_
>> SynthesisDriver
>> _* file.
>> 
>> Who can I run the driver by hand? I try:

> You need to look for the "=exe" line in the
file.  The driver is
> typically installed in /usr/bin and has a name of the
form
> "*-synthesis-driver".  For example:

> # grep 'type="exe"'
>
/usr/lib/bonobo/servers/GNOME_Speech_SynthesisDriver_Festiva
l.server 
>                     type="exe"
>
location="/usr/bin/festival-synthesis-driver">
> #

> This says /usr/bin/festival-synthesis-driver is what
you're looking for.
> So...now:

Thanks. 

> 1) Make sure you kill all things related to festival as
shown above
> 2) Run /usr/bin/festival-synthesis-driver in a separate
window (or
> virtual console)
> 3) Run test-speech in another window (or virtual
console)
> 4) If things go awry, see if there are any errors in
the window where
> you are running festival-synthesis-driver

There are no errors or other messages in the window of
festival. :-(

Other ideas?

Thanks for help and tipps!
-- 
Best regards Sebastian 
ICQ: 264706583 / MSM: seboblinzeln.de / Skype:
sebo_de
E-Mail: seboblinzeln.de / Web: www.blindzeln.de

_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Orca Debugging gnome-speech (was Re: troubbles by running orca)
user name
2006-12-18 14:54:35
Hi Sebastian:

In the window where you run festival-synthesis-driver, you
should see
something similar to the following as you run test-speech:

wwalkerubuntu:~/orca$ festival-synthesis-driver 
server    Mon Dec 18 09:52:36 2006 : Festival server started
on port
1314
client(1) Mon Dec 18 09:52:37 2006 : accepted from localhost
Festival driver finalized.

If you're not getting any messages, then test-speech might
be connecting
to a different synthesis driver.

Will

On Fri, 2006-12-15 at 21:04 +0100, Sebastian Dellit wrote:
> Hoppa Willie and all readers,
> 
> on Friday, December 15, 2006 at 8:58:12 PM means Willie
Walker:
> >> B. If there are files, then try running one of
the drivers by
> >> hand from a terminal window. You'll know the
location and name of
> >> the driver by looking for
> >> the type="exe" line in the relevant
> >> /usr/lib/bonobo/servers/GNOME_Speech_
> >> SynthesisDriver
> >> _* file.
> >> 
> >> Who can I run the driver by hand? I try:
> 
> > You need to look for the "=exe" line in
the file.  The driver is
> > typically installed in /usr/bin and has a name of
the form
> > "*-synthesis-driver".  For example:
> 
> > # grep 'type="exe"'
> >
/usr/lib/bonobo/servers/GNOME_Speech_SynthesisDriver_Festiva
l.server 
> >                     type="exe"
> >
location="/usr/bin/festival-synthesis-driver">
> > #
> 
> > This says /usr/bin/festival-synthesis-driver is
what you're looking for.
> > So...now:
> 
> Thanks. 
> 
> > 1) Make sure you kill all things related to
festival as shown above
> > 2) Run /usr/bin/festival-synthesis-driver in a
separate window (or
> > virtual console)
> > 3) Run test-speech in another window (or virtual
console)
> > 4) If things go awry, see if there are any errors
in the window where
> > you are running festival-synthesis-driver
> 
> There are no errors or other messages in the window of
festival. :-(
> 
> Other ideas?
> 
> Thanks for help and tipps!

_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Orca Debugging gnome-speech (was Re: troubbles by running orca)
user name
2006-12-19 19:14:05
Hoppa Willie and all readers,

on Tuesday, December 19, 2006 at 8:12:33 PM means Willie
Walker:
> In the window where you run festival-synthesis-driver,
you should see
> something similar to the following as you run
test-speech:

> wwalkerubuntu:~/orca$ festival-synthesis-driver 
> server    Mon Dec 18 09:52:36 2006 : Festival server
started on port
> 1314
> client(1) Mon Dec 18 09:52:37 2006 : accepted from
localhost
> Festival driver finalized.

> If you're not getting any messages, then test-speech
might be connecting
> to a different synthesis driver.

I try it again and the following happens when I start the
test-speech:

client(4) Tue Dec 19 19:38:40 2006 : accepted from localhost
Segmentation fault

-- 
Best regards Sebastian 
ICQ: 264706583 / MSM: seboblinzeln.de / Skype:
sebo_de
E-Mail: seboblinzeln.de / Web: www.blindzeln.de

_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )