Reply To: VirtNet does not install on Windows 10 version 1809 x64

Home Forums Discussions Support VirtNet does not install on Windows 10 version 1809 x64 Reply To: VirtNet does not install on Windows 10 version 1809 x64

#10629
Vadim Smirnov
Keymaster

    I have devoted some time over the weekend to this issue, but I still don’t have a good idea what was changed by an update and how to fix this. It is definitely not about driver signing because that phase is passed fine. And setupapi.dev.log does not contain any helpful information:

    >>>  [Device Install (DiInstallDevice) - ROOT\NET\0000]
    >>>  Section start 2019/02/04 11:53:39.838
          cmd: "C:\Windows\system32\mmc.exe" C:\Windows\system32\devmgmt.msc
         ndv: Flags: 0x00000004
         dvi: {Plug and Play Service: Device Install for ROOT\NET\0000}
    !    dvi:      Installing NULL driver!
         dvi:      {DIF_ALLOW_INSTALL} 11:53:39.858
         dvi:           Default installer: Enter 11:53:39.858
         dvi:           Default installer: Exit
         dvi:      {DIF_ALLOW_INSTALL - exit(0xe000020e)} 11:53:39.862
         dvi:      {DIF_REGISTER_COINSTALLERS} 11:53:39.862
         dvi:           Default installer: Enter 11:53:39.862
         dvi:           Default installer: Exit
         dvi:      {DIF_REGISTER_COINSTALLERS - exit(0x00000000)} 11:53:39.866
         dvi:      {DIF_INSTALLDEVICE} 11:53:39.866
         dvi:           Default installer: Enter 11:53:39.866
    !    dvi:                Installing NULL driver!
         dvi:                Install Null Driver: Removing device sub-tree. 11:53:39.870
         dvi:                Install Null Driver: Removing device sub-tree completed. 11:53:39.874
         dvi:                Install Null Driver: Restarting device. 11:53:39.878
         dvi:                Install Null Driver: Restarting device completed. 11:53:39.882
         dvi:                Install Device: Configuring device class. 11:53:39.882
         dvi:                Install Device: Configuring device class completed. 11:53:39.882
         dvi:                Device Status: 0x01802401, Problem: 0x1c (0x00000000)
         dvi:                Install Device: Starting device 'ROOT\NET\0000'. 11:53:39.886
         dvi:                Install Device: Starting device completed. 11:53:39.894
         dvi:           Default installer: Exit
         dvi:      {DIF_INSTALLDEVICE - exit(0x00000000)} 11:53:39.898
         ump: {Plug and Play Service: Device Install exit(00000000)}
    <<<  Section end 2019/02/04 11:53:39.910
    <<<  [Exit status: SUCCESS]
    
    >>>  [Delete Device - ROOT\NET\0000]
    >>>  Section start 2019/02/04 11:59:51.125
          cmd: "C:\Windows\system32\mmc.exe" C:\Windows\system32\devmgmt.msc
         dvi: Query-and-Remove succeeded
    <<<  Section end 2019/02/04 11:59:51.133
    <<<  [Exit status: SUCCESS]

    Mentioned Problem: 0x1c is CM_PROB_FAILED_INSTALL for which I could find anything helpful besides https://docs.microsoft.com/en-us/windows-hardware/drivers/install/cm-prob-failed-install

    The only solution I can see so far would be creating a new NDIS 6 virtual network adapter driver…