
- Time
- Post link
I'm using the ColourLikeFBF() function. Whenever I render my project, I receive a livelock in VirtualDub.
Dub: I/O thread has not cycled for ten seconds -- possible livelock...
I have googled the problem extensively and tried the following things, to no avail.
- setting priority to idle
- adding SetMemoryMax() to the script
- rendering to a different codec
- updating my graphics driver
- encoding with x264 rather than sending the script to VirtualDub
The livelock always occurs at the same point. The render never completes. The error message repeats every ten seconds. Has anyone experienced this problem with ColourLikeFBF()?
At first I thought it was because I was rendering to an external hard drive, but when I tried an internal one I received the same error message, as well as the following one.
Dub/IO-Video error: Unknown (80004005)
I checked the output, and it breaks off exactly where ColourLikeFBF kicks in. I have a good computer with 16GB of RAM. There is nothing else in the script that might be causing the problem because I am using only Trim(), DeleteFrame(), DuplicateFrame() and a few colorspace conversions -- all simple operations. Moreover, I have tried rendering only the section that uses ColourLikeFBF and experienced the same thing.
I would appreciate any help because this is driving me mad.