nmth16 and sdk errors

Questions about Wine on Linux
Locked
ToddAndMargo2
Level 3
Level 3
Posts: 98
Joined: Thu Aug 21, 2014 6:40 pm

nmth16 and sdk errors

Post by ToddAndMargo2 »

Hi All,

Do these error mean anything? Any way to fix them?

Many thanks,
-T

$ sh -c "cd /home/tony/.wine/drive_c/lotus/approach; wine approach.exe"
err:module:import_dll Library nNOTES.dll (which is needed by L"C:\\lotus\\approach\\nmthx40.dll") not found
Could not load '_SDK.DLL' required by 'NMTH16', error=2
err:thunk:_loadthunk (nmth16.dll, nmthx3x_ThunkData16, nmthx3x.dll): Unable to load 'nmth16.dll', error 2
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
User avatar
dimesio
Moderator
Moderator
Posts: 13372
Joined: Tue Mar 25, 2008 10:30 pm

Re: nmth16 and sdk errors

Post by dimesio »

It means the app didn't find a dll it needs. nNOTES.dll is not part of Windows, so it should have been installed by the app itself. Look for it in the wineprefix. If you find it, try registering it with regsvr32. If you don't, try copying it manually to the wineprefix.
ToddAndMargo2
Level 3
Level 3
Posts: 98
Joined: Thu Aug 21, 2014 6:40 pm

Re: nmth16 and sdk errors

Post by ToddAndMargo2 »

dimesio wrote:It means the app didn't find a dll it needs. nNOTES.dll is not part of Windows, so it should have been installed by the app itself. Look for it in the wineprefix. If you find it, try registering it with regsvr32. If you don't, try copying it manually to the wineprefix.
Hi Dimesio,

Can't find them anywhere in any of my wineprefixes. I have several Widows VM's. I will look for them over there.

Thank you for helping me with this.

-T
ToddAndMargo2
Level 3
Level 3
Posts: 98
Joined: Thu Aug 21, 2014 6:40 pm

Re: nmth16 and sdk errors

Post by ToddAndMargo2 »

ToddAndMargo2 wrote:
dimesio wrote:It means the app didn't find a dll it needs. nNOTES.dll is not part of Windows, so it should have been installed by the app itself. Look for it in the wineprefix. If you find it, try registering it with regsvr32. If you don't, try copying it manually to the wineprefix.
Hi Dimesio,

Can't find them anywhere in any of my wineprefixes. I have several Widows VM's. I will look for them over there.

Thank you for helping me with this.

-T
Did some research on nNOTES.DLL. It turns out that it is a plugin for Lotus Notes for use with Smart Suite. It comes with Lotus Notes and is not included in Smart Suite. And, if Smart Suite can't find it, it just continues without trying to integrate with Lotus Notes
Locked