Comment 16 for bug 293437

Revision history for this message
Marcin Palacz (palacz) wrote :

Hi,

I still get the same (a very similar) crash, after trying
Edit->Preferences

I believe I have an up to date version of f-spot.

apt-cache policy f-spot
f-spot:
  Installed: 0.5.0.3-0ubuntu4
  Candidate: 0.5.0.3-0ubuntu4

I include below the error messages.

Marcin

palacz@maldonada:~$ f-spot
[Info 00:03:11.080] Initializing DBus
[Info 00:03:11.222] Initializing Mono.Addins
[Info 00:03:11.362] Starting new FSpot server
Count = 31
[Info 00:03:13.252] Starting BeagleService
[Info 00:03:13.252] Hack for gnome-settings-daemon engaged

(f-spot:6942): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference.
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at FSpot.UI.Dialog.PreferenceDialog.LoadPreference (System.String key) [0x00000]
  at FSpot.UI.Dialog.PreferenceDialog..ctor () [0x00000]
  at FSpot.UI.Dialog.PreferenceDialog.Show () [0x00000]
  at MainWindow.HandlePreferences (System.Object sender, System.EventArgs args) [0x00000]
  at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr data) [0x00000]
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at GLib.Signal.voidObjectCallback(IntPtr handle, IntPtr data)
   at GLib.Signal.voidObjectCallback(IntPtr , IntPtr )
   at Gtk.Application.gtk_main()
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Gnome.Program.Run()
   at FSpot.Driver.Main(System.String[] args)