1 (edited by joan 2026-07-02 12:06:27)

Hello,

I'm unable to save the images. Every time I try, I receive an error message, and the download doesn't complete.

Could you please help me resolve this issue?

Thank you.

Consultez la fin de ce message pour plus de détails sur l'appel du débogage
juste-à-temps (JIT) à la place de cette boîte de dialogue.

************** Texte de l'exception **************
System.ArgumentException: Caractères non conformes dans le chemin d'accès.
   à System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
   à System.IO.Path.Combine(String path1, String path2)
   à Kinovea.ScreenManager.Filenamer.GetFilePath(String root, String subdir, String filename, String extension, Dictionary`2 context)
   à Kinovea.ScreenManager.CaptureScreen.MakeSnapshot()
   à Kinovea.ScreenManager.CaptureScreenView.BtnSnapshot_Click(Object sender, EventArgs e)
   à System.Windows.Forms.Control.OnClick(EventArgs e)
   à System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.ButtonBase.WndProc(Message& m)
   à System.Windows.Forms.Button.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assemblys chargés **************
mscorlib
    Version de l'assembly : 4.0.0.0
    Version Win32 : 4.8.9325.0 built by: NET481REL1LAST_25H2_C
    CodeBase : file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
Kinovea
    Version de l'assembly : 0.9.5.0
    Version Win32 : 0.9.5.0
    CodeBase : file:///C:/Program%20Files/Kinovea/Kinovea.exe
----------------------------------------
(shortened for clarity)

2

It looks like the file path has characters invalid for file names (something like <, >, :, ", /, \, |, ?, *). it should be caught before saving and show a dialog but it must be missing it.