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

NNJoin Crashed QGIS #56665

Closed
2 tasks done
piecesofeveryday opened this issue Mar 3, 2024 · 1 comment
Closed
2 tasks done

NNJoin Crashed QGIS #56665

piecesofeveryday opened this issue Mar 3, 2024 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!

Comments

@piecesofeveryday
Copy link

What is the bug or the crash?

Hi,

When NNJoin is used and run, it crashed QGIS and i am unable to proceed.

Steps to reproduce the issue

Report Details

Python Stack Trace

Windows fatal exception: access violation

Current thread 0x000017bc (most recent call first):
  File "C:\Users/65850/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\NNJoin\NNJoin_plugin.py", line 177 in run
    self.dlg.exec_()

Stack Trace


QgsCustomization::preNotify :
QObject::event :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QCoreApplicationPrivate::sendPostedEvents :
qt_plugin_query_metadata :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QDialog::exec :
PyInit_QtWidgets :
PyObject_Str :
PyEval_EvalFrameDefault :
PyFunction_Vectorcall :
PyObject_GC_Del :
PyVectorcall_Call :
PyObject_Call :
PyInit_QtCore :
PyInit_QtCore :
PyInit_QtCore :
PyInit_QtCore :
QObject::qt_static_metacall :
QAction::activate :
QAbstractButton::click :
QAbstractButton::mouseReleaseEvent :
QToolButton::mouseReleaseEvent :
QWidget::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 :
qt_plugin_query_metadata :
QEventLoop::exec :
QCoreApplication::exec :
main :
BaseThreadInitThunk :
RtlUserThreadStart :

QGIS Info
QGIS Version: 3.34.3-Prizren
QGIS code revision: 4737323
Compiled against Qt: 5.15.3
Running against Qt: 5.15.3
Compiled against GDAL: 3.8.3
Running against GDAL: 3.8.3

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

Versions

[QGIS 3.34]

Supported QGIS version

  • I'm running a supported QGIS version according to the roadmap.

New profile

Additional context

Tried to use NNJOin plugin but keeps crashing.

@piecesofeveryday piecesofeveryday added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label Mar 3, 2024
@rouault
Copy link
Contributor

rouault commented Mar 3, 2024

Issues with plugins should be reported to the issue tracker of the specific plugin. Looking quiclly at https://github.com/havatv/qgisnnjoinplugin/issues , it seems to be the same as the already reported havatv/qgisnnjoinplugin#35 . Closing as not as QGIS (core) bug

@rouault rouault closed this as completed Mar 3, 2024
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!
Projects
None yet
Development

No branches or pull requests

2 participants