Hi, I've recently started the path to modding and it seems I'm unable to create Dialogues, everytime I try to add a greeting it gives me this message
[img]http://imgur.com/a/racMYOm[/img]
Sorry it's in Spanish, it translates to: "Uncontrolled exception in an application component. If you click continue the application will ignore this error and try to continue. File format is not valid"
If someone could give me a hand with this I'll appreciate it, thanks!

In case it's useful here's the exception text:
Quote
System.ArgumentException: El formato de archivo no es válido.
en System.Windows.Forms.RichTextBox.StreamIn(Stream data, Int32 flags)
en System.Windows.Forms.RichTextBox.StreamIn(String str, Int32 flags)
en System.Windows.Forms.RichTextBox.set_Rtf(String value)
en LSDialogPlugin.Graphics_DrawRtfText.DrawRtfText(Graphics graphics, String rtf, Rectangle layoutArea, Color backColor)
en LSDialogPlugin.MDialogNodeRenderer.CreateImageFromHTMLText(String text, Color backColor, Boolean addColorTags)
en LSDialogPlugin.MBaseTaggedNode.CalculateContentsSize(MDialogNodeRenderer renderer, Graphics graphics, SizeF* size)
en LSDialogPlugin.MDefaultNode.CalculateNodeDimensions(MDialogNodeRenderer renderer, Graphics graphics)
en LSDialogPlugin.MDialogNode.UpdateBounds(MDialogNodeRenderer renderer, Graphics graphics)
en LSDialogPlugin.MDialogNodeRenderer.PerformNodeLayout(Graphics graphics, Node node)
en NodeGraph.NodeGraph.AddNode(Node node, Boolean sendEvent)
en LSDialogPlugin.MDialogNodeGraph.AddNode(Node node)
en LSDialogPlugin.MMainDialogForm.addNodeToolStripMenuItem_Click(Object A_0, EventArgs A_1)
en System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
en System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
en System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
en System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
en System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
en System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
en System.Windows.Forms.Control.WndProc(Message& m)
en System.Windows.Forms.ToolStrip.WndProc(Message& m)
en System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)