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

QGIS 3.4.2 - Extension disabled because it caused QGIS to crash #28686

Closed
qgib opened this issue Dec 21, 2018 · 3 comments
Closed

QGIS 3.4.2 - Extension disabled because it caused QGIS to crash #28686

qgib opened this issue Dec 21, 2018 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Crash/Data Corruption Plugins Regression Something which used to work, but doesn't anymore

Comments

@qgib
Copy link
Contributor

qgib commented Dec 21, 2018

Author Name: Fabien Wl (@Fabien98)
Original Redmine Issue: 20867
Affected QGIS version: 3.4.2
Redmine category:python_plugins


Hello, I just freshly installed the new QGIS 3.4.2 but I encountered an error with the "go2streetview" plugin.
When I activate this plugin I have a Window pop-up error which states:

"This Windows version (6.3.9600) does not support the required Bluetooth API. Consider updating to a more recent Windows (10.0.10586 or above)"

It seems that this issue is related to a pyQT5 version.. (see related issue here:winpython/winpython#592)

I opened an error on the bugtracker page of the plugin (enricofer/go2streetview#41)
but a developper stated that this issue should be fixed ultimately in QGIS or the pyQT dependency and recommended to open an issue here

Thanks for your help

PS: everything runs fine with this extension in QGIS 3.2.3

@qgib
Copy link
Contributor Author

qgib commented Dec 31, 2018

Author Name: Alexander Bruy (@alexbruy)


Please file bugreport in the plugin bugtracker, as QGIS itself does not requires Bluetooth. Seems that in the plugin code there is a incorrect import.


  • resolution was changed from to up/downstream
  • status_id was changed from Open to Rejected

@qgib qgib closed this as completed Dec 31, 2018
@qgib
Copy link
Contributor Author

qgib commented Mar 9, 2019

Author Name: Jan Lippmann (@j-lippmann)


I can confirm the issue with QGIS 3.4.5 on Windows Server 2012 R2: 6.3 Build 9600.

When i try to activate my own plugin...qgis crash/close without report. Only a Window Dialog "This Windows version (6.3.9600) does not support the required Bluetooth API. Consider updating to a more recent Windows (10.0.10586 or above)" do appear.

In my case was the problem:

from PyQt5.Qt import *

After delete this import line, everything works.

@qgib
Copy link
Contributor Author

qgib commented Mar 9, 2019

Author Name: Jan Lippmann (@j-lippmann)


BTW: The subject of this issue is not optimal...

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins Crash/Data Corruption Regression Something which used to work, but doesn't anymore 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! Crash/Data Corruption Plugins Regression Something which used to work, but doesn't anymore
Projects
None yet
Development

No branches or pull requests

1 participant