Python.exe crashes because msvcr71.dll is not installed

Bug #167677 reported by Xaviconde-users
2
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Undecided
Unassigned

Bug Description

Hi,

i've executed 0.44pre2 on a "very clean" windows XP
machine. Inkscape runs without problem, but when I try
to run any extension after introducing the parameters i
get an error dialog saying "python.exe can't find
msvcrt71.dll" and the extension fails. However,
Inkscape keeps working and doesn't crash, but the
installed extensions can't be used at all.

Revision history for this message
theAdib (theadib) wrote :

Xavi, do you confirm that if you copy msvcr71.dll (from a
different PC) to your inkscape directory Python moduls
running fine .?
We need your confirmation in order to teak our package.
Thx, Adib.

Revision history for this message
Xaviconde-users (xaviconde-users) wrote :

Hi Adib,

yes, i can confrim you it works if you copy msvcr71.dll to
the root directory of inkscape (the same where msvcr70.dll
can be found too). I've tested inkscape on win 2k sp4 and on
win xp sp2, both systems missing the dll by default, and by
copying it to inkscape folder now python plugins works.

Hope this help!

Revision history for this message
Rwst (rwst) wrote :

many thanks for the info!

Revision history for this message
theAdib (theadib) wrote :

not fixed in the current release!
need also minimal change to makefile.mingw :-(

Index: Makefile.mingw
===================================================================
--- Makefile.mingw (Revision 12475)
+++ Makefile.mingw (Arbeitskopie)
@@ -111,6 +111,7 @@
  $(CP) $(GTKDOS)$(S)bin$(S)libtiff3.dll inkscape
  $(CP) $(GTKDOS)$(S)bin$(S)libpng13.dll inkscape
  $(CP) $(GTKDOS)$(S)bin$(S)msvcr70.dll inkscape
+ $(CP) $(GTKDOS)$(S)bin$(S)msvcr71.dll inkscape
  $(CP) $(GTKDOS)$(S)bin$(S)zlib1.dll inkscape
  $(CP) $(GTKDOS)$(S)bin$(S)iconv.dll inkscape
  $(CP) $(GTKDOS)$(S)bin$(S)libintl-2.dll inkscape

Revision history for this message
Matiphas-users (matiphas-users) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.