Bug report #18189
QGIS 3: python error when closing Processing modules dialogs
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | 3.0.0 | Regression?: | Yes |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | duplicate |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26080 |
Description
It happens quite frequently:
RuntimeError: wrapped C/C++ object of type AlgorithmDialog has been deleted
Traceback (most recent call last):
File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\processing\gui\ProcessingToolbox.py", line 313, in executeAlgorithm
if dlg.wasExecuted():
RuntimeError: wrapped C/C++ object of type AlgorithmDialog has been deleted
History
#1 Updated by Alexander Bruy over 6 years ago
Probably related to #18213
#2 Updated by Giovanni Manghi over 6 years ago
- Resolution set to duplicate
- Status changed from Open to Closed