Sorry for the late answer.. I see now that there is a checkbox you must check if you want a notification XD
Thanks for the answer
The error is quite long, but here it is:
NullReferenceException: Object reference not set to an instance of an object
PixelCrushers.DialogueSystem.Yarn.YarnImporterProjectWriter.CreateAndAddDialogueEntries (PixelCrushers.DialogueSystem.Yarn.JumpStatement stmt, PixelCrushers.DialogueSystem.DialogueEntry previousEntry) (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs:471)
PixelCrushers.DialogueSystem.Yarn.YarnImporterProjectWriter.CreateAndAddDialogueEntries (PixelCrushers.DialogueSystem.Yarn.YarnStatement stmt, PixelCrushers.DialogueSystem.DialogueEntry previousEntry) (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs:387)
PixelCrushers.DialogueSystem.Yarn.YarnImporterProjectWriter.CreateAndAddDialogueEntries (PixelCrushers.DialogueSystem.Yarn.ShortcutOption option, PixelCrushers.DialogueSystem.DialogueEntry optListStart) (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs:675)
PixelCrushers.DialogueSystem.Yarn.YarnImporterProjectWriter.CreateAndAddDialogueEntries (PixelCrushers.DialogueSystem.Yarn.ShortcutOptionList optList, PixelCrushers.DialogueSystem.DialogueEntry previousEntry) (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs:629)
PixelCrushers.DialogueSystem.Yarn.YarnImporterProjectWriter.CreateAndAddDialogueEntries (PixelCrushers.DialogueSystem.Yarn.YarnStatement stmt, PixelCrushers.DialogueSystem.DialogueEntry previousEntry) (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs:404)
PixelCrushers.DialogueSystem.Yarn.YarnImporterProjectWriter.CreateAndAddDialogueEntries (PixelCrushers.DialogueSystem.Yarn.ConversationNode convoNode) (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs:437)
PixelCrushers.DialogueSystem.Yarn.YarnImporterProjectWriter.PopulateDialogueDatabase () (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs:177)
PixelCrushers.DialogueSystem.Yarn.YarnImporterProjectWriter.Write (PixelCrushers.DialogueSystem.Yarn.YarnImporterPrefs prefs, PixelCrushers.DialogueSystem.Yarn.YarnImporterProject project, PixelCrushers.DialogueSystem.DialogueDatabase dialogueDb) (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs:167)
PixelCrushers.DialogueSystem.Yarn.Yarn2ImporterWindow.RunConverter () (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindow.cs:449)
PixelCrushers.DialogueSystem.Yarn.Yarn2ImporterWindow.Convert () (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindow.cs:433)
PixelCrushers.DialogueSystem.AbstractConverterWindow`1[T].OnGUI () (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/AbstractConverterWindow.cs:196)