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 328115 - Tomboy failsto start
Tomboy failsto start
Status: RESOLVED NOTABUG
Product: tomboy
Classification: Applications
Component: General
unspecified
Other All
: Normal critical
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-22 01:43 UTC by Alexandre Prokoudine
Modified: 2008-02-26 20:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Prokoudine 2006-01-22 01:43:05 UTC
Steps to reproduce:
1. Run 'tomboy'


Stack trace:
avp@traveller:~/soft/build/home/tomboy/tomboy-2006-01-21$ tomboy
Trying Plugin: Evolution.dll ... EvolutionPlugin. Done.
Trying Plugin: ExportToHTML.dll ... ExportToHTMLPlugin. Done.
Trying Plugin: GalagoPresence.dll ... GalagoPresencePlugin. Done.
Trying Plugin: PrintNotes.dll ... PrintPlugin. Done.

Unhandled Exception: System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. --->
System.TypeInitializationException: An exception was thrown by the type
initializer for GalagoPresencePlugin ---> System.DllNotFoundException: libgalago.so
in (wrapper managed-to-native) Galago.Core:galago_init (string,bool)
in <0x0000f> Galago.Core:Init (System.String name, Boolean feed)
in <0x0000e> GalagoManager:.ctor ()
in <0x00016> GalagoPresencePlugin:.cctor ()--- End of inner exception stack
trace ---

in <0x00000> <unknown method>
in (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke
(object,object[])
in <0x0008d> System.Reflection.MonoCMethod:Invoke (System.Object obj,
BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[]
parameters, System.Globalization.CultureInfo culture)--- End of inner exception
stack trace ---

in <0x0010e> System.Reflection.MonoCMethod:Invoke (System.Object obj,
BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[]
parameters, System.Globalization.CultureInfo culture)
in <0x0001c> System.Reflection.MonoCMethod:Invoke (BindingFlags invokeAttr,
System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture)
in <0x00035> System.Reflection.ConstructorInfo:Invoke (System.Object[] parameters)
in <0x00105> System.Activator:CreateInstance (System.Type type, Boolean nonPublic)
in <0x0000c> System.Activator:CreateInstance (System.Type type)
in <0x0007b> Tomboy.PluginManager:LoadPluginsForNote (Tomboy.Note note)
in <0x00222> Tomboy.NoteManager:.ctor (System.String directory, System.String
backup_directory)
in <0x0002a> Tomboy.NoteManager:.ctor (System.String directory)
in <0x0002b> Tomboy.NoteManager:.ctor ()
in <0x0001a> Tomboy.TomboyTrayIcon:.ctor ()
in <0x00019> Tomboy.Tomboy:StartTrayIcon ()
in <0x000f0> Tomboy.Tomboy:Main (System.String[] args)


Other information:
Comment 1 Alex Graveley 2006-01-22 03:05:49 UTC
Seems like you have the Galago mono bindings installed, but not the galago C library that the bindings need.  Try either installing them, or run tomboy's configure with --enable-galago=no.