Microsoft Data Access Components 2.1

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bbrazie
Level 2
Level 2
Posts: 18
Joined: Mon Aug 31, 2009 5:56 pm

Microsoft Data Access Components 2.1

Post by bbrazie »

Wine 1.0.1 in Ubuntu 9.04.

After installing an application and trying to start it I get the following error:

Error creating object. Please verify that the Microsoft Data Access Components 2.1 (or later) have been properly installed.

Is this something that is installed in v1.0.1? Or will this application just not work?

Any advice?

Thanks in advance. Bob.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Microsoft Data Access Components 2.1

Post by vitamin »

bbrazie wrote:Wine 1.0.1 in Ubuntu 9.04.
This version is very old - upgrade. Latest version is wine-1.1.28.
bbrazie wrote:After installing an application and trying to start it I get the following error:
Error creating object. Please verify that the Microsoft Data Access Components 2.1 (or later) have been properly installed.
Install MDAC with winetricks - http://wiki.winehq.org/winetricks
bbrazie
Level 2
Level 2
Posts: 18
Joined: Mon Aug 31, 2009 5:56 pm

Post by bbrazie »

This is what the download site says about an upgrade in Ubuntu:

The packages here are beta packages. This means they will periodically suffer from regressions, and as a result an update may break functionality in Wine. If the latest stable release of Wine (currently Wine 1.0.1) works for you, then you may not want to use these beta packages.

If I do install the newer version will this solve my problem?


Thanks, Bob.
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

bbrazie wrote:
If I do install the newer version will this solve my problem?
The only way to find out is to try it.

And here is more accurate information on the difference between the stable and development branches: http://wiki.winehq.org/FAQ#head-0bae04b ... acb6f367ff
bbrazie
Level 2
Level 2
Posts: 18
Joined: Mon Aug 31, 2009 5:56 pm

Post by bbrazie »

If the Microsoft Data Access Components 2.1 (or later) is included it should.

Do you know if it is included in the newest Wine release?

Thanks, Bob.
James Mckenzie

Microsoft Data Access Components 2.1

Post by James Mckenzie »

If the Microsoft Data Access Components 2.1 (or later) is included it should.

Do you know if it is included in the newest Wine release?
No. You will have to use winetricks to install MDAC. I highly recommend installing version 2.8 (mdac28) if you can.

James McKenzie
bbrazie
Level 2
Level 2
Posts: 18
Joined: Mon Aug 31, 2009 5:56 pm

Post by bbrazie »

I have been looking at the web site and see the different packages I can install.

I am not to sure what the exact line I should type in order to install the package after I install winetricks.

Can you help?
James Mckenzie

Microsoft Data Access Components 2.1

Post by James Mckenzie »

brazzie wrote:
I have been looking at the web site and see the different packages I can install.

I am not to sure what the exact line I should type in order to install the package after I install winetricks.

Can you help?
sh winetricks mdac28

If you get a further complaint about the Jet engine, which supports Access type databases, use:

sh winetricks jet40

James McKenzie
bbrazie
Level 2
Level 2
Posts: 18
Joined: Mon Aug 31, 2009 5:56 pm

Post by bbrazie »

Would I need to remove the version of Wine I have in order to install the newer version?

Or just try wintricks with the version of Wine I already have installed.

Thanks in advance. Bob.
bbrazie
Level 2
Level 2
Posts: 18
Joined: Mon Aug 31, 2009 5:56 pm

Post by bbrazie »

Still not working I was wonder if this makes any sense to someone. I understand if this should just be dropped.

bob@bob-laptop:~$ env WINEPREFIX="/home/bob/.wine" wine "C:\Program Files\Suunto\Suunto Dive Manager 2\DM.exe"
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:gdi:ExtCreatePen Hatches not implemented
bob@bob-laptop:~$
Locked