- Start recording an application
- Stop recording
- Keep the application running, shut down OWL Control
- Attempt to replace
OWLC\data\obs-plugins\win-capture\graphics-hook64.dll: you cannot, the file's locked
- Shut the application down
- You can now replace the DLL
My suspicion is that the module is never unloaded because we don't clean up the runtime properly. Unfortunately, we're going to have to figure that one out.
cc @Clyde013, but I'll probably need to investigate because this is threading/async heck
OWLC\data\obs-plugins\win-capture\graphics-hook64.dll: you cannot, the file's lockedMy suspicion is that the module is never unloaded because we don't clean up the runtime properly. Unfortunately, we're going to have to figure that one out.
cc @Clyde013, but I'll probably need to investigate because this is threading/async heck