bstroebl / DigitizingTools

A QGIS plugin, that subsumes different tools useful during digitizing sessions
GNU General Public License v2.0
22 stars 9 forks source link

Enabling Digitizing Tools Plugin causes QGIS 3.0.3 to crash (on Windows 7) #30

Open Colmath opened 6 years ago

Colmath commented 6 years ago

After Installing the plugin from the repository, the plugin is automatically turned off. When I tried to turn it on, QGIS crashed with the following report:

h2. Report Details

Crash ID: 1d3fe7cc64696100c9307e50fc0de901eea29eef

Stack Trace

QObject::connect :
PyInit_QtCore :
PyFrame_New :
PyObject_Call :
PyInit_sip :
PyInit__gui :
PyCFunction_FastCallDict :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyFunction_FastCallDict :
PyObject_CallFunctionObjArgs :
PyUnicode_AsUTF8AndSize :
PyFrame_New :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyFunction_FastCallDict :
PyObject_CallFunctionObjArgs :
PyUnicode_AsUTF8AndSize :
PyFrame_New :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyEval_EvalCode :
PyArena_Free :
PyRun_StringFlags :
instance :
instance :
QgsPluginRegistry::loadPythonPlugin :
QgisAppInterface::windowMenu :
QgisAppInterface::windowMenu :
QMetaObject::activate :
QStandardItemModel::`default constructor closure' :
QMetaObject::activate :
QAbstractItemModel::dataChanged :
QStandardItemModel::itemChanged :
QStandardItem::setData :
QStandardItemModel::setData :
QSortFilterProxyModel::setData :
QStyledItemDelegate::editorEvent :
QAbstractItemView::selectionModel :
QAbstractItemView::edit :
QAbstractItemView::mouseReleaseEvent :
QListView::mouseReleaseEvent :
QWidget::event :
QFrame::event :
QAbstractItemView::viewportEvent :
QCoreApplicationPrivate::sendThroughObjectEventFilters :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QApplicationPrivate::sendMouseEvent :
QSizePolicy::QSizePolicy :
QSizePolicy::QSizePolicy :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QGuiApplicationPrivate::processMouseEvent :
QWindowSystemInterface::sendWindowSystemEvents :
QEventDispatcherWin32::processEvents :
TranslateMessageEx :
TranslateMessage :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QDialog::exec :
PyInit__gui :
PyCFunction_FastCallDict :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyEval_EvalCode :
PyArena_Free :
PyRun_StringFlags :
instance :
instance :
QgisApp::rotatePointSymbols :
QgsPythonRunner::run :
QgisApp::showPluginManager :
QMetaObject::activate :
QAction::activate :
QMenu::actionGeometry :
QMenu::actionGeometry :
QMenu::mouseReleaseEvent :
QWidget::event :
QMenu::event :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QApplicationPrivate::sendMouseEvent :
QSizePolicy::QSizePolicy :
QSizePolicy::QSizePolicy :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QGuiApplicationPrivate::processMouseEvent :
QWindowSystemInterface::sendWindowSystemEvents :
QEventDispatcherWin32::processEvents :
TranslateMessageEx :
TranslateMessage :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QCoreApplication::exec :
main :
BaseThreadInitThunk :
RtlUserThreadStart :

QGIS Info QGIS Version: 3.0.3-Girona QGIS code revision: commit:8a899c8758 Compiled against Qt: 5.9.2 Running against Qt: 5.9.2 Compiled against GDAL: 2.2.4 Running against GDAL: 2.2.4

System Info CPU Type: x86_64 Kernel Type: winnt Kernel Version: 6.1.7601

Hope this helps!

bstroebl commented 6 years ago

Hi, sorry to read you have problems loading the plugin. I tested and cannot reproduce the error. System: Win7 Professional QGIS 3.0.3 installed from Windows standalone installer 64 bit Do you have any other plugins active?

Colmath commented 6 years ago

Hi, I have a number of plugins active. I now managed to get DigitizingTools active by deactivating (ticking off) every other plugin I had. As a trial, I tried to turn DigitizingTools while I was turning the others off, and QGIS similarly crashed every time. But after every other plugin was deactivated, I could turn DigitizingTools on without crashing, and subsequently I could also activate every other plugin I had. Sadly, I do not know which other plugin could be causing the issue. I'm attaching a screenshot of the plugins I have, I hope it helps: qgis_plugins

bstroebl commented 6 years ago

I only checked DigitizingTools, will try with others activated before activating DigitizingTools

bstroebl commented 6 years ago

Hmm, I got a Python error on Ubuntu when activating the plugin, it could not detect the localization. Which localization are you using on your computer? Could you please enter the following code in the Python Console:

from PyQt5 import QtCore
s=QtCore.QSettings()
s.value("locale/userLocale")

What does it return?

Colmath commented 6 years ago

It returns 'en_US'. The automatic localization for me is Hungarian, but I've overwritten that in the settings, as I prefer to use my software in English. Have you seen my earlier reply on github? I could get DigitizingTools to activate by turning off all other plugins first.

2018-05-25 12:02 GMT+02:00 Bernhard Ströbl notifications@github.com:

Hmm, I got a Python error on Ubuntu when activating the plugin, it could not detect the localization. Which localization are you using on your computer? Could you please enter the following code in the Python Console:

from PyQt5 import QtCore s=QtCore.QSettings() s.value("locale/userLocale")

What does it return?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bstroebl/DigitizingTools/issues/30#issuecomment-392005398, or mute the thread https://github.com/notifications/unsubscribe-auth/AUYHjkMosnJGNHwGa69K1GEa9tZgUal-ks5t19bBgaJpZM4UMDAr .

-- Vágvölgyi Bence Tudományos segédmunkatárs (Fiatal kutató) MTA BTK Régészeti Intézet H-1097 Budapest, Tóth Kálmán u. 4. Email: bence.vagvolgyi@gmail.com, vagvolgyi.bence@btk.mta.hu Telefon (mobil): +3630/473-0263 Telefon (vezetékes): 061/224-6700, 534. mellék

bstroebl commented 6 years ago

I retried activating and deactivating DigitizingTools with other plugins loaded, no problems. Do you have any data loaded in your project? Could you try with an empty project?

PeterDrexel commented 6 years ago

In my case it is Qgis2threejs which causes the problem. After unchecking it and restarting QGIS I am able to enable the Digitizing Tools.

bstroebl commented 6 years ago

Thank you for this hint. I can reporduce the issue now on Win7. Unfortunately there is nothing I can do about it as it is not my code that crashes but an api call. I opened an issue in Qgis2threejs (see above).

Colmath commented 6 years ago

Thank you very much for the help. Qgis2threejs has been problematic in the past with other plugins as well. Let's hope they can fix it, although to be frank I haven't used it much. Thank you for all the help with this plugin, it would have been hard to work without it.

Bernhard Ströbl notifications@github.com ezt írta (időpont: 2018. jún. 11., H, 9:10):

Thank you for this hint. I can reporduce the issue now on Win7. Unfortunately there is nothing I can do about it as it is not my code that crashes but an api call. I opened an issue in Qgis2threejs (see above).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bstroebl/DigitizingTools/issues/30#issuecomment-396143852, or mute the thread https://github.com/notifications/unsubscribe-auth/AUYHjrrGBQKHOJOPP_maFSzSJrwpfKhhks5t7hfOgaJpZM4UMDAr .

-- Vágvölgyi Bence Tudományos segédmunkatárs (Fiatal kutató) MTA BTK Régészeti Intézet H-1097 Budapest, Tóth Kálmán u. 4. Email: bence.vagvolgyi@gmail.com, vagvolgyi.bence@btk.mta.hu Telefon (mobil): +3630/473-0263 Telefon (vezetékes): 061/224-6700, 534. mellék

floriniosub commented 6 years ago

Hi,

I have the same problem on windows 10 64 bit. Please see below the report details:

h2. User Feedback

h2. Report Details

Crash ID: 6933423091dcc964a654c82afc643b7e1aa13140

Stack Trace

QObject::connect :
PyInit_QtCore :
PyFrame_New :
PyObject_Call :
PyInit_sip :
PyInit__gui :
PyCFunction_FastCallDict :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyFunction_FastCallDict :
PyObject_CallFunctionObjArgs :
PyUnicode_AsUTF8AndSize :
PyFrame_New :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyFunction_FastCallDict :
PyObject_CallFunctionObjArgs :
PyUnicode_AsUTF8AndSize :
PyFrame_New :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyEval_EvalCode :
PyArena_Free :
PyRun_StringFlags :
instance :
instance :
QgsPluginRegistry::loadPythonPlugin :
QgsLayoutLocatorFilter::triggerResult :
QgsLayoutLocatorFilter::triggerResult :
QMetaObject::activate :
QStandardItemModel::`default constructor closure' :
QMetaObject::activate :
QAbstractItemModel::dataChanged :
QStandardItemModel::itemChanged :
QStandardItem::setData :
QStandardItemModel::setData :
QSortFilterProxyModel::setData :
QStyledItemDelegate::editorEvent :
QAbstractItemView::selectionModel :
QAbstractItemView::edit :
QAbstractItemView::mouseReleaseEvent :
QListView::mouseReleaseEvent :
QWidget::event :
QFrame::event :
QAbstractItemView::viewportEvent :
QCoreApplicationPrivate::sendThroughObjectEventFilters :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QApplicationPrivate::sendMouseEvent :
QSizePolicy::QSizePolicy :
QSizePolicy::QSizePolicy :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QGuiApplicationPrivate::processMouseEvent :
QWindowSystemInterface::sendWindowSystemEvents :
QEventDispatcherWin32::processEvents :
CallWindowProcW :
DispatchMessageW :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QDialog::exec :
PyInit__gui :
PyCFunction_FastCallDict :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyEval_EvalCode :
PyArena_Free :
PyRun_StringFlags :
instance :
instance :
QgisApp::rotatePointSymbols :
QgsPythonRunner::run :
QgisApp::showPluginManager :
QMetaObject::activate :
QAction::activate :
QMenu::actionGeometry :
QMenu::actionGeometry :
QMenu::mouseReleaseEvent :
QWidget::event :
QMenu::event :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QApplicationPrivate::sendMouseEvent :
QSizePolicy::QSizePolicy :
QSizePolicy::QSizePolicy :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QGuiApplicationPrivate::processMouseEvent :
QWindowSystemInterface::sendWindowSystemEvents :
QEventDispatcherWin32::processEvents :
CallWindowProcW :
DispatchMessageW :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QCoreApplication::exec :
main :
BaseThreadInitThunk :
RtlUserThreadStart :

