Home→Forums→MonoBrick Communication Library→MonoBrick Remote on Mac
Tagged: GTK# Remote
- This topic has 5 replies, 2 voices, and was last updated 9 years, 10 months ago by Michal Grabinski.
-
AuthorPosts
-
January 3, 2015 at 08:32 #5172
Michal GrabinskiParticipantHi!
I am trying to run MonoBrick Remote app on MAC but it says Program might be damaged or incomplete ant icone has a white cross inside a circle on it. I’ve installed Mono runtime but I think something here might be wrong – example codes complie but the one using GTK# doesn’t runWhen I run MonoBrick Remote1.4.exe extracted from app using terminal ….
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for Gtk.Widget —> System.DllNotFoundException: gtksharpglue-2
at (wrapper managed-to-native) Gtk.Widget:gtksharp_gtk_widget_get_requisition_offset ()
at Gtk.Widget..cctor () [0x00000] in <filename unknown>:0
— End of inner exception stack trace —
at Gtk.Misc..ctor (IntPtr raw) [0x00000] in <filename unknown>:0
at Gtk.Image..ctor (System.String stock_id, IconSize size) [0x00000] in <filename unknown>:0
at MainWindow..ctor () [0x00000] in <filename unknown>:0
at PCRemote.MainClass.Main2 (System.String[] args) [0x00000] in <filename unknown>:0
at PCRemote.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0Does that mean that there is problem with GTK# ??? As I understand it should be installed by Mono Runtime… but if I am wrong please show me where to download it for MAC
Thank you!
January 7, 2015 at 18:53 #5190
Anders SøborgKeymasterOn the mac download the DMG file…. is this what you have done?
January 7, 2015 at 19:31 #5193
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.January 11, 2015 at 17:42 #5198
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
January 11, 2015 at 20:01 #5200
Anders SøborgKeymasterWhat version of GTK# are you using?
/Anders
January 12, 2015 at 07:19 #5202
Michal GrabinskiParticipantThe one supplied with the latest Mono release (3.10.0)
-
AuthorPosts
You must be logged in to reply to this topic.
Follow