msxml6 for 64bit wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
yugandhar
Level 2
Level 2
Posts: 25
Joined: Mon Dec 01, 2008 11:08 am

msxml6 for 64bit wine

Post by yugandhar »

After installing msxml6_x64.msi for 64 bit configured wine, when my 64bit windows executable gets started, am getting the following error:
There was already a bug raised with number 18126 on this.
Please share any ideas how to resolve the same.

.................................................................................................
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\System\\msxml6.dll"

err:ole:create_server class {88d96a05-f192-11d4-a65f-0040963251e5} not
registered

fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {88d96a05-f192-11d4-a65f-0040963251e5}
could be created for context 0x17

fixme:heap:HeapSetInformation 0x2ae1ac400000 0 0x2ae1a47fb220 4

err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\System\\msxml6.dll"

err:ole:create_server class {88d96a05-f192-11d4-a65f-0040963251e5} not
registered

fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported

err:ole:CoGetClassObject no class object {88d96a05-f192-11d4-a65f-0040963251e5}
could be created for context 0x17
.....................................................................................................
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

64-bit Wine is not a stage where it can't really run programs which are more advanced than e.g. 'hello world'. It will take a long time before basic 64-bit apps will work properly. At this point you can only run 32-bit apps using a 32-bit Wine.
Locked