It looks like C:\Windows\System32\lvcod64.dll
may be the crashing component.
This looks like a splitter/codec DLL which is part of Logitech's webcam software, and it's being tried when Opus asks for information on the AVI file. It looks like it may be crashing and taking out the thread which is running the query, which is in turn leaving file handles open, but it doesn't take out the whole process.
There are reports of the same DLL crashing other software:
-
https://community.adobe.com/t5/premiere-pro/a-low-level-exception-occurred-in-lvcod64-dll-getavicodecs/td-p/10151229 (also lvcod64.dll – Adobe video & audio apps )
-
Crashing on Windows 10 due to lvcod64.dll · Issue #46 · opentoonz/opentoonz · GitHub
Renaming the DLL is said to stop it causing problems, although that may also mean something else breaks.
(This is all somewhat guesswork, based on the log events and which DLLs were being loaded at the time of different operations on different threads, but the fact it has also crashed other software means there's a good chance it is the issue here.)