[Mono-bugs] [Bug 370733] New: System.DllNotFoundException: libgtksourceview-1.0.so. 0 when trying to create a project in monodevelop
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Mar 13 19:38:58 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=370733
Summary: System.DllNotFoundException: libgtksourceview-1.0.so.0
when trying to create a project in monodevelop
Product: Mono: Tools
Version: 1.9.0
Platform: i586
URL: http://www.go-mono.com/archive/1.9/
OS/Version: openSUSE 10.3
Status: NEW
Severity: Major
Priority: P5 - None
Component: VMware Image
AssignedTo: ajorgensen at novell.com
ReportedBy: twiest at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: Component Test
Description of Problem:
When trying to create a new project in monodevelop, I get
"System.DllNotFoundException: libgtksourceview-1.0.so.0"
This did not happen during our 10.3 tests.
Steps to reproduce the problem:
1. start monodevelop
2. create a new solution based off of the C# / Gtk# 2.0 Project template
3. notice the error as below.
Actual Results:
Exception occurred: Exception has been thrown by the target of an invocation.
System.Reflection.TargetInvocationException: Exception has been thrown by the
target of an invocation. ---> System.TypeInitializationException: An exception
was thrown by the type initializer for
MonoDevelop.SourceEditor.Gui.SourceEditorDisplayBinding --->
System.DllNotFoundException: libgtksourceview-1.0.so.0
at (wrapper managed-to-native)
GtkSourceView.SourceTagTable:gtk_source_tag_table_get_type ()
at GtkSourceView.SourceTagTable.get_GType () [0x00000]
at GtkSharp.GtksourceviewSharp.ObjectManager.Initialize () [0x00000]
at GtkSourceView.GtkSourceViewManager.Init () [0x00000]
at MonoDevelop.SourceEditor.Gui.SourceEditorDisplayBinding..cctor ()
[0x00000] --- End of inner exception stack trace ---
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) [0x00000] --- 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) [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 Mono.Addins.TypeExtensionNode.CreateInstance () [0x00000]
at Mono.Addins.InstanceExtensionNode.GetInstance () [0x00000]
at MonoDevelop.Ide.Codons.DisplayBindingCodon.get_DisplayBinding () [0x00000]
at MonoDevelop.Ide.Gui.DisplayBindingService.GetCodonPerFileName
(System.String filename) [0x00000]
at MonoDevelop.Ide.Gui.DisplayBindingService.GetBindingPerFileName
(System.String filename) [0x00000]
at MonoDevelop.Ide.Gui.Workbench.RealOpenFile (System.Object openFileInfo)
[0x00000]
at MonoDevelop.Ide.Gui.Workbench.OpenDocument (System.String fileName, Int32
line, Int32 column, Boolean bringToFront, System.String encoding,
IDisplayBinding binding) [0x00000]
at MonoDevelop.Ide.Gui.Workbench.OpenDocument (System.String fileName, Int32
line, Int32 column, Boolean bringToFront) [0x00000]
at MonoDevelop.Ide.Gui.Workbench.OpenDocument (System.String fileName,
Boolean bringToFront) [0x00000]
at MonoDevelop.Ide.Gui.Workbench.OpenDocument (System.String fileName)
[0x00000]
at MonoDevelop.Ide.Templates.OpenFileAction.Run
(MonoDevelop.Projects.ProjectCreateInformation projectCreateInformation)
[0x00000]
at MonoDevelop.Ide.Templates.ProjectTemplate.OpenCreatedCombine () [0x00000]
at MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.OpenEvent (System.Object
sender, System.EventArgs e) [0x00000]
at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr data) [0x00000]
Expected Results:
Monodevelop should create the project and start the editing part.
How often does this happen?
Every time.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list