Then I noticed there is an update available and decided to update to 4.3.20 (and violated "it works - don't touch it" rule).
So, now I'm in the situation when under newly installed 4.3.20 I cannot run any VM that has a bridged network interface. The error on start is:
Code: Select all
Failed to open/create the internal network 'HostInterfaceNetworking-Realtek PCIe GBE Family Controller' (VERR_INTNET_FLT_IF_NOT_FOUND).
Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
Result Code:
E_FAIL (0x80004005)
Component:
Console
Interface:
IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6}
Code: Select all
00:00:03.041240 IntNet#0: szNetwork={HostInterfaceNetworking-Realtek PCIe GBE Family Controller} enmTrunkType=3 szTrunk={\DEVICE\{57CC0D36-4D32-4BC6-8AA5-A262A008E07F}} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:03.041292 VMSetError: F:\tinderbox\win-4.3\src\VBox\Devices\Network\DrvIntNet.cpp(1752) int __cdecl drvR3IntNetConstruct(struct PDMDRVINS *,struct CFGMNODE *,unsigned int); rc=VERR_INTNET_FLT_IF_NOT_FOUND
00:00:03.041490 VMSetError: Failed to open/create the internal network 'HostInterfaceNetworking-Realtek PCIe GBE Family Controller'
00:00:03.041535 VMSetError: F:\tinderbox\win-4.3\src\VBox\Devices\Network\DevE1000.cpp(7693) int __cdecl e1kR3Construct(struct PDMDEVINS *,int,struct CFGMNODE *); rc=VERR_INTNET_FLT_IF_NOT_FOUND
00:00:03.041537 VMSetError: Failed to attach the network LUN
00:00:03.041546 PDM: Failed to construct 'e1000'/0! VERR_INTNET_FLT_IF_NOT_FOUND (-3600) - The networking interface to filter was not found.So seems like some last windows 7 updates prevent virtualbox from installing correctly.
Now I'm in stuck - I cannot get the new version working, I cannot get the old version that has been working for weeks working again.
Any known solution for this?
UPD: tried 4.3.16 which I used some time before and it worked successfully. Now it does not with the very same exception.