After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 659539 - Tomboy crashes when run on OS X Lion
Tomboy crashes when run on OS X Lion
Status: RESOLVED DUPLICATE of bug 656680
Product: tomboy
Classification: Applications
Component: General
1.7.x
Other Mac OS
: Normal normal
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-20 04:53 UTC by Hal Vaughan
Modified: 2011-09-20 15:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hal Vaughan 2011-09-20 04:53:31 UTC
Tomboy was working fine until I installed Lion.  Once I installed Lion, every time I run Tomboy it crashes.  I upgraded Tomboy and Mono to the latest versions (Tomboy v. 1.5.2 and Mono v. 2.10.5).  Now when I run Tomboy from the console, I get:

(Tomboy:20078): Gtk-WARNING **: Could not find the icon 'note-new'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
	http://icon-theme.freedesktop.org/releases
[WARN 00:47:37.010] Preference key '/apps/tomboy/global_keybindings/open_start_here' does not exist, using default.
[WARN 00:47:37.030] Preference key '/apps/tomboy/global_keybindings/create_new_note' does not exist, using default.
[WARN 00:47:37.030] Preference key '/apps/tomboy/global_keybindings/open_search' does not exist, using default.
[WARN 00:47:37.030] Preference key '/apps/tomboy/global_keybindings/open_recent_changes' does not exist, using default.

Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for IgeMacIntegration.IgeMacDock ---> System.EntryPointNotFoundException: ige_mac_dock_get_type
  at (wrapper managed-to-native) IgeMacIntegration.IgeMacDock:ige_mac_dock_get_type ()
  at IgeMacIntegration.IgeMacDock.get_GType () [0x00000] in <filename unknown>:0 
  at GtkSharp.IgemacintegrationSharp.ObjectManager.Initialize () [0x00000] in <filename unknown>:0 
  at IgeMacIntegration.IgeMacDock..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at Tomboy.MacApplication.StartMainLoop () [0x0010e] in /Users/staffhome/git-gnome/tomboy/Tomboy/MacApplication.cs:244 
  at Tomboy.Application.StartMainLoop () [0x00000] in /Users/staffhome/git-gnome/tomboy/Tomboy/Utils.cs:1018 
  at Tomboy.Tomboy.StartTrayIcon () [0x0000f] in /Users/staffhome/git-gnome/tomboy/Tomboy/Tomboy.cs:196 
  at Tomboy.Tomboy.Main (System.String[] args) [0x0014a] in /Users/staffhome/git-gnome/tomboy/Tomboy/Tomboy.cs:154 
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for IgeMacIntegration.IgeMacDock ---> System.EntryPointNotFoundException: ige_mac_dock_get_type
  at (wrapper managed-to-native) IgeMacIntegration.IgeMacDock:ige_mac_dock_get_type ()
  at IgeMacIntegration.IgeMacDock.get_GType () [0x00000] in <filename unknown>:0 
  at GtkSharp.IgemacintegrationSharp.ObjectManager.Initialize () [0x00000] in <filename unknown>:0 
  at IgeMacIntegration.IgeMacDock..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at Tomboy.MacApplication.StartMainLoop () [0x0010e] in /Users/staffhome/git-gnome/tomboy/Tomboy/MacApplication.cs:244 
  at Tomboy.Application.StartMainLoop () [0x00000] in /Users/staffhome/git-gnome/tomboy/Tomboy/Utils.cs:1018 
  at Tomboy.Tomboy.StartTrayIcon () [0x0000f] in /Users/staffhome/git-gnome/tomboy/Tomboy/Tomboy.cs:196 
  at Tomboy.Tomboy.Main (System.String[] args) [0x0014a] in /Users/staffhome/git-gnome/tomboy/Tomboy/Tomboy.cs:154 

It also always crashes if I run it from the GUI.
Comment 1 Sandy Armstrong 2011-09-20 15:20:28 UTC

*** This bug has been marked as a duplicate of bug 656680 ***