banshee-1 1,3,3 crashes on 11.1 beta4 x86_64

When trying to set preferences in banshee, the applications crash.
This is the output I get

[Warn  01:22:39.398] Caught an exception - libglib-2.0.dll (in `Banshee.Core')
  at (wrapper managed-to-native) Banshee.Base.SafeUri:g_filename_to_uri (intptr,intptr,intptr)
  at Banshee.Base.SafeUri.FilenameToUri (System.String localPath) [0x00000] 
  at Banshee.Base.SafeUri..ctor (System.String uri) [0x00000] 
  at Banshee.Dap.Mtp.MtpSource..cctor () [0x00000] 
An exception was thrown by the type initializer for Banshee.Dap.Mtp.MtpSource (in `mscorlib')
  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object],System.Exception&)
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object] parameters, System.Globalization.CultureInfo culture) [0x00000] 
Exception has been thrown by the target of an invocation. (in `mscorlib')
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object] parameters, System.Globalization.CultureInfo culture) [0x00000] 
  at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object] parameters, System.Globalization.CultureInfo culture) [0x00000] 
  at System.Reflection.ConstructorInfo.Invoke (System.Object] parameters) [0x00000] 
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] 
  at System.Activator.CreateInstance (System.Type type) [0x00000] 
  at Mono.Addins.TypeExtensionNode.CreateInstance () [0x00000] 
  at Banshee.Dap.DapService.FindDeviceSource (IDevice device) [0x00000] 
Marshaling activate 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.NullReferenceException: Object reference not set to an instance of an object
  at Banshee.MediaProfiles.Gui.ProfileComboBoxConfigurable.<ProfileComboBoxConfigurable>m__118 () [0x00000] 
  at Banshee.Preferences.Gui.DescriptionLabel.Update () [0x00000] 
  at Banshee.Preferences.Gui.DescriptionLabel..ctor (Banshee.Preferences.Gui.DescriptionHandler handler) [0x00000] 
  at Banshee.MediaProfiles.Gui.ProfileComboBoxConfigurable..ctor (Banshee.MediaProfiles.MediaProfileManager manager, System.String configurationId, Gtk.Box parent) [0x00000] 
  at Banshee.AudioCd.AudioCdService.OnPreferencesServiceInstallWidgetAdapters (System.Object o, System.EventArgs args) [0x00000] 
  at Banshee.Preferences.PreferenceService.RequestWidgetAdapters () [0x00000] 
  at Banshee.Preferences.Gui.PreferenceDialog..ctor () [0x00000] 
  at Banshee.Gui.GlobalActions.OnPreferences (System.Object o, 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.Application.gtk_main()
   at Gtk.Application.Run()
   at Banshee.Gui.GtkBaseClient.Run()
   at Banshee.Gui.GtkBaseClient.Startup()
   at Hyena.Gui.CleanRoomStartup.Startup(Hyena.Gui.StartupInvocationHandler startup)
   at Banshee.Gui.GtkBaseClient.Startup()
   at Banshee.Gui.GtkBaseClient.Startup(System.String] args)
   at Nereid.Client.Main(System.String] args)
   at System.AppDomain.ExecuteAssembly(System.Reflection.Assembly , System.String] )
   at System.AppDomain.ExecuteAssemblyInternal(System.Reflection.Assembly a, System.String] args)
   at System.AppDomain.ExecuteAssembly(System.String assemblyFile, System.Security.Policy.Evidence assemblySecurity, System.String] args)
   at System.AppDomain.ExecuteAssembly(System.String assemblyFile)
   at Booter.Booter.BootClient(System.String clientName)
   at Booter.Booter.Main()

I’ve noticed that I have both libglib-2_0-0 and libglib-2_0-0-32bits installed on my system.

Is somebody having the same issue?

Well, after doing a fast search It seems that it’s a banshee bug after all: Bug 557868 - Exception in libglib-2.0.dll when playing next song (banshee)
It was fixed in svn version and targeted to banshee 1.4, I wonder if I should write a bug report or the developers will include this fix before the 11.1 final release?