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
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
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