Kirjoittaja Aihe: f-spotissani on pieni käynnistysongelma.  (Luettu 1337 kertaa)

peran

  • Vieras
f-spotissani on pieni käynnistysongelma.
« : 04.12.08 - klo:19.12 »
Tällaista tulostetta antaa ulos...
Koodia: [Valitse]
~$ f-spot
Starting new FSpot server
The existing database version is more recent than this version of F-Spot expects.
Reloading
item changed
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.Utils.UriUtils.UriToStringEscaped (System.Uri uri) [0x00000]
  at FSpot.ThumbnailGenerator.ThumbnailPath (System.Uri uri) [0x00000]
  at FSpot.Widgets.IconView.DrawCell (Int32 thumbnail_num, Rectangle area) [0x00000]
  at FSpot.Widgets.IconView.DrawAllCells (Rectangle area) [0x00000]
  at FSpot.Widgets.IconView.OnExposeEvent (Gdk.EventExpose args) [0x00000]
  at Gtk.Widget.exposeevent_cb (IntPtr widget, IntPtr evnt) [0x00000]
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Widget.exposeevent_cb(IntPtr widget, IntPtr evnt)
   at Gtk.Widget.exposeevent_cb(IntPtr , IntPtr )
   at Gtk.Adjustment.gtk_adjustment_value_changed(IntPtr )
   at Gtk.Adjustment.gtk_adjustment_value_changed(IntPtr )
   at Gtk.Adjustment.ChangeValue()
   at FSpot.Widgets.IconView.ScrollTo(Int32 cell_num, Boolean center)
   at FSpot.Widgets.IconView.ScrollTo(Int32 cell_num)
   at MainWindow.JumpTo(Int32 index)
   at MainWindow.LoadPreference(System.String key)
   at MainWindow.HandleIconViewReady(System.Object sender, System.EventArgs args)
   at Gtk.Widget.SizeAllocatedSignalCallback(IntPtr arg0, IntPtr arg1, IntPtr gch)
   at Gtk.Widget.SizeAllocatedSignalCallback(IntPtr , 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)

Mitenkähän tota fspotin tietokantaa pystyisi korjailemaan...
Kun ei aptitude purge-auta.

peran

  • Vieras
Vs: f-spotissani on pieni käynnistysongelma.
« Vastaus #1 : 04.12.08 - klo:19.16 »
Olikin varsin helppo korjata...
Koodia: [Valitse]
sudo aptitude purge f-spot
cd ~/.gnome2
rm -R f-spot
sudo aptitude install f-spot

Edit - tosin ymmärrettävästi tietokanta nollautui.
« Viimeksi muokattu: 04.12.08 - klo:19.25 kirjoittanut peran »