OF-DL icon indicating copy to clipboard operation
OF-DL copied to clipboard

Opens then closes immediately

Open robertssteve opened this issue 1 year ago • 2 comments

As soon as I open OF-DL.exe, it opens and I can see that it says "auth.json located successfully" and then it closes immediately

robertssteve avatar Jan 31 '24 04:01 robertssteve

Check if the FFMPEG_PATH on auth.json is between a single set of quotation marks. Wrong --> "FFMPEG_PATH": ""C:/Users/User/Downloads/.../ffmpeg.exe"" Right --> "FFMPEG_PATH": "C:/Users/User/Downloads/.../ffmpeg.exe"

FlavinDoPn3u avatar Feb 02 '24 02:02 FlavinDoPn3u

Beyond that suggestion, open a PowerShell window and then run the program from that window (just change directories to where the program is located and type in OF-DL.exe). It should then show the output there rather than opening a new window that closes immediately when the program exits, so you can see the whole output.

melithine avatar Feb 22 '24 10:02 melithine