yugandhar
2008-Dec-02 21:43 UTC
[Wine] err:ole:CoInitializeEx.. err:ole:CoGetClassObject class
Hi, Am running my windows executable in oracle enterprise linux using Wine-1.1.7. Am getting the following error: err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded err:ole:CoGetClassObject class {88d969c1-f192-11d4-a65f-0040963251e5} not registered err:ole:CoGetClassObject class {88d969c1-f192-11d4-a65f-0040963251e5} not registered err:ole:create_server class {88d969c1-f192-11d4-a65f-0040963251e5} not registered err:ole:CoGetClassObject no class object {88d969c1-f192-11d4-a65f-0040963251e5} could be created for context 0x7 Help me if anyone has fixed similar issue. Thanks, Yug
msclrhd
2008-Dec-02 21:59 UTC
[Wine] Re: err:ole:CoInitializeEx.. err:ole:CoGetClassObject class
hi, The error you are seeing is that it cannot create an instance of the msxml4 object (that is what 88d969c1-f192-11d4-a65f-0040963251e5 is referring to). You can install this by running sh winetricks msxml4 See http://wiki.winehq.org/winetricks for more info on where to get/use winetricks, HTH, - Reece
yugandhar
2008-Dec-03 14:11 UTC
[Wine] Re: err:ole:CoInitializeEx.. err:ole:CoGetClassObject class
Dear Reece, Thanks for your quick response.This fixed worked but still am getting one of the following error: err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded. Thanks, Yug
msclrhd
2008-Dec-03 17:05 UTC
[Wine] Re: err:ole:CoInitializeEx.. err:ole:CoGetClassObject class
Hi, That error should (in theory) be ok. Does the application you are trying to run work? If not, you should create a bug report in Bugzilla. You may also want to check AppDB to see if your application is in there and if it has any known issues and/or a howto on getting the application working.