VidCoder icon indicating copy to clipboard operation
VidCoder copied to clipboard

VidCoder reported job Failed, but encoding then Succeeded

Open JNavas2 opened this issue 10 months ago • 4 comments

Problem Description

OS Name Microsoft Windows 10 Pro, Version 10.0.19045 Build 19045

Rare bug: I've seen it before, but not for a long time. VidCoder reported Failed, but when I tried to clean up the output file, it was still in use. I then checked Task Manager, and found that VidCoder Worker was still running. I waited, and the job completed, except the output filename still had "part" appended. Logs are attached.

Image [Logs.zip](https://github.com/user-attachments/files/18483164/Logs.zip)

What version of VidCoder are you running?

11.9

Encode Log


JNavas2 avatar Jan 20 '25 23:01 JNavas2

I've been dealing with failed encodes as of late. Trying many things like not doing 4 simultaneous encodes and even downgrading to version 9 Sometimes I get a working file I can still play even though it says failed but it has the "part" in the name which I correct. Other times I cant play the file.

YaBoyJon23 avatar Jan 21 '25 23:01 YaBoyJon23

I'm just doing one encode at a time. Here's why: On my relatively ancient Skylake (quad core) CPU:

  • 1 encode: 25.29 fps
  • 2 simultaneous encodes: 25.72 (12.86 + 12.86) The difference is negligible.

JNavas2 avatar Jan 22 '25 01:01 JNavas2

Has this kind of error returned since you switched to a new computer? That would be really interesting to learn, if you've been having the same workload but a different Windows install fixed it.

What might be going on is that the interprocess communication pipe was just getting corrupted. I didn't know if it was my fault or the system's fault, and checked the pipe communication thread locks several times. But if you're in the clear now, I'm suspicious that some Windows install configuration or driver may be at fault here.

If others keep reporting it, I may have to just set up a reconnection attempt.

RandomEngy avatar Feb 23 '25 01:02 RandomEngy

On my newish computer running Windows 11 Pro I've not seen this particular error. The only error I've seen is the one I reported in #1276 and just that one time.

JNavas2 avatar Feb 23 '25 01:02 JNavas2