brwright321 / tomboy-copy-as

Automatically exported from code.google.com/p/tomboy-copy-as
0 stars 0 forks source link

Doesn't work with Tomboy 1.1.1 on Vista #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. copied .dll to %APPDATA%\Tomboy\config\addins\
2. observed two new files: CopyAs-PmWiki.xsl and CopyAs-Trac.xsl
3. opened existing Tomboy note and found ``Copy as'' under Tools; Copy as has 
one and 
only one entry: PmWiki

What is the expected output? What do you see instead?
a. Selecting PmWiki menu with no text selected causes Tomboy not to close and 
shortly 
thereafter Tomboy quits.
b. After selecting text and then selecting PmWiki the Tomboy note closes and 
Tomboy 
quits.
c. Created new Tomboy note and experienced identical results.

What version of the product are you using? On what operating system?
Tomboy 1.1.1
running on Vista

Please provide any additional information below.

Original issue reported on code.google.com by deldri...@gmail.com on 2 Mar 2010 at 6:16

GoogleCodeExporter commented 8 years ago
I have the same issue under Windows XP with tomboy version 1.2.0:

Marshaling activate signal
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen 
Ausnahmefehler verursacht. ---> System.NullReferenceException: Der Obj
ektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei Tomboy.CopyAs.CopyAsAddin.WriteHTMLForNote(XslTransform xsl, TextWriter writer, Note note, Boolean export_linked, Boolean export_link
ed_all)
   bei Tomboy.CopyAs.CopyAsAddin.OnMenuItemActivated(Object sender, EventArgs args)
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttribut
es, RuntimeTypeHandle typeOwner)
   bei System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, Runt
imeTypeHandle typeOwner)
   bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo cultu
re, Boolean skipVisibilityChecks)
   bei System.Delegate.DynamicInvokeImpl(Object[] args)
   bei GLib.Signal.ClosureInvokedCB(Object o, ClosureInvokedArgs args)
   bei GLib.SignalClosure.Invoke(ClosureInvokedArgs args)
   bei GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation
_hint, IntPtr marshal_data)
   bei GLib.ExceptionManager.RaiseUnhandledException(Exception e, Boolean is_terminal)
   bei GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation
_hint, IntPtr marshal_data)
   bei Gtk.Application.gtk_main()
   bei Gtk.Application.Run()
   bei Tomboy.WindowsApplication.StartMainLoop() in c:\Users\Sandy Armstrong\Desktop\gnome-git\tomboy\Tomboy\WindowsApplication.cs:Zeile 87.

   bei Tomboy.Tomboy.StartTrayIcon() in c:\Users\Sandy Armstrong\Desktop\gnome-git\tomboy\Tomboy\Tomboy.cs:Zeile 197.
   bei Tomboy.Tomboy.Main(String[] args) in c:\Users\Sandy Armstrong\Desktop\gnome-git\tomboy\Tomboy\Tomboy.cs:Zeile 155.

Original comment by msch...@itcampus.de on 11 Jun 2010 at 10:00

GoogleCodeExporter commented 8 years ago
Same issue with Windows 7 Pro x64, Tomboy 1.10.2, MediaWiki XSL file
Had to rename CopyAs-1.0.dll to CopyAs.dll to see it in Tomboy
Selecting CopyAs MediaWiki causes Tomboy to crash immediately whether text is 
selected or not

Original comment by pyas...@gmail.com on 5 Sep 2013 at 7:52