Program database manager mismatch; please check your instal

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Program database manager mismatch; please check your instal

Post by austin987 »

On Mon, Jun 29, 2009 at 7:49 AM, Mathieu
Malaterre<[email protected]> wrote:
Hi there,

 I am trying to install Visual Studio 2005 under wine, I followed
instructions from:

http://appdb.winehq.org/objectManager.p ... &iId=14208

 While running wine 1.1.22/debian stable I am getting the following error:

...
 Z:\tmp\gdcm-wine\CMakeFiles\CMakeTmp\testCCompiler.c : fatal error C1902:
 Program database manager mismatch; please check your installation
...

Looking up on the web, it seems it can be fixed using the VS 2005 SP1,
which I downloaded from:
http://support.microsoft.com/kb/928957

Unfortunately I cannot install this SP1:

$ wine VS80sp1-KB926748-X86-INTL.exe
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:storage:StorageImpl_Commit (0x133768 0): stub
err:msi:MSI_OpenDatabaseW storage GUID is not a MSI database GUID
{000c1082-0000-0000-c000-000000000046}
fixme:msi:MsiGetLastErrorRecord


Let me know if I should report a bug,
Upgrade to 1.1.24 and if it's still a problem, please report it.

--
-Austin
Mathieu Malaterre

Program database manager mismatch; please check your instal

Post by Mathieu Malaterre »

On Mon, Jun 29, 2009 at 3:41 PM, Austin English<[email protected]> wrote:
On Mon, Jun 29, 2009 at 7:49 AM, Mathieu
Malaterre<[email protected]> wrote:
Hi there,

 I am trying to install Visual Studio 2005 under wine, I followed
instructions from:

http://appdb.winehq.org/objectManager.p ... &iId=14208

 While running wine 1.1.22/debian stable I am getting the following error:

...
 Z:\tmp\gdcm-wine\CMakeFiles\CMakeTmp\testCCompiler.c : fatal error C1902:
 Program database manager mismatch; please check your installation
...

Looking up on the web, it seems it can be fixed using the VS 2005 SP1,
which I downloaded from:
http://support.microsoft.com/kb/928957

Unfortunately I cannot install this SP1:

$ wine VS80sp1-KB926748-X86-INTL.exe
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:storage:StorageImpl_Commit (0x133768 0): stub
err:msi:MSI_OpenDatabaseW storage GUID is not a MSI database GUID
{000c1082-0000-0000-c000-000000000046}
fixme:msi:MsiGetLastErrorRecord


Let me know if I should report a bug,
Upgrade to 1.1.24 and if it's still a problem, please report it.
Unfortunately I am running an amd64 box on a debian machine:

http://packages.debian.org/experimental/wine

reading a couple of bug report (debian bug tracker): #534238 & #534237
it seems it may take a while to get wine ready. I was not able to
compile it locally either.

Thanks anyway,

--
Mathieu
Mathieu Malaterre

Program database manager mismatch; please check your instal

Post by Mathieu Malaterre »

On Mon, Jun 29, 2009 at 4:18 PM, Mathieu
Malaterre<[email protected]> wrote:
On Mon, Jun 29, 2009 at 3:41 PM, Austin English<[email protected]> wrote:
On Mon, Jun 29, 2009 at 7:49 AM, Mathieu
Malaterre<[email protected]> wrote:
Hi there,

 I am trying to install Visual Studio 2005 under wine, I followed
instructions from:

http://appdb.winehq.org/objectManager.p ... &iId=14208

 While running wine 1.1.22/debian stable I am getting the following error:

...
 Z:\tmp\gdcm-wine\CMakeFiles\CMakeTmp\testCCompiler.c : fatal error C1902:
 Program database manager mismatch; please check your installation
...

Looking up on the web, it seems it can be fixed using the VS 2005 SP1,
which I downloaded from:
http://support.microsoft.com/kb/928957

Unfortunately I cannot install this SP1:

$ wine VS80sp1-KB926748-X86-INTL.exe
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:storage:StorageImpl_Commit (0x133768 0): stub
err:msi:MSI_OpenDatabaseW storage GUID is not a MSI database GUID
{000c1082-0000-0000-c000-000000000046}
fixme:msi:MsiGetLastErrorRecord


Let me know if I should report a bug,
Upgrade to 1.1.24 and if it's still a problem, please report it.
Unfortunately I am running an amd64 box on a debian machine:

http://packages.debian.org/experimental/wine

reading a couple of bug report (debian bug tracker): #534238 & #534237
it seems it may take a while to get wine ready. I was not able to
compile it locally either.

Thanks anyway,

--
Mathieu
Correction, I was able to use wine from: http://www.winehq.org/download/deblenny

I can reproduce the issue:

$ wine VS80sp1-KB926748-X86-INTL.exe
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:storage:StorageImpl_Commit (0x1346d8 0): stub
err:msi:MSI_OpenDatabaseW storage GUID is not a MSI database GUID
{000c1082-0000-0000-c000-000000000046}
fixme:msi:MsiGetLastErrorRecord


$ wine --version
wine-1.1.24

Will submit a bug report ASAP

--
Mathieu
Locked