QGIS Info QGIS Version: 3.2.2-Bonn QGIS code revision: commit:26842169e9 Compiled against Qt: 5.9.2 Running against Qt: 5.9.2 Compiled against GDAL: 2.2.4 Running against GDAL: 2.2.4

System Info CPU Type: x86_64 Kernel Type: winnt Kernel Version: 10.0.17134

Thanks, Florin

bstroebl commented 6 years ago

Hi, as above. Try if there is another plugin that causes the crash.

floriniosub commented 6 years ago

Hi, I turned off all the exiting plugins, then I turned on the Digitizing Tools Plugin and all the others and is working.

Thanks, Florin

kylesomerville commented 6 years ago

h2. User Feedback

h2. Report Details

Crash ID: d59fe186a1b385700807ef95060504c6369ecfd1

Stack Trace

QObject::connect :
PyInit_QtCore :
PyFrame_New :
PyObject_Call :
PyInit_sip :
PyInit__gui :
PyCFunction_FastCallDict :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyFunction_FastCallDict :
PyObject_CallFunctionObjArgs :
PyUnicode_AsUTF8AndSize :
PyFrame_New :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyFunction_FastCallDict :
PyObject_CallFunctionObjArgs :
PyUnicode_AsUTF8AndSize :
PyFrame_New :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyEval_EvalCode :
PyArena_Free :
PyRun_StringFlags :
instance :
instance :
QgsPluginRegistry::loadPythonPlugin :
CPLString::~CPLString :
CPLString::~CPLString :
QMetaObject::activate :
QStandardItemModel::`default constructor closure' :
QMetaObject::activate :
QAbstractItemModel::dataChanged :
QStandardItemModel::itemChanged :
QStandardItem::setData :
QStandardItemModel::setData :
QSortFilterProxyModel::setData :
QStyledItemDelegate::editorEvent :
QAbstractItemView::selectionModel :
QAbstractItemView::edit :
QAbstractItemView::mouseReleaseEvent :
QListView::mouseReleaseEvent :
QWidget::event :
QFrame::event :
QAbstractItemView::viewportEvent :
QCoreApplicationPrivate::sendThroughObjectEventFilters :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QApplicationPrivate::sendMouseEvent :
QSizePolicy::QSizePolicy :
QSizePolicy::QSizePolicy :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QGuiApplicationPrivate::processMouseEvent :
QWindowSystemInterface::sendWindowSystemEvents :
QEventDispatcherWin32::processEvents :
CallWindowProcW :
DispatchMessageW :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QDialog::exec :
PyInit__gui :
PyCFunction_FastCallDict :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyEval_EvalCode :
PyArena_Free :
PyRun_StringFlags :
instance :
instance :
QgisApp::rotatePointSymbols :
QgsPythonRunner::run :
QgisApp::showPluginManager :
QMetaObject::activate :
QAction::activate :
QMenu::actionGeometry :
QMenu::actionGeometry :
QMenu::mouseReleaseEvent :
QWidget::event :
QMenu::event :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QApplicationPrivate::sendMouseEvent :
QSizePolicy::QSizePolicy :
QSizePolicy::QSizePolicy :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QGuiApplicationPrivate::processMouseEvent :
QWindowSystemInterface::sendWindowSystemEvents :
QEventDispatcherWin32::processEvents :
CallWindowProcW :
DispatchMessageW :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QCoreApplication::exec :
main :
BaseThreadInitThunk :
RtlUserThreadStart :

QGIS Info QGIS Version: 3.2.0-Bonn QGIS code revision: commit:bc43194061 Compiled against Qt: 5.9.2 Running against Qt: 5.9.2 Compiled against GDAL: 2.2.4 Running against GDAL: 2.2.4

System Info CPU Type: x86_64 Kernel Type: winnt Kernel Version: 10.0.17134

Also verified bug in 3.2, Windows 10 64. Tried turning off all other plugins before activating DT plugin and did crash occurs as soon as the plugin is activated. Crash report above is from that test.

bstroebl commented 6 years ago

Sorry, but the crash report is of no help to me, furthermore I have no Win10 to try myself. Have you tried after deactivating all plugins and restarting QGIS as @PeterDrexel reports?

kylesomerville commented 6 years ago

Apologies - yes, just retried and included a restart after deactivating all plugins, and have now been able to activate the plugin and all other plugins successfully.

bstroebl commented 6 years ago

OK, good to hear. If you identify which plugin(s) causes the problems feel free to list them here.

hokiejdv commented 6 years ago

In my case it's the 'Street View' plugin (https://plugins.qgis.org/plugins/StreetView/) that causes the crash. QGIS Info QGIS Version: 3.2.3-Bonn QGIS code revision: 9b176802e5 Compiled against Qt: 5.9.2 Running against Qt: 5.9.2 Compiled against GDAL: 2.2.4 Running against GDAL: 2.2.4

System Info CPU Type: x86_64 Kernel Type: winnt Kernel Version: 6.1.7601

johansanders commented 4 years ago

w10 qgis 3.10 and 3.11 combination "digitizing tools" and "customise toolbars" crashes "customize toolbars"

Tahnee3 commented 4 years ago

Hello. I'm working on Windows 7 32 bit and the 3.10.5 version of QGIS and I'm having the same problem. I'm starting to use QGIS so I don't have much plugins installed. I tried deactivating every one installed but the program keeps crashing when select Digitalizing Tools. Any ideas of how can I resolve this?

bstroebl commented 4 years ago

Sorry, no idea. I did not have this problem, when I still was on Win7 Maybe it is your data? What you can try is to use an empty project and see what happens.

johansanders commented 4 years ago

Only solution fort he moment = Avoid digitizing tools W10 qgis 3.12 still crashing and messing up display !

Vriendelijke groeten


Johan Sanders Dienstverlening Consulent Dienstbetoon E johan.sanders@boerenbond.bemailto:johan.sanders@boerenbond.be T (092) 43 88 31<tel:+3292438831> M (0472) 81 03 36<tel:+32472810336> Boerenbond & Landelijke Gilden Kortrijksesteenweg 1144 J, 9051 Sint-Denijs-Westrem http://www.boerenbond.behttp://www.boerenbond.be/ http://www.landelijkegilden.behttp://www.landelijkegilden.be/

Van: Tahnee3 notifications@github.com Verzonden: maandag 11 mei 2020 17:52 Aan: bstroebl/DigitizingTools DigitizingTools@noreply.github.com CC: Johan Sanders johan.sanders@boerenbond.be; Comment comment@noreply.github.com Onderwerp: Re: [bstroebl/DigitizingTools] Enabling Digitizing Tools Plugin causes QGIS 3.0.3 to crash (on Windows 7) (#30)

Hello. I'm working on Windows 7 32 bit and the 3.10.5 version of QGIS and I'm having the same problem. I'm starting to use QGIS so I don't have much plugins installed. I tried deactivating every one installed but the program keeps crashing when select Digitalizing Tools. Any ideas of how can I resolve this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fbstroebl%2FDigitizingTools%2Fissues%2F30%23issuecomment-626789097&data=02%7C01%7Cjohan.sanders%40boerenbond.be%7Cc31f804a6db04a7852c308d7f5c34a6c%7Ccce5156d7a794845927c07fc674c3e2b%7C0%7C0%7C637248091418767467&sdata=rHTICClKCB7XIPdOZQfHyZHe8nmN%2FFFKdRsqLWHkZwc%3D&reserved=0, or unsubscribehttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAEOQHZIMRGDB66KC7SDDWBTRRANLHANCNFSM4FBQGAVQ&data=02%7C01%7Cjohan.sanders%40boerenbond.be%7Cc31f804a6db04a7852c308d7f5c34a6c%7Ccce5156d7a794845927c07fc674c3e2b%7C0%7C0%7C637248091418777459&sdata=ErwsMbftrBzTONTT0HI%2Br3rq3z0ET0c5%2BOW4xr%2FfX5U%3D&reserved=0.

bstroebl commented 4 years ago

Hi, sad to read that. Unfortunately I cannot reproduce any errors in my organisation (Win 10 Enterprise, ~150 QGIS users, currently still 3.4, at least some of them use DigitizingTools) or at my own computer. Could it be the data you use?

Tahnee3 commented 4 years ago

I don't think so, because I tried with an empty project as you suggested and the same thing happened again. So yeah, I'm avoidding the complement for now...

johansanders commented 4 years ago

I think it might be due to the combination with other plugins

“customize toolbars” is essential for my setup, maybe there’ s an incompatibilty? Unstalling digitziing tools crashes this plugin and finally crashes qgis

Vriendelijke groeten


Johan Sanders Dienstverlening Consulent Dienstbetoon E johan.sanders@boerenbond.bemailto:johan.sanders@boerenbond.be T (092) 43 88 31<tel:+3292438831> M (0472) 81 03 36<tel:+32472810336> Boerenbond & Landelijke Gilden Kortrijksesteenweg 1144 J, 9051 Sint-Denijs-Westrem http://www.boerenbond.behttp://www.boerenbond.be/ http://www.landelijkegilden.behttp://www.landelijkegilden.be/

Van: Bernhard Ströbl notifications@github.com Verzonden: donderdag 14 mei 2020 7:02 Aan: bstroebl/DigitizingTools DigitizingTools@noreply.github.com CC: Johan Sanders johan.sanders@boerenbond.be; Comment comment@noreply.github.com Onderwerp: Re: [bstroebl/DigitizingTools] Enabling Digitizing Tools Plugin causes QGIS 3.0.3 to crash (on Windows 7) (#30)

Hi, sad to read that. Unfortunately I cannot reproduce any errors in my organisation (Win 10 Enterprise, ~150 QGIS users, currently still 3.4, at least some of them use DigitizingTools) or at my own computer. Could it be the data you use?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fbstroebl%2FDigitizingTools%2Fissues%2F30%23issuecomment-628387683&data=02%7C01%7Cjohan.sanders%40boerenbond.be%7C70ba61e883ee429e9b2208d7f7c3df71%7Ccce5156d7a794845927c07fc674c3e2b%7C0%7C0%7C637250292953736806&sdata=0ceDs3X1f3iHQIkU6suxpzW8djP9a1X06pr1vKgLhZE%3D&reserved=0, or unsubscribehttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAEOQHZIUPG643QC2GUEOZULRRN3KZANCNFSM4FBQGAVQ&data=02%7C01%7Cjohan.sanders%40boerenbond.be%7C70ba61e883ee429e9b2208d7f7c3df71%7Ccce5156d7a794845927c07fc674c3e2b%7C0%7C0%7C637250292953746797&sdata=z8GFjIQCeL3IpOz1b9hR%2Ffe%2BuRzCIUlzKJNJu4%2Bh0es%3D&reserved=0.

bstroebl commented 4 years ago

Sounds like. Do you have any other plugin running that adds a toolbar of its own? case 1: you have and it works flawlessly: tell me whhich one it is so I can learn how to avoid this inconsistency. case 2: you do not. Install and try one. If it also crashes you might want to open a ticket for the customize toolbars plugin.

johansanders commented 4 years ago

I have several plugins with toolbars. This is the only combination that crashes

Met Vriendelijke Groeten Johan Sanders


From: Bernhard Ströbl notifications@github.com Sent: Friday, May 15, 2020 7:38:35 AM To: bstroebl/DigitizingTools DigitizingTools@noreply.github.com Cc: Johan Sanders johan.sanders@boerenbond.be; Comment comment@noreply.github.com Subject: Re: [bstroebl/DigitizingTools] Enabling Digitizing Tools Plugin causes QGIS 3.0.3 to crash (on Windows 7) (#30)

Sounds like. Do you have any other plugin running that adds a toolbar of its own? case 1: you have and it works flawlessly: tell me whhich one it is so I can learn how to avoid this inconsistency. case 2: you do not. Install and try one. If it also crashes you might want to open a ticket for the customize toolbars plugin.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fbstroebl%2FDigitizingTools%2Fissues%2F30%23issuecomment-629038459&data=02%7C01%7Cjohan.sanders%40boerenbond.be%7Cce5f092f08194eb730fd08d7f89236f3%7Ccce5156d7a794845927c07fc674c3e2b%7C0%7C0%7C637251179188963575&sdata=1B7r072dmuYfljHZglxis1U4BUE7%2FmeWqUq6C5hbo80%3D&reserved=0, or unsubscribehttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAEOQHZJZ3ZMMTJ75TQJCCMTRRTINXANCNFSM4FBQGAVQ&data=02%7C01%7Cjohan.sanders%40boerenbond.be%7Cce5f092f08194eb730fd08d7f89236f3%7Ccce5156d7a794845927c07fc674c3e2b%7C0%7C0%7C637251179188973570&sdata=eGJPUR2Rho2uUrKG4eIm4Z0blZ3iJu36Z7m66C%2BvOSs%3D&reserved=0.

bstroebl commented 4 years ago

Hi, could you please give me an example of one that works that I can install from the official repo. Thanks

johansanders commented 4 years ago

As i already told you : i don’t use digitizing tools as it crashes qgis and messes up my configuration in combination with “customize toolbars” (see the plugin repository) wich is essential for my configuration. (one toolbar for all operations) I do not entend to experiment/spend a lot of time with other configurations

Vriendelijke groeten


Johan Sanders Dienstverlening Consulent Dienstbetoon E johan.sanders@boerenbond.bemailto:johan.sanders@boerenbond.be T (092) 43 88 31<tel:+3292438831> M (0472) 81 03 36<tel:+32472810336> Boerenbond & Landelijke Gilden Kortrijksesteenweg 1144 J, 9051 Sint-Denijs-Westrem http://www.boerenbond.behttp://www.boerenbond.be/ http://www.landelijkegilden.behttp://www.landelijkegilden.be/

Van: Bernhard Ströbl notifications@github.com Verzonden: vrijdag 15 mei 2020 8:51 Aan: bstroebl/DigitizingTools DigitizingTools@noreply.github.com CC: Johan Sanders johan.sanders@boerenbond.be; Comment comment@noreply.github.com Onderwerp: Re: [bstroebl/DigitizingTools] Enabling Digitizing Tools Plugin causes QGIS 3.0.3 to crash (on Windows 7) (#30)

Hi, could you please give me an example of one that works that I can install from the official repo. Thanks

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fbstroebl%2FDigitizingTools%2Fissues%2F30%23issuecomment-629062832&data=02%7C01%7Cjohan.sanders%40boerenbond.be%7C5a8fa5a6b6714883b6a108d7f89c4769%7Ccce5156d7a794845927c07fc674c3e2b%7C0%7C1%7C637251222398291066&sdata=3CJa8UUdXyCo7v5NM67b6ao5AQbvmABRWFmdHP3ce4k%3D&reserved=0, or unsubscribehttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAEOQHZJ7RFYOQ4QE3LRMVWLRRTQ35ANCNFSM4FBQGAVQ&data=02%7C01%7Cjohan.sanders%40boerenbond.be%7C5a8fa5a6b6714883b6a108d7f89c4769%7Ccce5156d7a794845927c07fc674c3e2b%7C0%7C1%7C637251222398296043&sdata=EaEELSc3UXKCq0Kkb3pA19Oimrwi1YM5iQmnygei67E%3D&reserved=0.

bstroebl commented 4 years ago

You probably missunderstood me. I asked you to name one plugin from the official repo that adds its own toolbar and works together with "customize toobars".

johansanders commented 4 years ago

“Boerenbond” and K2 are “customize toolbars”-toolbars

[cid:image001.png@01D62AAC.4B4F2D70]

Vriendelijke groeten


Johan Sanders Dienstverlening Consulent Dienstbetoon E johan.sanders@boerenbond.bemailto:johan.sanders@boerenbond.be T (092) 43 88 31<tel:+3292438831> M (0472) 81 03 36<tel:+32472810336> Boerenbond & Landelijke Gilden Kortrijksesteenweg 1144 J, 9051 Sint-Denijs-Westrem http://www.boerenbond.behttp://www.boerenbond.be/ http://www.landelijkegilden.behttp://www.landelijkegilden.be/

Van: Bernhard Ströbl notifications@github.com Verzonden: vrijdag 15 mei 2020 11:24 Aan: bstroebl/DigitizingTools DigitizingTools@noreply.github.com CC: Johan Sanders johan.sanders@boerenbond.be; Comment comment@noreply.github.com Onderwerp: Re: [bstroebl/DigitizingTools] Enabling Digitizing Tools Plugin causes QGIS 3.0.3 to crash (on Windows 7) (#30)

You probably missunderstood me. I asked you to name one plugin from the official repo that adds its own toolbar and works together with "customize toobars".

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fbstroebl%2FDigitizingTools%2Fissues%2F30%23issuecomment-629131026&data=02%7C01%7Cjohan.sanders%40boerenbond.be%7Cb703e32f4bc24b69c16908d7f8b1a38c%7Ccce5156d7a794845927c07fc674c3e2b%7C0%7C0%7C637251314143408946&sdata=IFZvtO%2BA3QOyuJAx07RPoSHgsM%2BZVCJiqEm5%2BA4Wyu4%3D&reserved=0, or unsubscribehttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAEOQHZLEN5LZ62VV6WYEDK3RRUCZHANCNFSM4FBQGAVQ&data=02%7C01%7Cjohan.sanders%40boerenbond.be%7Cb703e32f4bc24b69c16908d7f8b1a38c%7Ccce5156d7a794845927c07fc674c3e2b%7C0%7C0%7C637251314143418941&sdata=CRFeaRt6OTDbFnGjZv8WGV7GwMPtUCkkKEOxqPaG7nY%3D&reserved=0.

bstroebl commented 4 years ago

Hi, sorry, but I cannot see the image you attached neither in the mail nor on github.com. I hope, I understood you right but I could not find any plugin called "Boerenbond" or "K2" on plugins.qgis.org

johansanders commented 4 years ago

These are my own toolbars i create with plugin “customize toolbars” , they are not plugins

Vriendelijke groeten


Johan Sanders Dienstverlening Consulent Dienstbetoon E johan.sanders@boerenbond.bemailto:johan.sanders@boerenbond.be T (092) 43 88 31<tel:+3292438831> M (0472) 81 03 36<tel:+32472810336> Boerenbond & Landelijke Gilden Kortrijksesteenweg 1144 J, 9051 Sint-Denijs-Westrem http://www.boerenbond.behttp://www.boerenbond.be/ http://www.landelijkegilden.behttp://www.landelijkegilden.be/

Van: Bernhard Ströbl notifications@github.com Verzonden: vrijdag 15 mei 2020 12:02 Aan: bstroebl/DigitizingTools DigitizingTools@noreply.github.com CC: Johan Sanders johan.sanders@boerenbond.be; Comment comment@noreply.github.com Onderwerp: Re: [bstroebl/DigitizingTools] Enabling Digitizing Tools Plugin causes QGIS 3.0.3 to crash (on Windows 7) (#30)

Hi, sorry, but I cannot see the image you attached neither in the mail nor on github.com. I hope, I understood you right but I could not find any plugin called "Boerenbond" or "K2" on plugins.qgis.org

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fbstroebl%2FDigitizingTools%2Fissues%2F30%23issuecomment-629148261&data=02%7C01%7Cjohan.sanders%40boerenbond.be%7Cf357d85fef3d43d1032a08d7f8b6fef4%7Ccce5156d7a794845927c07fc674c3e2b%7C0%7C0%7C637251337153708254&sdata=bbdUxfJREFbJrWP%2FceqxEWEOlXEXvQGcf06HX27m5cA%3D&reserved=0, or unsubscribehttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAEOQHZLE6FHMGR4Y6TNTOBDRRUHJBANCNFSM4FBQGAVQ&data=02%7C01%7Cjohan.sanders%40boerenbond.be%7Cf357d85fef3d43d1032a08d7f8b6fef4%7Ccce5156d7a794845927c07fc674c3e2b%7C0%7C0%7C637251337153708254&sdata=FOrxLmW6qfq%2FDV6BkqKD7MLoPcbtHAlw14rMya%2Fj5%2FY%3D&reserved=0.

bstroebl commented 4 years ago

Ah, that's what I thought. You see, I am not sure who has to start acting. Is it DigitizingTools' responsibility to flawlessly work with "customize toolbars" because other similar plugins (adding toolbars of their own) do so? Or is it customize toolbars' responsibility to allow third party plugins to add toolbars without crashing?