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

silent plugin loading failure #13758

Closed
qgib opened this issue Apr 1, 2011 · 6 comments
Closed

silent plugin loading failure #13758

qgib opened this issue Apr 1, 2011 · 6 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins

Comments

@qgib
Copy link
Contributor

qgib commented Apr 1, 2011

Author Name: Sandro Santilli (@strk)
Original Redmine Issue: 3699
Affected QGIS version: master
Redmine category:c++_plugins
Assignee: Tim Sutton


I've noticed that when a core plugin loading fails qgis doesn't say anything, unless you build it in Debug mode.

It's pretty frustrating. Should errors in plugin loading be printed in Release mode too ?

@qgib
Copy link
Contributor Author

qgib commented Apr 1, 2011

Author Name: Sandro Santilli (@strk)


Just to give some more context: the plugin which is failing to load for me is grass, whose .so fails to find a few dependent libs:

$ ldd /usr/local/lib/qgis/plugins/libgrassplugin.so | grep 'not found'
        libgrass_gis.so => not found
        libgrass_vect.so => not found
        libgrass_dbmibase.so => not found
        libgrass_dbmiclient.so => not found
        libgrass_gproj.so => not found
        libgrass_gis.so => not found
        libgrass_vect.so => not found
        libgrass_dbmibase.so => not found
        libgrass_dbmiclient.so => not found
        libgrass_gproj.so => not found

@qgib
Copy link
Contributor Author

qgib commented Dec 16, 2011

Author Name: Giovanni Manghi (@gioman)


  • fixed_version_id was changed from Version 1.7.0 to Version 1.7.4

@qgib
Copy link
Contributor Author

qgib commented Apr 16, 2012

Author Name: Paolo Cavallini (@pcav)


  • crashes_corrupts_data was configured as 0
  • fixed_version_id was changed from Version 1.7.4 to Version 1.8.0
  • version was configured as master

@qgib
Copy link
Contributor Author

qgib commented Sep 4, 2012

Author Name: Paolo Cavallini (@pcav)


  • fixed_version_id was changed from Version 1.8.0 to Version 2.0.0

@qgib
Copy link
Contributor Author

qgib commented Jun 28, 2014

Author Name: Jürgen Fischer (@jef-n)


  • fixed_version_id was changed from Version 2.0.0 to Future Release - Lower Priority

@qgib
Copy link
Contributor Author

qgib commented Nov 20, 2015

Author Name: Médéric RIBREUX (Médéric RIBREUX)


Hello, bug triage...

in QGIS 2.13 master (and probably in previous versions), when a plugin can't be loaded, there is a log message displayed in the Log Messages Panel.
I've got problems with my GRASS installation and QGIS reports it:

Failed to load /home/medspx/apps/lib/qgis/plugins/libgrassplugin7.so (Reason: Cannot load library...

I am closing this bug.


  • pull_request_patch_supplied was configured as 0
  • status_id was changed from Open to Closed
  • done_ratio was changed from 0 to 100
  • resolution was configured as fixed/implemented

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins labels May 24, 2019
@qgib qgib added this to the Future Release - Lower Priority milestone May 24, 2019
@qgib qgib closed this as completed May 24, 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! Plugins
Projects
None yet
Development

No branches or pull requests

1 participant