Wordq and Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
phoenix99
Newbie
Newbie
Posts: 1
Joined: Wed Nov 17, 2010 2:55 pm

Wordq and Wine

Post by phoenix99 »

Hi everybody,

i'm a IT technician in a high school and i'm planning to switch from windows XP to Linux (ubuntu or Opensuse) and one of the last step I need to do is to have Wordq (www.wordq.com) working in linux.
Of course there's no official linux support but i've tried in Wine 1.2.1 in Ubuntu 10.10 and the application is starting but i've this errors:

Code: Select all

fixme:reg:RegSetKeySecurity :(0x84,4,0xcdf210): stub
fixme:reg:RegSetKeySecurity :(0x80,4,0xcdf210): stub
fixme:reg:RegSetKeySecurity :(0x84,4,0xcdf210): stub
fixme:reg:RegSetKeySecurity :(0x84,4,0xcdf210): stub
fixme:reg:RegSetKeySecurity :(0x84,4,0xcdf210): stub
fixme:reg:RegSetKeySecurity :(0x94,4,0xcef260): stub
err:ole:CoGetClassObject class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered
err:ole:CoGetClassObject class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered
err:ole:create_server class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered
err:ole:CoGetClassObject no class object {a910187f-0c7a-45ac-92cc-59edafb77b53} could be created for context 0x7
err:ole:CoGetClassObject class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered
err:ole:CoGetClassObject class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered
err:ole:create_server class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered
err:ole:CoGetClassObject no class object {a910187f-0c7a-45ac-92cc-59edafb77b53} could be created for context 0x7
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
err:ole:CoGetClassObject no class object {96749377-3391-11d2-9ee3-00c04f797396} could be created for context 0x7
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be 
If anyone have any idea of what i can do to fix it..
Thanks for any help !!
fralla2
Newbie
Newbie
Posts: 1
Joined: Fri Mar 15, 2013 9:10 am

Re: Wordq and Wine

Post by fralla2 »

Same problem in the School District here.... We are working to see if there is alternatives but also saw a project named "Open-Sapi" that aim to bring the Microsoft SAPI engine to Wine.... So there may be some hope for WordQ on wine in the future
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Wordq and Wine

Post by lahmbi5678 »

Afaict MS SAPI comes preinstalled with Windows XP and later, but wine probably don't have it at all. I goggled a bit, and there seems to be a installer package (msi) for SAPI, maybe you should try to install that under wine, too.

The open SAPI project seems to be stalled, no updates since two years.
Locked