Hello.
When i try to start banshee, it wont start anymore and i get a realy long error massage! I use banshee since the early days and soon after 0.98-1 or something it refused to start. There were serveral updates later but it dosent fixed it. So i hope someone could explain me why? (Debian/testing/gnome) ERRORMSG: Eine nicht behandelte Exception ist ausgelöst worden: duplicate column name: ExternalID at Mono.Data.SqliteClient.SqliteCommand.GetNextStatement (IntPtr pzStart, System.IntPtr& pzTail, System.IntPtr& pStmt) [0x00000] at Mono.Data.SqliteClient.SqliteCommand.ExecuteReader (CommandBehavior behavior, Boolean want_results, System.Int32& rows_affected) [0x00000] at Mono.Data.SqliteClient.SqliteCommand.ExecuteNonQuery () [0x00000] at Hyena.Data.Sqlite.HyenaSqliteCommand.Execute (Hyena.Data.Sqlite.HyenaSqliteConnection hconnection, Mono.Data.SqliteClient.SqliteConnection connection) [0x00093] in /tmp/buildd/banshee-1.0.0/src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs:116 Exception has been thrown by the target of an invocation. 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 Banshee.Database.BansheeDbFormatMigrator.InnerMigrate () [0x000ae] in /tmp/buildd/banshee-1.0.0/src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs:176 at Banshee.Database.BansheeDbFormatMigrator.Migrate () [0x00018] in /tmp/buildd/banshee-1.0.0/src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs:136 Exception has been thrown by the target of an invocation. 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 Banshee.Gui.GtkBaseClient.Startup () [0x00000] in /tmp/buildd/banshee-1.0.0/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:55 at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00048] in /tmp/buildd/banshee-1.0.0/src/Libraries/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:54 .NET Version: 2.0.50727.42 OS Version: Unix 2.6.24.1 Assembly Version Information: System.Transactions (2.0.0.0) System.Xml (2.0.0.0) System.Data (2.0.0.0) Mono.Data.SqliteClient (2.0.0.0) Mono.Addins (0.3.0.0) atk-sharp (2.12.0.0) Hyena.Gui (1.0.0.40249) NDesk.DBus.Proxies (0.0.0.0) Mono.Posix (2.0.0.0) NDesk.DBus.GLib (1.0.0.0) NDesk.DBus (1.0.0.0) gtk-sharp (2.12.0.0) Hyena (1.0.0.40246) System (2.0.0.0) gdk-sharp (2.12.0.0) glib-sharp (2.12.0.0) Banshee.Core (1.0.0.40255) Banshee.Services (1.0.0.40257) Banshee.ThickClient (1.0.0.40261) Nereid (1.0.0.40262) mscorlib (2.0.0.0) Platform Information: Linux 2.6.24-1-686 i686 unknown GNU/Linux Disribution Information: [/etc/debian_version] lenny/sid I want the new banshee as well! |
This is a known bug in one of the early beta 1 packages [1]. You can fix it by deleting your Banshee database and other configuration data... rm -rf ~/.config/banshee-1 ...or by using this command (probably)... sqlite3 ~/.config/banshee-1/banshee.db "update CoreConfiguration set Value=10 where Key='DatabaseVersion'" Best, Sandy |
Vielen Dank. Thank you very much! Deleting the configfiles did the job 8) |
Free forum by Nabble | Edit this page |