<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dan Kegel wrote:
<blockquote
 cite="mid:a71bd89a0804150053m4538d131g2028b77005bb3dc5@mail.gmail.com"
 type="cite">
  <pre wrap="">On Mon, Apr 14, 2008 at 1:51 AM, N. Sridhar <a class="moz-txt-link-rfc2396E" href="mailto:nsridhar22@hotpop.com">&lt;nsridhar22@hotpop.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap=""> I decided to copy the mscvr71.dll file from /windows/C/windows/system32
 to /home/nsridhar/.wine/drive_c/windows/system directory. Even after
 doing this, I get the following error


 wine /windows/D/Program\ Files/lotus/notes/nlnotes.exe
 err:module:attach_process_dlls "MSVCR71.dll" failed to initialize, aborting
 err:module:LdrInitializeThunk Main exe initialization for L"D:\\Program
 Files\\lotus\\notes\\nlnotes.exe" failed, status c0000005
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Shouldn't you copy it to system32, not system?

Also, might be better to do
  wget <a class="moz-txt-link-freetext" href="http://kegel.com/wine/winetricks">http://kegel.com/wine/winetricks</a>
  sh winetricks vcrun2003
rather than copy from windows.  But maybe not.
- Dan

  </pre>
</blockquote>
<font face="Helvetica, Arial, sans-serif">Hello,<br>
<br>
Thanks for your reply. I deleted the ./wine directory under home and
created it again by running winecfg. After creating the drives in
windows partition, I ran the winetricks as suggested by you. However,
the error message still appears.<br>
<br>
I had copied the dll files to both the system as well as system32
folders/.<br>
<br>
nsridhar@NSIBM2:~&gt; winecfg<br>
wine: creating configuration directory '/home/nsridhar/.wine'...<br>
Could not load Mozilla. HTML rendering will be disabled.<br>
wine: '/home/nsridhar/.wine' created successfully.<br>
nsridhar@NSIBM2:~&gt; sh winetricks vcrun2003<br>
which: no xcurl in
(/opt/kde3/bin:/home/nsridhar/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib64/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)<br>
Installing BZFlag (which comes with the Visual C++ 2003 runtimes)<br>
Executing wine
/home/nsridhar/.winetrickscache/BZEditW32_1.6.5_Installer.exe<br>
fixme:shell:DllCanUnloadNow stub<br>
fixme:shell:DllCanUnloadNow stub<br>
fixme:shell:DllCanUnloadNow stub<br>
Install of vcrun2003 done<br>
winetricks done.<br>
nsridhar@NSIBM2:~&gt; wine /windows/D/Program\
Files/lotus/notes/nlnotes.exe<br>
err:module:attach_process_dlls "MSVCR71.dll" failed to initialize,
aborting<br>
err:module:LdrInitializeThunk Main exe initialization for L"D:\\Program
Files\\lotus\\notes\\nlnotes.exe" failed, status c0000005<br>
<br>
<br>
<br>
Regards<br>
<br>
N. Sridhar<br>
</font>
</body>
</html>