[MonoDevelop] monodevelop wouldn't start under fedora core 6

ml ml at arsis.net
Wed Nov 15 12:38:11 EST 2006


yum install mono-data-sqlite

will solve all your problems


m.

On Wed, 2006-11-15 at 18:33 +0800, Shaquille Lu wrote:
> Hi,
> 
> I installed monodevelop from fedora extras and at first, it started,
> but when I launched it again,
> after displaying the startup splash window showing "Initializing Main
> Window" it silently quited.
> 
> The mono packages I've installed:
> monodevelop-0.12-7.fc6
> mono-nunit-1.1.17.1-3.fc6
> mono-web-1.1.17.1-3.fc6
> mono-extras-1.1.17.1-3.fc6
> mono-data-postgresql-1.1.17.1-3.fc6
> mono-winforms-1.1.17.1-3.fc6
> mono-core-1.1.17.1-3.fc6
> mono-data-oracle-1.1.17.1-3.fc6
> monodoc-1.1.18-2.fc6
> mono-data-sybase-1.1.17.1-3.fc6
> mono-data-1.1.17.1-3.fc6
> mono-debugger-0.30-7.fc6
> 
> and gtk-sharp packages:
> gtk-sharp2-2.10.0-3.fc6 
> gtk-sharp-devel-1.0.10-12.fc6
> gecko-sharp2-0.11-12
> gtk-sharp-1.0.10-12.fc6
> gtk-sharp2-devel-2.10.0-3.fc6
> gtk-sharp2-gapi-2.10.0-3.fc6
> gtksourceview-sharp-2.0-24.fc6
> gtk-sharp2-doc-2.10.0-3.fc6
> gnome-sharp-2.16.0-1.fc6 
> 
> 
> I started it from the console and here is the error message:
> 
> ** (MonoDevelop:2293): WARNING **: The following assembly referenced
> from /usr/lib/monodevelop/AddIns/MonoQuery/Mono.Data.Sql.dll could not
> be loaded: 
>      Assembly:   Mono.Data.SqliteClient    (assemblyref_index=5)
>      Version:    2.0.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/monodevelop/bin/../AddIns/MonoQuery). 
> 
> ** (MonoDevelop:2293): WARNING **: Could not load file or assembly
> 'Mono.Data.SqliteClient, Version=2.0.0.0, Culture=neutral,
> PublicKeyToken=0738eb9f132ed756' or one of its dependencies. 
> 2006-11-15 18:29:45,260 [-1208961328] ERROR
> MonoDevelop.Core.ILoggingService [(null)] - Add-in failed to load:
> MonoQuery
> 2006-11-15 18:29:45,299 [-1208961328] ERROR
> MonoDevelop.Core.ILoggingService [(null)] -
> System.Reflection.ReflectionTypeLoadException : The classes in the
> module cannot be loaded.
>   at <0x00000> <unknown method>
>   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] 
> Loading uncompiled help from /usr/lib/monodoc/sources/gtk-sharp-docs 
> 
> =================================================================
> 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:
> 
>   at (wrapper managed-to-native) System.MonoType.GetFields_internal
> (System.Reflection.BindingFlags,System.Type) <0x00004> 
>   at (wrapper managed-to-native) System.MonoType.GetFields_internal
> (System.Reflection.BindingFlags,System.Type) <0xffffffff>
>   at System.MonoType.GetFields (System.Reflection.BindingFlags)
> <0x00010>
>   at
> System.Xml.Serialization.XmlReflectionImporter.GetReflectionMembers
> (System.Type) <0x0019f>
>   at System.Xml.Serialization.XmlReflectionImporter.ImportClassMapping
> (System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute ,string) <0x00195>
>   at System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping
> (System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,string) <0x000bb>
>   at System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping
> (System.Type,System.Xml.Serialization.XmlRootAttribute,string)
> <0x0003d>
>   at System.Xml.Serialization.XmlReflectionImporter.ImportListMapping
> (System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute ,string,System.Xml.Serialization.XmlAttributes,int) <0x00eb5>
>   at System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping
> (System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,string) <0x000d6> 
>   at System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping
> (System.Type,System.Xml.Serialization.XmlRootAttribute,string)
> <0x0003d>
>   at System.Xml.Serialization.XmlSerializer..ctor
> (System.Type,System.Xml.Serialization.XmlAttributeOverrides ,System.Type[],System.Xml.Serialization.XmlRootAttribute,string) <0x000a2>
>   at System.Xml.Serialization.XmlSerializer..ctor (System.Type)
> <0x00015>
>   at MonoQuery.MonoQueryService.InitializeService () <0x00068> 
>   at MonoDevelop.Core.ServiceManager.FetchService (System.Type)
> <0x001f5>
>   at MonoDevelop.Core.ServiceManager.GetService (System.Type)
> <0x00019>
>   at MonoQuery.DatabasePad..ctor () <0x0001e>
>   at (wrapper runtime-invoke) System.Object.runtime_invoke_void
> (object,intptr,intptr,intptr) <0xffffffff>
>   at (wrapper managed-to-native)
> System.Reflection.MonoCMethod.InternalInvoke (object,object[])
> <0x00004> 
>   at (wrapper managed-to-native)
> System.Reflection.MonoCMethod.InternalInvoke (object,object[])
> <0xffffffff>
>   at System.Reflection.MonoCMethod.Invoke
> (object,System.Reflection.BindingFlags,System.Reflection.Binder ,object[],System.Globalization.CultureInfo) <0x00090>
>   at System.Reflection.MonoCMethod.Invoke
> (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x0001c>
>   at System.Reflection.ConstructorInfo.Invoke (object[]) <0x00035>
>   at System.Activator.CreateInstance (System.Type,bool) <0x0011d>
>   at System.Activator.CreateInstance (System.Type) <0x0000c>
>   at MonoDevelop.Core.AddIns.AddIn.CreateObject (string) <0x00022>
>   at MonoDevelop.Ide.Codons.SolutionPadCodon.CreatePad () <0x0008f>
>   at MonoDevelop.Ide.Codons.PadCodon.BuildItem
> (object,System.Collections.ArrayList ,MonoDevelop.Core.AddIns.ConditionCollection) <0x00014>
>   at MonoDevelop.Ide.Codons.SolutionPadCodon.BuildItem
> (object,System.Collections.ArrayList,MonoDevelop.Core.AddIns.ConditionCollection) <0x00024>
>   at MonoDevelop.Core.AddIns.DefaultAddInTreeNode.BuildChildItems
> (object) <0x00167>
>   at MonoDevelop.Core.AddIns.AddInService.GetTreeItems
> (string,System.Type) <0x00066>
>   at MonoDevelop.Ide.Gui.DefaultWorkbench.InitializeLayout
> (MonoDevelop.Ide.Gui.IWorkbenchLayout) <0x00061>
>   at MonoDevelop.Ide.Gui.Workbench.Initialize
> (MonoDevelop.Core.IProgressMonitor) <0x0009a>
>   at MonoDevelop.Ide.Gui.IdeApp.Initialize
> (MonoDevelop.Core.IProgressMonitor ) <0x0011d>
>   at MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) <0x00b71>
>   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(mono_handle_native_sigsegv+0xe6) [0x815fc26] 
>         /usr/bin/mono [0x812bd48]
>         [0x66a440]
>         /usr/bin/mono [0x80ecbfe]
>         [0x2aae94]
>         [0x2aae51]
>         [0x2aa6a0]
>         [0x2a84f6]
>         [0x2a7ef4]
>         [0x2a5f9e] 
>         [0xdebeb6]
>         [0x2a7f0f]
>         [0x2a5f9e]
>         [0x2a5d63]
>         [0x2a302e]
>         [0xf1b889]
>         [0xf374be]
>         [0x919eba]
>         [0xf1b787]
>         [0xbcbf59]
>         /usr/bin/mono(mono_runtime_invoke_array+0x179) [0x80debf9]
>         /usr/bin/mono [0x80e768b]
>         [0x920e6c]
>         [0x920bf1]
>         [0x920b55]
>         [0x920b0e]
>         [0x91f77e]
>         [0x91f575] 
>         [0xccf133]
>         [0xbf90a0]
>         [0xbe189d]
>         [0xbf8a4d]
>         [0xccf078]
>         [0xbe1867]
>         [0xbe1572]
>         [0xbcd643]
>         [0xb80486]
>         [0xcdc3ea]
>         [0x40e365]
>         [0xb60b42]
>         [0xb60a84]
>         /usr/bin/mono(mono_runtime_exec_main+0x9f) [0x80dd71f]
>         /usr/bin/mono(mono_runtime_run_main+0x1b9) [0x80dd9c9]
>         /usr/bin/mono(mono_main+0xe5e) [0x805d36e] 
>         /usr/bin/mono [0x805c002]
>         /lib/libc.so.6(__libc_start_main+0xdc) [0x129f2c]
>         /usr/bin/mono [0x805bf51]
> Aborted
> 
> Thanks for your help.
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list