Bug report #6119

Updated by Jürgen Fischer over 5 years ago

Configuration:

Windows XP SP3

QGIS Version 1.8.0-Lisboa

Code Revision: 6416f38



I created some projects and for two of them that are based upon an ODBC that points to a XLS source file created using the eVis connexion manager I have a crash. "Application défaillante qgis.exe, version 0.0.0.0, module défaillant delimitedtextprovider.dll, version 0.0.0.0, adresse de défaillance 0x00015dd1."



Here's an extract of the content of the QGIS project on the layer named "Bureaux" based upon the ODBC with the same name which seems suspicious to me:

<pre>

<id>Bureaux20120726121133312</id>

<datasource>file:../../../../TMP/qt_temp.eT5972?delimiter=%09&amp;delimiterType=regexp&amp;xField=X&amp;yField=Y</datasource>

<title></title>

<abstract></abstract>

<layername>Bureaux</layername>

<srs>

<spatialrefsys>

<proj4>+proj=lcc +lat_1=44 +lat_2=49 +lat_0=46.5 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs</proj4>

<srsid>10089</srsid>

<srid>310024140</srid>

<authid>IGNF:LAMB93</authid>

<description>Lambert 93</description>

<projectionacronym>lcc</projectionacronym>

<ellipsoidacronym>IGNF:ELG037</ellipsoidacronym>

<geographicflag>false</geographicflag>

</spatialrefsys>

</srs>

<transparencyLevelInt>255</transparencyLevelInt>

<provider encoding="System">delimitedtext</provider>

</pre>



I attached the additional error infos and my Evis connexion manager info.

Back