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}
nmth16 and sdk errors
Re: nmth16 and sdk errors
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.
-
- Level 3
- Posts: 98
- Joined: Thu Aug 21, 2014 6:40 pm
Re: nmth16 and sdk errors
Hi Dimesio,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.
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
-
- Level 3
- Posts: 98
- Joined: Thu Aug 21, 2014 6:40 pm
Re: nmth16 and sdk errors
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 NotesToddAndMargo2 wrote:Hi Dimesio,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.
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