[ubuntu-mono] [Bug 962915] Re: Playing any audio files causes banshee to quit
Chow Loong Jin
hyperair at ubuntu.com
Sun Apr 15 08:51:49 UTC 2012
Looks like a bug in Mono.Upnp. Could you disable the Upnp extension and
see if this still happens?
** Changed in: banshee (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/962915
Title:
Playing any audio files causes banshee to quit
Status in “banshee” package in Ubuntu:
Incomplete
Bug description:
Launching Banshee - playing songs causes it to bomb out and close up.
To reproduce:
1) Open Banshee.
2) Select song from library
3) song plays for a moment
4) banshee closes up.
Running Banshee from a terminal gives me :
czajkowski at sheldon:~$ banshee
[Info 09:25:31.549] Running Banshee 2.4.0: [Ubuntu precise (development branch) (linux-gnu, x86_64) @ 2012-03-22 08:01:34 UTC]
[Info 09:25:32.677] Updating web proxy from GConf
[Info 09:25:32.757] All services are started 0.979128
[Info 09:25:33.646] nereid Client Started
[Info 09:25:33.737] GStreamer version 0.10.36.0, gapless: True, replaygain: False
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Default constructor not found for type Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.ClassReference.
at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.Compilation.DelegateDeserializationCompiler+<CreateDeserializer>c__AnonStoreyD.<>m__11 (Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.Compilation.DelegateDeserializationCompiler+<CreateItemDeserializer>c__AnonStorey1C.<>m__2F (System.Object obj, Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.Compilation.DelegateDeserializationCompiler+<CreateArrayItemElementDeserializer>c__AnonStorey1E.<>m__31 (System.Object obj, Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.Compilation.DelegateDeserializationCompiler+<CreateElementAutoDeserializer>c__AnonStorey12.<>m__1A (System.Object obj, Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.XmlDeserializer.AutoDeserializeElement[StorageFolder] (Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV.StorageFolder obj, Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.XmlDeserializationContext.AutoDeserializeElement[StorageFolder] (Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV.StorageFolder obj) [0x00000] in <filename unknown>:0
at Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV.StorageFolder.DeserializeElement (Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.XmlDeserializable.Mono.Upnp.Xml.IXmlDeserializable.DeserializeElement (Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.Compilation.DelegateDeserializationCompiler.<CreateSubElementDeserializer>m__18 (System.Object obj, Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.Compilation.DelegateDeserializationCompiler+<CreateElementDeserializer>c__AnonStorey11.<>m__17 (System.Object obj, Mono.Upnp.Xml.XmlDeserializationContext context, Int32 depth) [0x00000] in <filename unknown>:0
--- 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] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.RemoteContentDirectory+<Deserializers>c__Iterator5`1[Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.Container].<>m__51 (System.Xml.XmlReader reader) [0x00000] in <filename unknown>:0
at Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.RemoteContentDirectory+<Deserialize>c__Iterator6`1[Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.Container].MoveNext () [0x00000] in <filename unknown>:0
at Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.RemoteContentDirectory.GetObject[Container] (System.String id) [0x00000] in <filename unknown>:0
at Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.RemoteContentDirectory.GetRootObject () [0x00000] in <filename unknown>:0
at Banshee.UPnPClient.UPnPServerSource.Parse (Mono.Upnp.Device device, Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.ContentDirectoryController content_directory) [0x00000] in <filename unknown>:0
at Banshee.UPnPClient.UPnPServerSource+<UPnPServerSource>c__AnonStorey0.<>m__0 () [0x00000] in <filename unknown>:0
at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Default constructor not found for type Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.ClassReference.
at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.Compilation.DelegateDeserializationCompiler+<CreateDeserializer>c__AnonStoreyD.<>m__11 (Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.Compilation.DelegateDeserializationCompiler+<CreateItemDeserializer>c__AnonStorey1C.<>m__2F (System.Object obj, Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.Compilation.DelegateDeserializationCompiler+<CreateArrayItemElementDeserializer>c__AnonStorey1E.<>m__31 (System.Object obj, Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.Compilation.DelegateDeserializationCompiler+<CreateElementAutoDeserializer>c__AnonStorey12.<>m__1A (System.Object obj, Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.XmlDeserializer.AutoDeserializeElement[StorageFolder] (Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV.StorageFolder obj, Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.XmlDeserializationContext.AutoDeserializeElement[StorageFolder] (Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV.StorageFolder obj) [0x00000] in <filename unknown>:0
at Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV.StorageFolder.DeserializeElement (Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.XmlDeserializable.Mono.Upnp.Xml.IXmlDeserializable.DeserializeElement (Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.Compilation.DelegateDeserializationCompiler.<CreateSubElementDeserializer>m__18 (System.Object obj, Mono.Upnp.Xml.XmlDeserializationContext context) [0x00000] in <filename unknown>:0
at Mono.Upnp.Xml.Compilation.DelegateDeserializationCompiler+<CreateElementDeserializer>c__AnonStorey11.<>m__17 (System.Object obj, Mono.Upnp.Xml.XmlDeserializationContext context, Int32 depth) [0x00000] in <filename unknown>:0
--- 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] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.RemoteContentDirectory+<Deserializers>c__Iterator5`1[Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.Container].<>m__51 (System.Xml.XmlReader reader) [0x00000] in <filename unknown>:0
at Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.RemoteContentDirectory+<Deserialize>c__Iterator6`1[Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.Container].MoveNext () [0x00000] in <filename unknown>:0
at Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.RemoteContentDirectory.GetObject[Container] (System.String id) [0x00000] in <filename unknown>:0
at Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.RemoteContentDirectory.GetRootObject () [0x00000] in <filename unknown>:0
at Banshee.UPnPClient.UPnPServerSource.Parse (Mono.Upnp.Device device, Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.ContentDirectoryController content_directory) [0x00000] in <filename unknown>:0
at Banshee.UPnPClient.UPnPServerSource+<UPnPServerSource>c__AnonStorey0.<>m__0 () [0x00000] in <filename unknown>:0
at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
czajkowski at sheldon:~$
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: banshee 2.4.0-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Fri Mar 23 09:27:40 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: banshee
UpgradeStatus: Upgraded to precise on 2012-01-05 (77 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/962915/+subscriptions
More information about the Ubuntu-mono
mailing list