You are not logged in.
When I try to launch MonoDevelop it crashes. I get this if I launch it from a terminal:
no implementation for interface method MonoDevelop.Ide.Codons.IDisplayBinding::get_DisplayName() in class MonoDevelop.XmlEditor.XmlDisplayBinding
METHOD .ctor()
METHOD CanCreateContentForMimeType(string)
METHOD CreateContentForMimeType(string,System.IO.Stream)
METHOD CanCreateContentForFile(string)
METHOD CreateContentForFile(string)
** ERROR **: file class.c: line 2072 (mono_class_setup_vtable_general): should not be reached
aborting...
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Stacktrace:
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0x00004>
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0xffffffff>
at System.Reflection.Assembly.GetTypes () <0x0000c>
at MonoDevelop.Core.AddIns.DefaultAddInTree.LoadCodonsAndConditions (System.Reflection.Assembly) <0x00023>
at MonoDevelop.Core.AddIns.DefaultAddInTree.LoadAssembly (string) <0x0008d>
at MonoDevelop.Core.AddIns.AddIn.AddRuntimeLibraries (string,System.Xml.XmlElement) <0x00151>
at MonoDevelop.Core.AddIns.AddIn.ReadXmlContents (string,System.Xml.XmlElement) <0x000ce>
at MonoDevelop.Core.AddIns.AddIn.Initialize (string) <0x0022a>
at MonoDevelop.Core.AddIns.AddInTreeSingleton.InsertAddIn (string) <0x00057>
at MonoDevelop.Core.AddIns.AddInService.PreloadAddin (MonoDevelop.Core.IProgressMonitor,string) <0x0029e>
at MonoDevelop.Core.AddIns.AddInService.PreloadAddins (MonoDevelop.Core.IProgressMonitor,string[]) <0x00329>
at MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) <0x00a8d>
at MonoDevelop.Core.AddIns.AddInService.StartApplication (string,string[]) <0x0017c>
at MonoDevelop.Startup.SharpDevelopMain.Main (string[]) <0x00039>
at (wrapper runtime-invoke) System.Object.runtime_invoke_int_string[] (object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
/usr/bin/mono [0x8157b55]
[0xb7fb3440]
/lib/libc.so.6(abort+0x108) [0xb7db8f08]
/usr/lib/libglib-2.0.so.0(g_logv+0x42d) [0xb7f2a06d]
/usr/lib/libglib-2.0.so.0(g_log+0x29) [0xb7f2a0a9]
/usr/lib/libglib-2.0.so.0(g_assert_warning+0x78) [0xb7f2a128]
/usr/bin/mono [0x80f02ae]
/usr/bin/mono [0x80f04f0]
/usr/bin/mono(mono_class_init+0x843) [0x80f0d73]
/usr/bin/mono(mono_type_get_object+0xa5) [0x8166005]
/usr/bin/mono [0x809ac53]
/usr/bin/mono [0x809c8aa]
[0xb705d847]
[0xb705d805]
[0xb705d644]
[0xb70c7d7e]
[0xb70c7b3a]
[0xb70c786f]
[0xb70c71c3]
[0xb70c6b20]
[0xb70e7267]
[0xb6bb3cb2]
[0xb704edb6]
[0xb717e6dd]
[0xb75a9132]
[0xb75a9074]
/usr/bin/mono(mono_runtime_exec_main+0x9c) [0x809326c]
/usr/bin/mono(mono_runtime_run_main+0x1b3) [0x8093513]
/usr/bin/mono(mono_main+0xe49) [0x8058c99]
/usr/bin/mono [0x8057982]
/lib/libc.so.6(__libc_start_main+0xd8) [0xb7da47c8]
/usr/bin/mono [0x80578d1]
AbortedIt'd be nice to have MonoDevelop woring since I'm trying to learn mono.
Any ideas on what might be wrong and how to fix it?
Stefan Nitsche
stefan_at_nitsche_dot_se
Offline
just loaded it here starts fine....your system up to date?
Mr Green
Offline
just loaded it here starts fine....your system up to date?
Up to date and runs really fine except this issue with MonoDevelop (and with Beryl but that's rather common as I understand it). F-spot, Tomboy and Beagle all run without problem so it's seems that it's only MonoDevelop that's affected by this.
I've also tried to build the Mono and MonoDevelop packages locally but that doesn't change anything.
Stefan Nitsche
stefan_at_nitsche_dot_se
Offline
I can't start monodevelop either.
Here is the error I get:
** (./MonoDevelop.exe:9434): WARNING **: The following assembly referenced from /usr/lib/monodevelop/AddIns/MonoDevelop.Components.dll could not be loaded:
Assembly: gnome-sharp (assemblyref_index=5)
Version: 2.16.0.0
Public Key: 35e10195dab3c99f
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/monodevelop/bin/../AddIns).
** (./MonoDevelop.exe:9434): WARNING **: Could not load file or assembly 'gnome-sharp, Version=2.16.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
2006-11-20 23:36:02,965 [-1210513744] ERROR MonoDevelop.Core.ILoggingService [(null)] - Add-in failed to load: MonoDevelop.Core.Gui
2006-11-20 23:36:03,040 [-1210513744] ERROR MonoDevelop.Core.ILoggingService [(null)] - System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at <0x00000> <unknown>
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
at System.Reflection.Assembly.GetTypes () [0x00000]
at MonoDevelop.Core.AddIns.DefaultAddInTree.LoadCodonsAndConditions (System.Reflection.Assembly assembly) [0x00000]
at MonoDevelop.Core.AddIns.DefaultAddInTree.LoadAssembly (System.String fileName) [0x00000]
at MonoDevelop.Core.AddIns.AddIn.AddRuntimeLibraries (System.String path, System.Xml.XmlElement el) [0x00000]
at MonoDevelop.Core.AddIns.AddIn.ReadXmlContents (System.String fileName, System.Xml.XmlElement elem) [0x00000]
at MonoDevelop.Core.AddIns.AddIn.Initialize (System.String fileName) [0x00000]
at MonoDevelop.Core.AddIns.AddInTreeSingleton.InsertAddIn (System.String addInFile) [0x00000]
2006-11-20 23:36:03,135 [-1210513744] ERROR MonoDevelop.Core.ILoggingService [(null)] - Add-in failed to load: MonoDevelop.Projects.Gui
2006-11-20 23:36:03,140 [-1210513744] ERROR MonoDevelop.Core.ILoggingService [(null)] - MonoDevelop.Core.AddIns.MissingDependencyException: Required add-in not found: MonoDevelop.Core.Gui
at MonoDevelop.Core.AddIns.AddIn.CheckDependencies (System.Xml.XmlElement deps, Boolean rootDependencies) [0x00000]
at MonoDevelop.Core.AddIns.AddIn.Initialize (System.String fileName) [0x00000]
at MonoDevelop.Core.AddIns.AddInTreeSingleton.InsertAddIn (System.String addInFile) [0x00000]
2006-11-20 23:36:03,165 [-1210513744] ERROR MonoDevelop.Core.ILoggingService [(null)] - Add-in failed to load: MonoDevelop.Ide
2006-11-20 23:36:03,169 [-1210513744] ERROR MonoDevelop.Core.ILoggingService [(null)] - MonoDevelop.Core.AddIns.MissingDependencyException: Required add-in not found: MonoDevelop.Core.Gui
at MonoDevelop.Core.AddIns.AddIn.CheckDependencies (System.Xml.XmlElement deps, Boolean rootDependencies) [0x00000]
at MonoDevelop.Core.AddIns.AddIn.Initialize (System.String fileName) [0x00000]
at MonoDevelop.Core.AddIns.AddInTreeSingleton.InsertAddIn (System.String addInFile) [0x00000]
System.NullReferenceException: Object reference not set to an instance of an object
at MonoDevelop.Core.AddIns.AddInService.StartApplication (System.String addinId, System.String[] parameters) [0x00000]Offline
you got gnome-sharp installed?
Mr Green
Offline
@DeepThoughts: the error messages say there is a fatal error somewhere. Given that other peoples is working fine, perhaps something got corrupted at your end. Try a "pacman -Rs" and a "pacman -S", never know, might fix it.
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
you got gnome-sharp installed?
Ok, I installed gnome-sharp and I can start monodevelop. Why is gnome-sharp package not included as a dependency?
BTW, Thanks!
ViNS
Offline
now thats a good question ;-)
I just read your error ...
maybe stick a bug report in
Mr Green
Offline
I also had to install gnome# myself and wondered why it wasnt a listed dep?
Also can anyone actually get monodevelop to open the web links on the 'welcome' page or see the gui designer widgets? I can't.
Offline
See weblinks .... to home page
Mr Green
Offline
What does this mean?
See weblinks .... to home page
See what web links? to what home page?
Do you mean the links on the monodevelop welcome screen? If you do then I was trying to say that when I attempt to open them i.e. click on them, then all I get is an error message saying something about the browser can't be opened. I can't tell you exactly what the error message said since I removed monodevelop cos it was so broken.
Offline
ahh mine open in foxy I was looking at prefs could not see anything.....
Mr Green
Offline
Tomboy broken here.
[neodreams@arch ~]$ tomboy
** (/opt/gnome/lib/tomboy/Tomboy.exe:3316): WARNING **: The following assembly referenced from /opt/gnome/lib/tomboy/Tomboy.exe could not be loaded:
Assembly: gnome-sharp (assemblyref_index=2)
Version: 1.0.0.0
Public Key: 35e10195dab3c99f
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 (/opt/gnome/lib/tomboy).
** (/opt/gnome/lib/tomboy/Tomboy.exe:3316): WARNING **: Could not load file or assembly 'gnome-sharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Stacktrace:
Native stacktrace:
mono [0x8157b55]
mono [0x8122b08]
[0xb7fab440]
mono(mono_object_new+0x18) [0x8093948]
mono(mono_exception_from_name_two_strings+0x44) [0x80c9e34]
mono(mono_get_exception_file_not_found2+0x4e) [0x80c9f9e]
mono [0x80e93bd]
mono [0x80ead67]
mono(mono_class_vtable+0x351) [0x80907e1]
mono(mono_object_new+0x18) [0x8093948]
mono(mono_exception_from_name_two_strings+0x44) [0x80c9e34]
mono(mono_get_exception_file_not_found2+0x4e) [0x80c9f9e]
mono [0x80e93bd]
mono [0x80ead67]
mono(mono_class_vtable+0x351) [0x80907e1]
mono(mono_object_new+0x18) [0x8093948]
mono(mono_exception_from_name_domain+0x2f) [0x80ca1ef]
mono(mono_exception_from_name+0x28) [0x80ca268]
mono [0x80eae2f]
mono(mono_class_vtable+0x351) [0x80907e1]
mono [0x81442db]
mono(mono_runtime_exec_main+0x60) [0x8093230]
mono(mono_runtime_run_main+0x1b3) [0x8093513]
mono(mono_main+0xe49) [0x8058c99]
mono [0x8057982]
/lib/libc.so.6(__libc_start_main+0xd8) [0xb7da87c8]
mono [0x80578d1]
AbandonOffline
try loading gnome-sharp ....
just installed Tomboy starts here ok.....
Mr Green
Offline
Could be the same problem with http://bbs.archlinux.org/viewtopic.php?t=27107 ?
I will install gnome-sharp if not yet installed later.
Voodoo voodoo, VOOODOOOO ?
Offline
Already installed
Offline