Failed to create a host network interface

Discussions related to using VirtualBox on Windows hosts.
Post Reply
MUN
Posts: 2
Joined: 20. Jan 2023, 21:54

Failed to create a host network interface

Post by MUN »

I am able to install Oracle VB versions 6 and 7 on "Windows 11 Pro", however, when trying to add Host-Only Network it is throwing below error:

Code: Select all

Failed to create a host network interface.

Assertion failed: [!aInterfaceName.isEmpty()] at 'F:\tinderbox\win-6.1\src\VBox\Main\src-server\HostNetworkInterfaceImpl.cpp' (76) in long __cdecl HostNetworkInterface::init(class com::Utf8Str,class com::Utf8Str,class com::Guid,enum __MIDL___MIDL_itf_VirtualBox_0000_0000_0046).

Please contact the product vendor!.

Result Code: E_FAIL (0x80004005)
Component: HostNetworkInterfaceWrap
Interface: IHostNetworkInterface {455f8c45-44a0-a470-ba20-27890b96dba9}
Please help me!!
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Failed to create a host network interface

Post by scottgus1 »

  1. Uninstall Virtualbox and reboot.
  2. Go to "C:\Windows\System32\drivers", look for any files called 'Vbox*.sys' (there could be up to 5) and delete them.
  3. Reboot again.
  4. If you have any 3rd-party security or anti-malware software, disable the living daylights out of it for a moment.
  5. Reinstall Virtualbox using right-click-Run-As-Administrator.
MUN
Posts: 2
Joined: 20. Jan 2023, 21:54

Re: Failed to create a host network interface

Post by MUN »

Thank you so much scottgus1. You have saved me!! :D
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Failed to create a host network interface

Post by scottgus1 »

Great! Glad you're up and running.
Post Reply