IOException error

I sometimes get this error.
Any clues were yo look? I first thought this has something todo with writing a file, but there is no such code.

your image does not appear

ERROR_PATH_NOT_FOUND
    3 (0x3)
    The system cannot find the path specified.

Google is your friend
here is one of many sites that explain that error

https://www.errorkit.com/errors/windows-system-errors/13057

To be more exact: I have no code to read, write or set a folder item in this little app. That’s the odd duck.

You could implement the UnhandledException event of your Application and log the contents of the stack.

System.Debuglog Join(error.Stack,EndOfLine)

The stack will end at the method where the exception occurred.

Error is being generated by myFFmpeg which is presumably not your program? Or is it?