On 11/17/10 1:01 PM, phoenix99 wrote:
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:
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
Found that this is a part of the Sound API for Windows at:
http://www.myplugins.info/guids/typeinfo/typeinfo.php?clsid={A910187F-0C7A-45AC-92CC-59EDAFB77B53}
This should not affect the ability of a program to run UNLESS it is
designed to do text to sound.
Since I have no idea what this program is supposed to do, I cannot state
that the errors above are causing the program to terminate.
James McKenzie