VirtualDub can't access a capturing device but if I put VD into SandBoxie it does. Why?

1

I have a Windows 10 machine and a video capturing USB device called EasyCap which lets you convert analog video and audio signals into digital files. The device's driver was installed by OS automatically and looks OK in its properties.

Whenever I try to access this device in VirtualDub it gives me an error "VirtualDub cannot connect to the desired capture driver". But if I put VirtualDub into Sandboxie (pseudo-virtual machine which uses copies of actual resources of your OS) it works flawlessly.

I'm not seeking for a solution of my problem but I really want to understand what can cause this problem and how this particular part of Windows works. If you need any more details ask in comments please and I will provide them. Thanks in advance!

snakecase

Posted 2018-06-12T20:01:51.443

Reputation: 11

Sandboxie is not considered a pseudo-virtual machine. Sandboxie has absolutely no virtualization or hypervisor capabilities. One of the reasons it could work is because the device is being used by a different application and/or I have in the past had issues with a camera not working due to an ASUS USB charging driver being installed. You can confirm this is the case by using an actual virtual machine, if it works, then you know you have a conflicting driver. The reason it would work is due to how Sandboxie works – Ramhound – 2018-06-12T20:56:47.027

Wow thanks! Is there a way to detect what driver or application causes the conflict? – snakecase – 2018-06-13T04:11:33.103

Boot into a minimal configuration. You can use Autoruns and make sure only the drivers that are absolutely required are loaded. You can then also manually make sure only a bare minimum of the startup applications are started. If it this ends up working you have verified there is a conflict that exists – Ramhound – 2018-06-13T10:55:45.477

Woah I didn't know you can disable entries in Autoruns. Welp, I disabled literally everything in it except that capturing device driver and still got that error. – snakecase – 2018-06-13T12:57:29.347

So it isn't an application. What about the drivers? That is how I found out that the ASUS USB drivers for my motherboard would prevent my USB camera from working on the desktop version of Skype (see my question on that subject if you want to know more) – Ramhound – 2018-06-13T16:30:47.417

I meant I disabled EVERYTHING in Autoruns, even drivers. I rebooted into 1024x768 or so because even GPU drivers were off and still the same error though the capturing device was present in the device manager and was ok in its properties' status. – snakecase – 2018-06-13T21:51:22.403

No answers