This is on Mac OS X 10.7.1 (11B26) with the most up to date release version of Mono\SDK\etc
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.DllNotFoundException: libgdk-x11-2.0.so.0
at (wrapper managed-to-native) Gtk.GLWidget:gdk_x11_drawable_get_xid (intptr)
at Gtk.GLWidget.OnExposeEvent (Gdk.EventExpose eventExpose) [0x000bc] in /Users/bbatkin/Projects/GLWidget_ 1_1/GLWidget/GLWidget/GLWidget.cs:180
at Gtk.Widget.exposeevent_cb (IntPtr widget, IntPtr evnt) [0x00000] in <filename unknown>:0
at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
at Gtk.Widget.exposeevent_cb(IntPtr widget, IntPtr evnt)
at Gtk.Application.gtk_main()
at Gtk.Application.Run()
at GLWidgetTest.MainClass.Main(System.String[] args) in /Users/bbatkin/Projects/GLWidget_ 1_1/GLWidget/GLWidgetTest/Main.cs:line 13
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Looks like the new version of OpenTK on OSX uses quartz, and not X11. Therefore there is no libgdk-x11-2.0.
There must be quartz equivalent of gdk_x11_drawable_get_xid. Please suggest.
Would be lovely to see the patch, or better new release.