You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using QGIS 3.4.4 with Windows.
Versions : matplotlib 3.0.0, numpy 1.15.4, Pyhton 3.7.0
When the plugin is active and I go to Preferences / Options and then validate options, Qgis crashes with 2 messages :
RuntimeError: wrapped C/C++ object of type ContourGenratorAlgorithm has been deleted
File "C:\Program Files\Qgis 3.4\profiles\default\python/plugins\contour\ContourGenratorProvider.py", line 55, in loadAlgorithms
self.addAlgorythm( alg)
Qgis Crashed
Thanks
The text was updated successfully, but these errors were encountered:
HI @MicZev Thanks for reporting this. I'll have a look at this over the next few days. This looks a bit obscure (in the magic that happens between C++ and Python) so it may take a while to track down.
Hi.
I'm having almost the same issue with QGIS 3.12 bucuresti.
When the plugin is active and I go to Preferences / Options and then validate options,
Qgis show the error messages : RuntimeError: wrapped C/C++ object of type ContourGeneratorAlgorithm has been deleted.
QGIS doesn't crash,and i can work with the plugin,
but still - what may be the issue and how can i resolve it?
thanks,
Aridzv.
Hello,
I'm using QGIS 3.4.4 with Windows.
Versions : matplotlib 3.0.0, numpy 1.15.4, Pyhton 3.7.0
When the plugin is active and I go to Preferences / Options and then validate options, Qgis crashes with 2 messages :
File "C:\Program Files\Qgis 3.4\profiles\default\python/plugins\contour\ContourGenratorProvider.py", line 55, in loadAlgorithms
self.addAlgorythm( alg)
Thanks
The text was updated successfully, but these errors were encountered: