On Thu, 2011-06-09 at 08:34 +0200, olivier dufour wrote: > Hello, > > > I have worked a lot on gst# and fixed some bug currently. > I have one whith a message not really helpfull...: > > > [1 Debug 08:27:14.189] Dap support extension loaded: > Banshee.Dap.AppleDevice > [1 Debug 08:27:14.202] Delayed Initializating Banshee.Daap.DaapService > [1 Debug 08:27:14.205] Delayed Initializating > Banshee.Podcasting.PodcastService > > > Unhandled Exception: System.TypeLoadException: A type load exception > has occurred. > at System.Threading.Thread.StartUnsafe () [0x00016] > in /home/dufoli/build/mono-2.10.1/mcs/class/corlib/System.Threading/Thread.cs:684 > make: *** [run] Error 1 IIRC a TypeLoadException means that the type constructor failed (presumably with an exception). Since the type constructor is called only the first time execution hits a type this would suggest that code is first accessing the failing type in a function being executed on a non-main thread. This might narrow your search down a bit? Failing anything else you could put the Banshee mainloop in a try {} catch and print the stacktrace, inner-exception, and inner-exception stacktrace to get a better look.
Attachment:
signature.asc
Description: This is a digitally signed message part