Bug #77
unhandled exception: FileNotFoundException System.Runtime.Remoting
Status: | Closed | Start: | ||
Priority: | High | Due date: | ||
Assigned to: | % Done: | 0% |
||
Category: | Frontend GNOME | |||
Target version: | - | |||
Complexity: | Found in Version: | |||
Votes: | 0 |
Description
1. Start Smuxi-gnome-frontend
2. connect to freenode (automatically on startup)
3. click on "quick connect" for a new connection to another irc server
4. exception was thrown
Here is the stacktrace I got:
------------------------------------------------------------------------
Exception Type:
System.IO.FileNotFoundException
Exception Message:
Could not load file or assembly 'System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
at (wrapper managed-to-native) System.MonoCustomAttrs:GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool)
at System.MonoCustomAttrs.GetCustomAttributesBase (ICustomAttributeProvider obj, System.Type attributeType) [0x00000]
at System.MonoCustomAttrs.GetCustomAttributes (ICustomAttributeProvider obj, System.Type attributeType, Boolean inherit) [0x00000]
at System.MonoType.GetCustomAttributes (System.Type attributeType, Boolean inherit) [0x00000]
at GLib.Object.InvokeClassInitializers (GType gtype, System.Type t) [0x00000]
at GLib.Object.RegisterGType (System.Type t) [0x00000]
at GLib.Object.LookupGType (System.Type t) [0x00000]
at GLib.Object.LookupGType () [0x00000]
at GLib.Object.CreateNativeObject (System.String[] names, GLib.Value[] vals) [0x00000]
at Gtk.Object.CreateNativeObject (System.String[] names, GLib.Value[] vals) [0x00000]
at Gtk.Widget.CreateNativeObject (System.String[] names, GLib.Value[] vals) [0x00000]
at Gtk.Dialog..ctor () [0x00000]
at Smuxi.Frontend.Gnome.QuickConnectDialog..ctor () [0x00000]
at Smuxi.Frontend.Gnome.MainWindow.OnServerQuickConnectButtonClicked (System.Object sender, System.EventArgs e) [0x00000]
History
Updated by Mirco Bauer 6125 days ago
- Status changed from New to Closed
- 1 set to invalid
Thats not a bug. Your system is missing the System.Runtime.Remoting library, try:
That should list the library 2 times (version 1.0 and 2.0), if not install the missing library, depending on the Linux distribution you are using there are different ways to do that.
For Debian and Ubuntu based distros it would be:
gacutil -l
That should list the library 2 times (version 1.0 and 2.0), if not install the missing library, depending on the Linux distribution you are using there are different ways to do that.
For Debian and Ubuntu based distros it would be:
aptitude install libmono-system-runtime2.0-cil
Updated by Mirco Bauer 6125 days ago
The command to check if the library is installed is:
gacutil -l System.Runtime.Remoting