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 615876 - Tomboy crashes when trying to open dialog box
Tomboy crashes when trying to open dialog box
Status: RESOLVED DUPLICATE of bug 603811
Product: tomboy
Classification: Applications
Component: General
1.2.x
Other Windows
: Normal critical
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-15 19:14 UTC by Tim Foreman
Modified: 2010-04-15 19:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim Foreman 2010-04-15 19:14:36 UTC
I upgraded from 1.0 to 1.2 on Windows XP and when I launch Tomboy it appears in the system tray as usual.

When I click on the icon in the system tray it just disappears.

I launched Tomboy from the command line and this is the output when it crashes:

C:\Program Files\Tomboy>[INFO]: Initializing Mono.Addins
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a
5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
   at Tomboy.TomboyTrayIcon.ShowMenu(Boolean select_first_item)
   at Tomboy.TomboyTrayIcon.OnActivate() in c:\Users\Sandy Armstrong\Desktop\gnome-git\tomboy\Tomboy\Tray.cs:line 176
   at Gtk.StatusIcon.activate_cb(IntPtr status_icon)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

   at GLib.ExceptionManager.RaiseUnhandledException(Exception e, Boolean is_terminal)
   at Gtk.StatusIcon.activate_cb(IntPtr status_icon)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Tomboy.WindowsApplication.StartMainLoop() in c:\Users\Sandy Armstrong\Desktop\gnome-git\tomboy\Tomboy\WindowsApplication.cs:li
ne 87
   at Tomboy.Tomboy.StartTrayIcon() in c:\Users\Sandy Armstrong\Desktop\gnome-git\tomboy\Tomboy\Tomboy.cs:line 197
   at Tomboy.Tomboy.Main(String[] args) in c:\Users\Sandy Armstrong\Desktop\gnome-git\tomboy\Tomboy\Tomboy.cs:line 155
Comment 1 Sandy Armstrong 2010-04-15 19:18:49 UTC
You need to upgrade to .NET 3.5.  I forgot to fix this in the 1.2.0 installer.

http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=en

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