The Master Genealogist 7.01.000 on Wine 0.960

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
NN
Level 2
Level 2
Posts: 28
Joined: Mon Mar 31, 2008 9:08 pm

The Master Genealogist 7.01.000 on Wine 0.960

Post by NN »

Can someone please help interpret.

This is my attempt to install The Master Genealogist 7.01.000 on Wine 0.960 without using winetricks to install dcom98.

The wine AppDB entry is here:
http://appdb.winehq.org/objectManager.p ... &iId=10500

On a plain
Running the installer tmg7setup.exe with wincfg set to win98
give the following information in the terminal:

Code: Select all

me@me-desktop:~$ wine "C:\tmg7setup.exe"
fixme:shell:IShellLinkA_fnGetPath (0x148948): WIN32_FIND_DATA is not yet filled.
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
Could not load 'WPTY.DLL' required by 'WPT', error=2
fixme:shell:IShellLinkA_fnGetPath (0x1bd520): WIN32_FIND_DATA is not yet filled.
fixme:shell:DllCanUnloadNow stub
fixme:shell:IShellLinkA_fnGetPath (0x1bd520): WIN32_FIND_DATA is not yet filled.
fixme:shell:DllCanUnloadNow stub
fixme:shell:IShellLinkA_fnGetPath (0x1bd520): WIN32_FIND_DATA is not yet filled.
fixme:shell:DllCanUnloadNow stub
fixme:shell:IShellLinkA_fnGetPath (0x1bd520): WIN32_FIND_DATA is not yet filled.
fixme:shell:DllCanUnloadNow stub
fixme:shell:IShellLinkA_fnGetPath (0x1bd520): WIN32_FIND_DATA is not yet filled.
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:ole:DllRegisterServer stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
me@me-desktop:~$
Running TMG7 for the first time gives the following information

Code: Select all

me@me-desktop:~$ wine "C:\Program Files\The Master Genealogist v7\tmg7.exe"
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/me/.wine/dosdevices/c:/windows/Fonts/Foxfont.fon
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
err:ole:TLB_ReadTypeLib Loading of typelib L"oleacc.dll" failed with error 2
me@me-desktop:~$
This is as far as TMG7 goes without following the how to in the wine appdb.

Can anyone point me in the write direction and interpret the above info, please.

Thanks
Nathan.N
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: The Master Genealogist 7.01.000 on Wine 0.960

Post by vitamin »

NN wrote:

Code: Select all

me@me-desktop:~$ wine "C:\Program Files\The Master Genealogist v7\tmg7.exe"
That is not correct. You need to "cd" into that directory first.
Dan Kegel

The Master Genealogist 7.01.000 on Wine 0.960

Post by Dan Kegel »

On Mon, Apr 28, 2008 at 9:46 PM, NN <[email protected]> wrote:
This is my attempt to install The Master Genealogist 7.01.000 on Wine 0.960 without using winetricks to install dcom98.

The wine AppDB entry is here:
http://appdb.winehq.org/objectManager.p ... &iId=10500
Wow, what an extensive howto!

I just tried doing a plain vanilla install with no settings, and got a
wineserver
assertion failure on exit! Filed http://bugs.winehq.org/show_bug.cgi?id=12866
...
This is as far as TMG7 goes without following the how to in the wine appdb.

Can anyone point me in the write direction and interpret the above info, please.
When I get a chance, I was going to but got distracted by the
wineserver assertion
failur.
NN
Level 2
Level 2
Posts: 28
Joined: Mon Mar 31, 2008 9:08 pm

Re: The Master Genealogist 7.01.000 on Wine 0.960

Post by NN »

Dan Kegel wrote:On Mon, Apr 28, 2008 at 9:46 PM,
Wow, what an extensive howto!

I just tried doing a plain vanilla install with no settings, and got a
wineserver
assertion failure on exit! Filed http://bugs.winehq.org/show_bug.cgi?id=12866

When I get a chance, I was going to but got distracted by the
wineserver assertion
failur.
The Howto is based on Ian's trials. I have just expanded on TMG7.
I look forward to when TMG7 can run on wine with no special settings or work arounds.

For my reference http://en.wikipedia.org/wiki/Assertion_(computing)
Locked