err:ole:CoGetClassObjec

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
whbcxh
Newbie
Newbie
Posts: 2
Joined: Thu Nov 13, 2008 7:53 am

err:ole:CoGetClassObjec

Post by whbcxh »

i use wine1.17 with ubuntu 8.10,
and i want to run a program of my company ESales.exe
but got a fatal error writing under
anyone can help me?
thx very much!

Code: Select all

wuhaibo@wuhaibo-desktop:~/.wine/drive_c/Program Files/PASOFTS/ESales/bin$ wine ESales.exe
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject no class object {00000514-0000-0010-8000-00aa006d2ea4} could be created for context 0x7
Error
Code = 80040154
Code meaning = Unknown error 0x80040154
Source = (null)
Description = (null)
Open dataSource error
wuhaibo@wuhaibo-desktop:~/.wine/drive_c/Program Files/PASOFTS/ESales/bin$
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: err:ole:CoGetClassObjec

Post by vitamin »

whbcxh wrote:i use wine1.17 with ubuntu 8.10,
and i want to run a program of my company ESales.exe
but got a fatal error writing under
Looks like ADO/MDAC:

Code: Select all

wget http://www.kegel.com/wine/winetricks
sh ./winetrics mdac25
whbcxh
Newbie
Newbie
Posts: 2
Joined: Thu Nov 13, 2008 7:53 am

Post by whbcxh »

Thx very much!!
but when i run the program, another error appears.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

whbcxh wrote:Thx very much!!
but when i run the program, another error appears.
Please don't make such a large posts. Put this big logs on some pastebin site and link it here.
Locked