Advertisement
Guest User

Untitled

a guest
Jun 12th, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. [INFO 16:26:41.275] Initializing Mono.Addins
  2. Exception in Gtk# callback delegate
  3. Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
  4. System.IO.IOException: Invalid handle to path "/home/seanzy/.local/share/tomboy/9f770d25-7d0a-4b68-96e1-0063598dc1f4.note"
  5. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
  6. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
  7. at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  8. at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0
  9. at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0
  10. at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
  11. at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding)
  12. at Tomboy.NoteArchiver.ReadFile (System.String read_file, System.String uri) [0x00000] in <filename unknown>:0
  13. at Tomboy.NoteArchiver.Read (System.String read_file, System.String uri) [0x00000] in <filename unknown>:0
  14. at Tomboy.Note.Load (System.String read_file, Tomboy.NoteManager manager) [0x00000] in <filename unknown>:0
  15. at Tomboy.NoteManager.LoadNotes () [0x00000] in <filename unknown>:0
  16. at Tomboy.NoteManager.Initialize () [0x00000] in <filename unknown>:0
  17. at Tomboy.Tomboy+<Main>c__AnonStorey2.<>m__0 () [0x00000] in <filename unknown>:0
  18. at GLib.Timeout+TimeoutProxy.Handler () [0x00000] in <filename unknown>:0
  19. at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
  20. at GLib.Timeout+TimeoutProxy.Handler()
  21. at Gtk.Application.gtk_main()
  22. at Gtk.Application.Run()
  23. at Tomboy.GnomeApplication.StartMainLoop()
  24. at Tomboy.Application.StartMainLoop()
  25. at Tomboy.Tomboy.StartTrayIcon()
  26. at Tomboy.Tomboy.Main(System.String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement