This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11496 - Rockbox Utility fails to create voice file for the current build.
Attached to Project:
Rockbox
Opened by Tuukka Ojala (tuojal) - Sunday, 25 July 2010, 11:55 GMT+2
Last edited by Nils Wallménius (nls) - Sunday, 13 February 2011, 11:39 GMT+2
Opened by Tuukka Ojala (tuojal) - Sunday, 25 July 2010, 11:55 GMT+2
Last edited by Nils Wallménius (nls) - Sunday, 13 February 2011, 11:39 GMT+2
|
DetailsWhen attempting to create the voice file using SAPI the encoding process aborts with the following message:
Encoding of C:/users/Tuukka/LOCALS~1/Temp/rbvoice//LANG_NOT_PRESENT.wav failed The same happens after cleaning the cache. |
This task depends upon
Closed by Nils Wallménius (nls)
Sunday, 13 February 2011, 11:39 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Seems fixed, no reply for months anyway
Sunday, 13 February 2011, 11:39 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Seems fixed, no reply for months anyway
When I use SVN verison of RBUtil from here http://www.alice-dsl.net/dominik.riebeling/rockbox/rbutil/
there is no problem.
I using SVN r25567 on Windows XP - there is no problem.
I have not multiple core PC.
As the application is a single user license, the Create Voice File function never manages to create all files (i.e. some of them are left empty).
I created a script as a shim for swift, which contained the following:
#!/bin/sh
#
# Introduce a sleep after the swift program execution
# so that it can run properly.
#
/opt/swift/bin/swift "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"
sleep 1
The sleep 1 seemed to stop the program tripping over its own single license, and everything worked OK.
Steve
As the application is a single user license, the Create Voice File function never manages to create all files (i.e. some of them are left empty).
I created a script as a shim for swift, which contained the following:
#!/bin/sh
#
# Introduce a sleep after the swift program execution
# so that it can run properly.
#
/opt/swift/bin/swift "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"
sleep 1
The sleep 1 seemed to stop the program tripping over its own single license, and everything worked OK.
Steve
- the used OS
- the used voice
- if the voice is commercial or not
to (hopefully) backup my theory? Thanks.
Now I using Rockbox Utility 1.2.8 and problem is out !!!
On version 1.2.7 still faild on same PC.
Salaba