Forum Replies Created
-
AuthorPosts
-
Michal GrabinskiParticipantThe one supplied with the latest Mono release (3.10.0)
Michal GrabinskiParticipantWhen i try tu run sample hello Mono program compiled with gtk
mono helloGTK.exe
Unhandled Exception:
System.TypeInitializationException: An exception was thrown by the type initializer for Gtk.Container —> System.DllNotFoundException: gtksharpglue-2
at (wrapper managed-to-native) Gtk.Container:gtksharp_gtk_container_get_focus_child_offset ()
at Gtk.Container..cctor () [0x00000] in <filename unknown>:0
— End of inner exception stack trace —
at Gtk.Bin..ctor (IntPtr raw) [0x00000] in <filename unknown>:0
at Gtk.Window..ctor (WindowType type) [0x00000] in <filename unknown>:0
at Gtk.Window..ctor (System.String title) [0x00000] in <filename unknown>:0
at Hello.Main () [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for Gtk.Container —> System.DllNotFoundException: gtksharpglue-2
at (wrapper managed-to-native) Gtk.Container:gtksharp_gtk_container_get_focus_child_offset ()
at Gtk.Container..cctor () [0x00000] in <filename unknown>:0
— End of inner exception stack trace —
at Gtk.Bin..ctor (IntPtr raw) [0x00000] in <filename unknown>:0
at Gtk.Window..ctor (WindowType type) [0x00000] in <filename unknown>:0
at Gtk.Window..ctor (System.String title) [0x00000] in <filename unknown>:0
at Hello.Main () [0x00000] in <filename unknown>:0So I think it is something wrong with GTK but I don’t know how to fix this
Michal GrabinskiParticipantYes, that is what I do, but just after installing app its ico looks like on the picture suoplied and when I try to run it, it says: Program might be damaged or incomplete
Attachments:
You must be logged in to view attached files. -
AuthorPosts
Follow