After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 624313 - AddinManager sometimes fails to initialize.
AddinManager sometimes fails to initialize.
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
0.7.1
Other Linux
: Normal critical
: 0.7.2
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-14 09:19 UTC by Ruben Vermeersch
Modified: 2010-07-22 16:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ruben Vermeersch 2010-07-14 09:19:14 UTC
f-spot --debug
** Running f-spot in Debug Mode **
** Running Mono with --debug   **
[1 Info  11:11:33.477] Initializing Mono.Addins

Unhandled Exception: System.InvalidOperationException: Could not read
add-in description
  at Mono.Addins.Addin.get_Description () [0x00000]
  at Mono.Addins.AddinSessionService.CheckHostAssembly
(System.Reflection.Assembly asm) [0x00000]
  at Mono.Addins.AddinSessionService.ActivateRoots () [0x00000]
  at Mono.Addins.AddinSessionService.Initialize () [0x00000]
  at Mono.Addins.AddinManager.Initialize (System.String configDir) [0x00000]
  at FSpot.Driver.InitializeAddins () [0x0000b] in
/home/dave/Desktop/f-spot-0.7.1/src/main.cs:280
  at FSpot.Driver.Main (System.String[] args) [0x002c8] in
/home/dave/Desktop/f-spot-0.7.1/src/main.cs:246
Comment 1 Ruben Vermeersch 2010-07-20 12:01:26 UTC
<tigger> you may reset (delete) the addin-folder
 that worked for me.
<rubenv> we should do that automatically
<rubenv> if addin initialization fails => delete the addin-db and retry
Comment 2 Maxxer 2010-07-20 18:06:19 UTC
with latest release I cannot seem to keep addins working.
I need to enable/disable each export at every run.
deleting .config/f-spot/addin* won't solve here.
Comment 3 Ruben Vermeersch 2010-07-22 16:51:49 UTC
Done.
Comment 4 Ruben Vermeersch 2010-07-22 16:52:46 UTC
(In reply to comment #2)
> with latest release I cannot seem to keep addins working.
> I need to enable/disable each export at every run.
> deleting .config/f-spot/addin* won't solve here.

Please open a different bug for that, this is about initialization failure crashers.