VidCoder icon indicating copy to clipboard operation
VidCoder copied to clipboard

System.ArgumentException: Cannot find preset: 1280p-HEVC

Open bdlegend opened this issue 3 years ago • 1 comments

What were you doing when VidCoder crashed?

VidCoder 8.9 Beta Zip From yesterday I got below error

Crash details

VidCoder 8.9 Beta Zip
System.ArgumentException: Cannot find preset: 1280p-HEVC
   at VidCoder.Services.ProcessingService.QueueFromFileWatcher(String parentFolder, String[] sourcePaths, String presetName, String pickerName) in C:\git\VidCoder\VidCoder\Services\ProcessingService.cs:line 1305
   at VidCoder.Services.ProcessingService.QueueWatchedFiles(IEnumerable`1 watchedFiles) in C:\git\VidCoder\VidCoder\Services\ProcessingService.cs:line 1387
   at VidCoder.Services.WatchedFileStatusTracker.Start() in C:\git\VidCoder\VidCoder\Services\WatchedFileStatusTracker.cs:line 48
   at VidCoder.Services.ProcessingService.<>c__DisplayClass25_0.<.ctor>b__0() in C:\git\VidCoder\VidCoder\Services\ProcessingService.cs:line 135
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

bdlegend avatar Oct 02 '22 12:10 bdlegend

Thanks for the report. I'll change this to an error that shows up in the log in the next beta release. For now you need to update the watcher to make sure the preset it's pointing to exists.

RandomEngy avatar Oct 05 '22 04:10 RandomEngy