Hello all, I just pulled the latest Banshee code from the GitHub master branch. I could successfully compile it (autogen.sh and make) without any error. I had to update some dependencies to make it work, but it worked. Now, when I launch Banshee either by using "make run" or by running the installed version (with checkinstall), it crashes on startup with an error related to Hyena. I am on Ubuntu 15.10 64 bit. Any help is very welcome, since I definitely want to dive into Banshee development. Here is the debug log : $ banshee --debug ** Running Mono with --debug --profile="" ** *** Running with gui-thread-check *** [1 Debug 16:33:01.174] Bus.Session.RequestName ('org.bansheeproject.Banshee') replied with PrimaryOwner [1 Info 16:33:01.187] Running Banshee 2.9.2: [git-checkout (linux-gnu, x86_64) @ 2016-04-08 16:04:09 EDT] [1 Debug 16:33:01.191] Initializing GTK *** GUI THREAD INITIALIZED: 4096341888 Exception has been thrown by the target of an invocation. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Could not read add-in description at Mono.Addins.Addin.get_Description () [0x00000] in <filename unknown>:0 at Mono.Addins.TreeNode.ResetCachedData () [0x00000] in <filename unknown>:0 at Mono.Addins.TreeNode.ResetCachedData () [0x00000] in <filename unknown>:0 at Mono.Addins.TreeNode.ResetCachedData () [0x00000] in <filename unknown>:0 at Mono.Addins.TreeNode.ResetCachedData () [0x00000] in <filename unknown>:0 at Mono.Addins.ExtensionContext.ResetCachedData () [0x00000] in <filename unknown>:0 at Mono.Addins.AddinEngine.ResetCachedData () [0x00000] in <filename unknown>:0 at Mono.Addins.Database.AddinDatabase.ResetCachedData () [0x00000] in <filename unknown>:0 at Mono.Addins.Database.AddinDatabase.Update (IProgressStatus monitor, System.String domain) [0x00000] in <filename unknown>:0 at Mono.Addins.Database.AddinDatabase.Repair (IProgressStatus monitor, System.String domain) [0x00000] in <filename unknown>:0 at Mono.Addins.AddinRegistry.Rebuild (IProgressStatus monitor) [0x00000] in <filename unknown>:0 at Banshee.ServiceStack.ServiceManager.InitializeAddins () [0x00076] in /home/chrisperro/dev/banshee/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs:85 at Banshee.ServiceStack.ServiceManager.DefaultInitialize () [0x00006] in /home/chrisperro/dev/banshee/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs:116 at Banshee.ServiceStack.Application.Initialize () [0x00001] in /home/chrisperro/dev/banshee/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs:82 at Banshee.Gui.GtkBaseClient.Initialize (Boolean registerCommonServices) [0x00012] in /home/chrisperro/dev/banshee/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:160 at Banshee.Gui.GtkBaseClient..ctor (Boolean initializeDefault, System.String defaultIconName) [0x00017] in /home/chrisperro/dev/banshee/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:92 at Banshee.Gui.GtkBaseClient..ctor () [0x00002] in /home/chrisperro/dev/banshee/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:84 at Nereid.Client..ctor () [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&) at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 --- End of inner exception stack trace --- at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0 at System.Activator.CreateInstance (System.Type type) [0x00000] in <filename unknown>:0 at Banshee.Gui.GtkBaseClient.Startup () [0x00001] in /home/chrisperro/dev/banshee/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:79 at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00050] in /home/chrisperro/dev/banshee/banshee/src/Hyena/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:54 Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. Thanks in advance, Christian |