wine errors opening and closeing program

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
light-angel
Newbie
Newbie
Posts: 2
Joined: Wed Sep 07, 2011 7:10 am

wine errors opening and closeing program

Post by light-angel »

i have a chat program when i try and open the program i get this error OLE error 800004001
only if a config file is their if their is none opens fine

when i close the program i get the same error and if i run it thought a terminal window i get this out put when closing

err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not registered
err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not registered
err:ole:CoGetClassObject no class object {88d969c0-f192-11d4-a65f-0040963251e5} could be created for context 0x5
fixme:msxml:xmlnode_get_ownerDocument
fixme:msxml:DllCanUnloadNow

how can i fix this

program can be found here https://sourceforge.net/projects/netcha ... es/Alpha8/
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: wine errors opening and closeing program

Post by vitamin »

light-angel wrote:err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not registered
Try 'winetricks msxml6'. http://wiki.winehq.org/winetricks
light-angel
Newbie
Newbie
Posts: 2
Joined: Wed Sep 07, 2011 7:10 am

Post by light-angel »

ty vitamin

msxml6 didnt work but i tryed msxml3 and that did it
Locked