Hi http://vowe.net/archives/004104.html 1. Install the latest wine from www.winehq.com (or emerge wine, apt-get wine or whatever). 2. Install Notes 6.51 under Windows. 3. Copy the Lotus/Notes directory to ~/.wine/fake_windows/program files/lotus/notes. 4. Copy mfc42.dll and msvcp60.dll from Windows to ~/.wine/fake_windows/windows/system 5. type wine "c:\program files\lotus\notes\nlnotes.exe" http://bugs.winehq.org/show_bug.cgi?id=2643 6. I read in some pages that this might be caused from the lack of privileges over the program files, so... chmod -R +rwx * This allows me to start notes, enter my password and see my "workspace". But when I try to open my mailbox notes appears to hang. After killing wine I get the following log: Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file fixme:system:SystemParametersInfoW Unimplemented action: 8198 (SPI_GETCARETWIDTH) fixme:ole:CoRegisterMessageFilter stub fixme:ole:CoCreateInstance no classfactory created for CLSID {4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154 err:ole:register_ifstub couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file 03/29/2006 08:58:24 AM Lotus Notes client started Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file Can anybody help me to set these registry settings? TIA Bram
Am Wed, 29 Mar 2006 09:02:54 +0200 hat Bram Mertens <bram.mertens@sofico.be> (Bram Mertens) folgendes geschrieben:> > > Hi > > http://vowe.net/archives/004104.html > 1. Install the latest wine from www.winehq.com (or emerge wine, > apt-get wine or whatever). > 2. Install Notes 6.51 under Windows. > 3. Copy the Lotus/Notes directory to ~/.wine/fake_windows/program > files/lotus/notes. > 4. Copy mfc42.dll and msvcp60.dll from Windows toHi, you should have to copy mfc42u and usp10.dll and, as mentioned in a popular computer magazin here in germany, msvcrt.dll. For me notes works without the last one. After copying to the system folder, you have to setup winecfg for lnotes.exe and notes.exe to use this libs native. After that, change W98 to lnotes and notes.exe. Remember, when building wine on your own, to install cups-devel and cups for printing before you compile it!! With such a setting i was able to start notes, print via notes, open and save attachements via notes and write mails with attachements with notes here since with Fedora Core 4 and 5. Also word documents aren't a problem for my notes. But sometimes it crashes, when i click on a linked excel datasheed. But that is no problem for me ;-) By the way, yesterday i tied to start notes 7 without a succes. How can i setup the debug mode in wine 0.9.11? With winecfg??