Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GpxSegmentImporter crash when ignoreShapeEncoding change value #27566

Closed
qgib opened this issue Aug 31, 2018 · 1 comment
Closed

GpxSegmentImporter crash when ignoreShapeEncoding change value #27566

qgib opened this issue Aug 31, 2018 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins

Comments

@qgib
Copy link
Contributor

qgib commented Aug 31, 2018

Author Name: Jérôme Seigneuret (Jérôme Seigneuret)
Original Redmine Issue: 19741
Affected QGIS version: 3.2.2
Redmine category:c++_plugins


Hi,

I have change value of "ignore Shape Encoding " in preference panel and when I click on OK I have this error.

in QGIS.ini this value is set to true by default
ignoreShapeEncoding=true

sorry but part report is in french

Une erreur est survenue lors de l'éxécution du code Python:

RuntimeError: wrapped C/C++ object of type GpxSegmentImporterAlgorithm has been deleted
Traceback (most recent call last):
File "C:/Users/user1/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\GpxSegmentImporter\gpx_segment_importer_provider.py", line 117, in loadAlgorithms
self.addAlgorithm(alg)
RuntimeError: wrapped C/C++ object of type GpxSegmentImporterAlgorithm has been deleted

Version de Python : 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)]
Version de QGIS : 3.2.2-Bonn Bonn, 2684216

Chemin Python :
C:/OSGEO41/apps/qgis/./python
C:/Users/user1/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/user1/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
C:/OSGEO4
1/apps/qgis/./python/plugins
C:\OSGeo4W64\bin\python36.zip
C:\OSGEO41\apps\Python36\DLLs
C:\OSGEO4
1\apps\Python36\lib
C:\OSGeo4W64\bin
C:\OSGEO41\apps\Python36
C:\OSGEO4
1\apps\Python36\lib\site-packages
C:\OSGEO41\apps\Python36\lib\site-packages\win32
C:\OSGEO4
1\apps\Python36\lib\site-packages\win32\lib
C:\OSGEO4~1\apps\Python36\lib\site-packages\Pythonwin
C:/Users/user1/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:\Users\user1\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins

@qgib
Copy link
Contributor Author

qgib commented Aug 31, 2018

Author Name: Giovanni Manghi (@gioman)


That plugin is a 3rd party plugin, not a core one.


  • resolution was changed from to invalid
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Aug 31, 2018
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Projects
None yet
Development

No branches or pull requests

1 participant