[ubuntu-mono] [Bug 622088] Re: f-spot crashes on launch

Martijn Vermaat martijn at vermaat.name
Wed Sep 8 20:47:04 BST 2010


As of today, I have the exact same exception trace when starting F-Spot.
I have no idea what might have caused this.

F-Spot 0.6.1.5-2ubuntu7 on Ubuntu Lucid.

** Changed in: f-spot (Ubuntu)
       Status: Invalid => In Progress

-- 
f-spot crashes on launch
https://bugs.launchpad.net/bugs/622088
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to f-spot in ubuntu.

Status in “f-spot” package in Ubuntu: In Progress

Bug description:
Binary package hint: f-spot

When launching f-spot, The interface appears, but the application crashes before I see any pictures.
This is the console output:

---%<---

[richard at wonkydoodle:~]
(53)$ f-spot
/home/richard/.themes/Dust Burnt/gtk-2.0/gtkrc:9: Unable to find include file: "scrollbars/scrollbar.rc"
/home/richard/.themes/Dust Burnt/gtk-2.0/gtkrc:79: Murrine configuration option "gradients" is no longer supported and will be ignored.
/home/richard/.themes/Dust Burnt/gtk-2.0/gtkrc:79: Murrine configuration option "highlight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
/home/richard/.themes/Dust Burnt/gtk-2.0/gtkrc:80: Murrine configuration option "lightborder_ratio" will be deprecated in future releases. Please use "lightborder_shade" instead.
/home/richard/.themes/Dust Burnt/gtk-2.0/gtkrc:95: Murrine configuration option "style" is no longer supported and will be ignored.
/home/richard/.themes/Dust Burnt/gtk-2.0/gtkrc:159: Murrine configuration option "style" is no longer supported and will be ignored.
/home/richard/.themes/Dust Burnt/gtk-2.0/gtkrc:266: Murrine configuration option "style" is no longer supported and will be ignored.
/home/richard/.themes/Dust Burnt/gtk-2.0/gtkrc:300: Murrine configuration option "style" is no longer supported and will be ignored.
[Info  14:09:34.662] Initializing DBus
[Info  14:09:34.818] Initializing Mono.Addins
[Info  14:09:35.032] Starting new FSpot server (f-spot 0.6.1.5)
[Info  14:09:38.781] Starting DBusService
[Info  14:09:38.801] Starting BeagleService
[Info  14:09:38.872] Hack for gnome-settings-daemon engaged
Marshaling value_changed signal
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.UriFormatException: URI scheme must start with a letter and must consist of one of alphabet, digits, '+', '-' or '.' character.
  at System.Uri.Parse (UriKind kind, System.String uriString) [0x00000] 
  at System.Uri.ParseUri (UriKind kind) [0x00000] 
  at System.Uri..ctor (System.Uri baseUri, System.String relativeUri, Boolean dontEscape) [0x00000] 
  at System.Uri..ctor (System.Uri baseUri, System.String relativeUri) [0x00000] 
  at PhotoStore.GetAllVersions () [0x00000] 
  at PhotoStore.Query (Banshee.Database.DbCommand query) [0x00000] 
  at PhotoStore.Query (System.String query) [0x00000] 
  at PhotoStore.QueryFromTemp (System.String temp_table, Int32 offset, Int32 limit) [0x00000] 
  at FSpot.PhotoQuery+PhotoCache.Get (Int32 index) [0x00000] 
  at FSpot.PhotoQuery.get_Item (Int32 index) [0x00000] 
  at FSpot.Widgets.IconView.Preload (Rectangle area, Boolean back) [0x00000] 
  at FSpot.Widgets.IconView.PreloadRegion (Gdk.Region region, Int32 step) [0x00000] 
  at FSpot.Widgets.IconView.Scroll () [0x00000] 
  at FSpot.Widgets.IconView.HandleAdjustmentValueChanged (System.Object sender, System.EventArgs args) [0x00000] 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] 
  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] 
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] 
  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] 
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Adjustment.gtk_adjustment_set_value(IntPtr , Double )
   at Gtk.Adjustment.set_Value(Double value)
   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 System.Reflection.MonoMethod.InternalInvoke(System.Object , System.Object[] , System.Exception ByRef )
   at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[] parameters)
   at System.Delegate.DynamicInvokeImpl(System.Object[] args)
   at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
   at System.Delegate.DynamicInvoke(System.Object[] args)
   at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at FSpot.Driver.Main(System.String[] args)
[richard at wonkydoodle:~]
(54)$ 
---%<---

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: f-spot 0.6.1.5-2ubuntu7
ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Sun Aug 22 14:10:31 2010
SourcePackage: f-spot





More information about the Ubuntu-mono mailing list