Text to Speech Programs Not Working

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
russki_drewski
Level 1
Level 1
Posts: 5
Joined: Mon Sep 06, 2010 11:30 pm

Text to Speech Programs Not Working

Post by russki_drewski »

Hi, I'm trying to get a specific program to work under Wine. It is NextUp TextAloud. It gives some error when I try to run it.

I've also tried to install the Windows version of espeak and it won't work under Wine either. So I think there is something different that the text to speech programs use that Wine doesn't like. Does anyone have any ideas of how to get this to work?

Thanks!
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Text to Speech Programs Not Working

Post by dimesio »

russki_drewski wrote:Hi, I'm trying to get a specific program to work under Wine. It is NextUp TextAloud. It gives some error when I try to run it.

I've also tried to install the Windows version of espeak and it won't work under Wine either. So I think there is something different that the text to speech programs use that Wine doesn't like. Does anyone have any ideas of how to get this to work?
Wine version? If it's not the latest development release, upgrade.

Have you installed the Microsoft text to speech engine?
russki_drewski
Level 1
Level 1
Posts: 5
Joined: Mon Sep 06, 2010 11:30 pm

Re: Text to Speech Programs Not Working

Post by russki_drewski »

dimesio wrote: Wine version? If it's not the latest development release, upgrade.

Have you installed the Microsoft text to speech engine?
I have the latest stable release. I just barely installed the MS text to speech engine and it still didn't work(I didn't know it could be downloaded until now). Do you think the development version would be better?
russki_drewski
Level 1
Level 1
Posts: 5
Joined: Mon Sep 06, 2010 11:30 pm

Upgraded to development release

Post by russki_drewski »

After upgrading to the development release I still get the same error:

Error initializing espeak. Shutting down.


Thx for the help!
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

could you paste the console output from your last run?
russki_drewski
Level 1
Level 1
Posts: 5
Joined: Mon Sep 06, 2010 11:30 pm

console output

Post by russki_drewski »

Here's the output from the things that I did.

I posting the output from espeak because it is a simpler program, and anyone can access it to test on, as it is open source. I'm hoping if espeak will work, so will my other program.

Code: Select all

msttss22l.exe install: (MS speech engine)
	fixme:advpack:set_ldids Need to support changing paths - default will be used
	fixme:advpack:set_ldids Need to support changing paths - default will be used
	
when installing espeak:
	fixme:win:DisableProcessWindowsGhosting : stub
	fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\eSpeak\\unins000.exe") stub
	
when running espeak:
	err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered
	err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered
	err:ole:create_server class {96749377-3391-11d2-9ee3-00c04f797396} not registered
	fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
	err:ole:CoGetClassObject no class object {96749377-3391-11d2-9ee3-00c04f797396} could be created for context 0x17
russki_drewski
Level 1
Level 1
Posts: 5
Joined: Mon Sep 06, 2010 11:30 pm

Post by russki_drewski »

Any takers on this one? :cry:
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

looks like there a trial at http://www.nextup.com/download.html
Do you have the same problems with the trial?
Locked