Re: [Banshee-List] Bashee crashes in RedHat 5.2



Yes, it happens too.

2008/7/23 Brandon Perry <bperry volatile gmail com>:
does this happen during "make run" as well?


On Wed, Jul 23, 2008 at 4:19 PM, Tanisjones <jordi duch gmail com> wrote:

Hi all,

I've managed to install all the required dependencies and compile banshee in
a Red Hat Enterprise Linux 5.2. However, when I start the application it
crashes, and I do not have a clue why this is happening.  Any idea how to
solve this problem?
Thanks!

PS : I'm attaching the output of the console and the error given by the
application

------------------------------------------------------------------------------------------------------------------------
An unhandled exception was thrown: Could not load type
'Banshee.ServiceStack.ServiceManager' from assembly 'Banshee.Services,
Version=1.0.0.29124, Culture=neutral'.

 at Banshee.Gui.GtkBaseClient.Initialize (Boolean registerCommonServices)
[0x0005c] in
/home/staff/jduch/Desktop/banshee-1-1.0.0/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:92
 at Banshee.Gui.GtkBaseClient..ctor (Boolean initializeDefault,
System.String defaultIconName) [0x00013] in
/home/staff/jduch/Desktop/banshee-1-1.0.0/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:68
 at Banshee.Gui.GtkBaseClient..ctor () [0x00000] in
/home/staff/jduch/Desktop/banshee-1-1.0.0/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:60
 at Nereid.Client..ctor () [0x00000]
 at (wrapper managed-to-native)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
 at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x0003f] in
/usr/src/redhat/BUILD/mono-1.9.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:404
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) [0x00064] in
/usr/src/redhat/BUILD/mono-1.9.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:414
 at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr,
System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] in
/usr/src/redhat/BUILD/mono-1.9.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:419
 at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters)
[0x0000e] in
/usr/src/redhat/BUILD/mono-1.9.1/mcs/class/corlib/System.Reflection/ConstructorInfo.cs:77
 at System.Activator.CreateInstance (System.Type type, Boolean nonPublic)
[0x00083] in
/usr/src/redhat/BUILD/mono-1.9.1/mcs/class/corlib/System/Activator.cs:311
 at System.Activator.CreateInstance (System.Type type) [0x00000] in
/usr/src/redhat/BUILD/mono-1.9.1/mcs/class/corlib/System/Activator.cs:212
 at Banshee.Gui.GtkBaseClient.Startup () [0x00000] in
/home/staff/jduch/Desktop/banshee-1-1.0.0/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:55
 at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler
startup) [0x00048] in
/home/staff/jduch/Desktop/banshee-1-1.0.0/src/Libraries/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:54

.NET Version: 2.0.50727.42
OS Version: Unix 2.6.18.92

Assembly Version Information:

atk-sharp (2.10.0.0)
Hyena.Gui (1.0.0.29120)
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.10.0.0)
Hyena (1.0.0.29119)
System (2.0.0.0)
gdk-sharp (2.10.0.0)
glib-sharp (2.10.0.0)
Banshee.Core (1.0.0.29123)
Banshee.Services (1.0.0.29124)
Banshee.ThickClient (1.0.0.29126)
Nereid (1.0.0.29127)
mscorlib (2.0.0.0)

Platform Information: Linux 2.6.18-92.1.6.el5 x86_64 x86_64 GNU/Linux

Disribution Information:

[/etc/redhat-release]
Red Hat Enterprise Linux Client release 5.2 (Tikanga)


------------------------------------------------------------------------------------------------------------------------
** (/usr/lib/banshee-1/Nereid.exe:16525): WARNING **: The following assembly
referenced from /usr/lib/banshee-1/Banshee.Services.dll could not be loaded:
    Assembly:   Mono.Addins    (assemblyref_index=10)
    Version:    0.3.0.0
    Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a path listed in
the MONO_PATH environment variable, or in the location of the executing
assembly (/usr/lib/banshee-1).


** (/usr/lib/banshee-1/Nereid.exe:16525): WARNING **: Could not load file or
assembly 'Mono.Addins, Version=0.3.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
Exception has been thrown by the target of an invocation.
System.Reflection.TargetInvocationException: Exception has been thrown by
the target of an invocation. ---> System.TypeLoadException: Could not load
type 'Banshee.ServiceStack.ServiceManager' from assembly 'Banshee.Services,
Version=1.0.0.29124, Culture=neutral'.
 at Banshee.Gui.GtkBaseClient.Initialize (Boolean registerCommonServices)
[0x0005c] in
/home/staff/jduch/Desktop/banshee-1-1.0.0/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:92
 at Banshee.Gui.GtkBaseClient..ctor (Boolean initializeDefault,
System.String defaultIconName) [0x00013] in
/home/staff/jduch/Desktop/banshee-1-1.0.0/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:68
 at Banshee.Gui.GtkBaseClient..ctor () [0x00000] in
/home/staff/jduch/Desktop/banshee-1-1.0.0/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:60
 at Nereid.Client..ctor () [0x00000]
 at (wrapper managed-to-native)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
 at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x0003f] in
/usr/src/redhat/BUILD/mono-1.9.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:404
--- End of inner exception stack trace ---

 at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00064] in
/usr/src/redhat/BUILD/mono-1.9.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:414
 at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr,
System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] in
/usr/src/redhat/BUILD/mono-1.9.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:419
 at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters)
[0x0000e] in
/usr/src/redhat/BUILD/mono-1.9.1/mcs/class/corlib/System.Reflection/ConstructorInfo.cs:77
 at System.Activator.CreateInstance (System.Type type, Boolean nonPublic)
[0x00083] in
/usr/src/redhat/BUILD/mono-1.9.1/mcs/class/corlib/System/Activator.cs:311
 at System.Activator.CreateInstance (System.Type type) [0x00000] in
/usr/src/redhat/BUILD/mono-1.9.1/mcs/class/corlib/System/Activator.cs:212
 at Banshee.Gui.GtkBaseClient.Startup () [0x00000] in
/home/staff/jduch/Desktop/banshee-1-1.0.0/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:55
 at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler
startup) [0x00048] in
/home/staff/jduch/Desktop/banshee-1-1.0.0/src/Libraries/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:54


--
View this message in context: http://www.nabble.com/Bashee-crashes-in-RedHat-5.2-tp18619858p18619858.html
Sent from the Banshee mailing list archive at Nabble.com.

_______________________________________________
Banshee-list mailing list
Banshee-list gnome org
http://mail.gnome.org/mailman/listinfo/banshee-list



--
http://www.volatileminds.net

_______________________________________________
Banshee-list mailing list
Banshee-list gnome org
http://mail.gnome.org/mailman/listinfo/banshee-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]