Child dumpcap process died: Exception 0x0000374
Wireshark will not capture on my local interfaces. This is a new error. I have used Wireshark for a long time. I have been trying to uninstall NPcapOEM, which is what I think caused the problem. NPcapOEM is interfering with another piece of software I need to use, so I decided to try and uninstall it. It is uninstallable. It reinstalls itself and can't get rid of it.
I can use Wireshark to view captures but can't do any new capturing.
Windows 10 Pro
Any suggestions?
That's only 7 hex digits, but the code that generates that message should generate 8 hex digits. Was it something such as 0x80000374 or 0xc0000374? That might indicate why dumpcap is crashing - which it should not be doing, even if there's a problem with Npcap!
And the code that generates that message will only report it if it has C as the uppermost digits, so it was 0xc0000374, which is probably
STATUS_HEAP_CORRUPTION
. That definitely sounds like a bug either in dumpcap or possibly Npcap.