I am trying to run a Windows app my company uses in-house in Wine. It installs ok but when I run it I get this: Code: 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:win:WINPOS_GetWinOffset bad hwndFrom = 0xfffffffd Is there anything I can do? Is there a .dll or something that needs to be applied?
clarks (http://www.clarkssale.com/)clarks shoes (http://www.clarkssale.com/)clarks shoes sale (http://www.clarkssale.com/)clarks shoes outlet (http://www.clarkssale.com/) clarks shoes uk (http://www.clarkssale.com/)cheap clarks shoes (http://www.clarkssale.com/)clarks mens shoes (http://www.clarkssale.com/clarks-mens-sandals-c-3.html/) mbt shoes on sale (http://www.hellomymbt.com/) mbt shoes sale (http://www.hellomymbt.com/) mbt sport shoes (http://www.hellomymbt.com/mbt-sport-shoes-c-78.html) women mbt shoes (http://www.hellomymbt.com/mbt-womens-lami-c-47.html) mbt fora shoes (http://www.hellomymbt.com/mbt-fora-shoes-c-104.html)
crokett wrote:> I am trying to run a Windows app my company uses in-house in Wine. It installs ok but when I run it I get this: > > > Code: > > 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:win:WINPOS_GetWinOffset bad hwndFrom = 0xfffffffd > > >Have you run winetricks allfonts? According to: http://forum.winehq.org/viewtopic.php?t=919 This may be caused by a missing font. James McKenzie
> e rr: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 > > Looks like that belongs to missing dll sapi.dll (MS speech). You could try to get it from a windowspartition, and register it (regsvr32.exe sapi.dll). I'm pretty sure there must be a download from Microsoft http://www.microsoft.com/downloads/details.aspx?FamilyID=5e86ec97-40a7-453f-b0ee-6583171b4530&displaylang=en that installs this stuff but i'm not sure what package it is.