I also get the same error with the 64-bit build. Strangely, I can see "msvcr90.dll" twice in the mini-dump from the Process Explorer. The error seems to occur after the second msvcr90.dll load.
The first load is located after loading libeay32.dll (the path is C:\\Windows\\winsxs\\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\\msvcr90.dll). The second one is after _ctypes.pyd (the path is C:\\Program Files\\Intel\\iCLS Client\\msvcr90.dll). The directory of the second dll is included in the PATH variable of my system.
The error doesn't occur if I edit qgis.bat as the following:
- path %PATH%;%OSGEO4W_ROOT%\\apps\\qgis\\bin;%OSGEO4W_ROOT%\\apps\\grass\\grass-6.4.3\\lib+ path %OSGEO4W_ROOT%\\bin;%OSGEO4W_ROOT%\\apps\\qgis\\bin;%OSGEO4W_ROOT%\\apps\\grass\\grass-6.4.3\\lib
i'm trying to convert coordinates from Monte Mario italy 1 (EPSG 3003) to WGS84 (EPSG 4326). These coordinates are contained in a csv file. To do that i'm using QGIS (2.0.1 dufour). So i open the file opening "layer" menu and i select "Add delimited text layer". Then i open the file specifying the source and QGIS autodetects the columns which contain the coordinates. After this i specify the coordinatea format as EPSG 3003. QGIS open the layer perfectly. Then i try to save the file as "delimited text" specifying that i want it in EPSD 4326 format. The output file is just the same as the input one. What's wrong ?
760c119bf3