You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using Windows 10 1709 and last night I ran windows updates. After that , Tomboy Notes stopped working. Cursor rotates but the application doesn't open up. Debug shows dll missing. I reinstalled gtk, gtksharp, mono, Tomboy Notes. Now debug shows below error :-
C:\WINDOWS\system32>
Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'glibsharpglue-2': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
at GLib.ObjectManager.gtksharp_get_type_id(IntPtr raw)
at GLib.ObjectManager.GetTypeOrParent(IntPtr obj)
at GLib.ObjectManager.CreateObject(IntPtr raw)
at GLib.Object.GetObject(IntPtr o, Boolean owned_ref)
at Gtk.IconTheme.get_Default()
at Tomboy.GuiUtils.GetIcon(Assembly asm, String resource_name, Int32 size) in C:\Projects\tomboy-gnome\Tomboy\Utils.cs:line 145
at Tomboy.ActionManager..ctor() in C:\Projects\tomboy-gnome\Tomboy\ActionManager.cs:line 52
at Tomboy.Application.Initialize(String locale_dir, String display_name, String process_name, String[] args) in C:\Projects\tomboy-gnome\Tomboy\Utils.cs:line 990
at Tomboy.Tomboy.Main(String[] args) in C:\Projects\tomboy-gnome\Tomboy\Tomboy.cs:line 82
Path Variable is showing the path of glibsharpglue. How can I resolve this. Please help.
Thanks & Regards,
Vishal
The text was updated successfully, but these errors were encountered:
I have similar problem with loading dll. Except I get
Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'libgtk-win32-2.0-0.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at Gtk.Application.gtk_init(Int32& argc, IntPtr& argv) at Gtk.Application.Init() at Tomboy.WindowsApplication.Initialize(String locale_dir, String display_name, String process_name, String[] args) in C:\MyDocs\dev\tomboy\tomboy-github\Tomboy\WindowsApplication.cs:line 64 at Tomboy.Application.Initialize(String locale_dir, String display_name, String process_name, String[] args) in C:\MyDocs\dev\tomboy\tomboy-github\Tomboy\Utils.cs:line 1068 at Tomboy.Tomboy.Main(String[] args) in C:\MyDocs\dev\tomboy\tomboy-github\Tomboy\Tomboy.cs:line 82
Hello, I am using Windows 10 1709 and last night I ran windows updates. After that , Tomboy Notes stopped working. Cursor rotates but the application doesn't open up. Debug shows dll missing. I reinstalled gtk, gtksharp, mono, Tomboy Notes. Now debug shows below error :-
C:\WINDOWS\system32>
Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'glibsharpglue-2': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
at GLib.ObjectManager.gtksharp_get_type_id(IntPtr raw)
at GLib.ObjectManager.GetTypeOrParent(IntPtr obj)
at GLib.ObjectManager.CreateObject(IntPtr raw)
at GLib.Object.GetObject(IntPtr o, Boolean owned_ref)
at Gtk.IconTheme.get_Default()
at Tomboy.GuiUtils.GetIcon(Assembly asm, String resource_name, Int32 size) in C:\Projects\tomboy-gnome\Tomboy\Utils.cs:line 145
at Tomboy.ActionManager..ctor() in C:\Projects\tomboy-gnome\Tomboy\ActionManager.cs:line 52
at Tomboy.Application.Initialize(String locale_dir, String display_name, String process_name, String[] args) in C:\Projects\tomboy-gnome\Tomboy\Utils.cs:line 990
at Tomboy.Tomboy.Main(String[] args) in C:\Projects\tomboy-gnome\Tomboy\Tomboy.cs:line 82
Path Variable is showing the path of glibsharpglue. How can I resolve this. Please help.
Thanks & Regards,
Vishal
The text was updated successfully, but these errors were encountered: