VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2524 - 2526 of 16363)

Ticket Resolution Summary Owner Reporter
#15300 obsolete Create Host-Only Interface fails with E_FAIL on Windows 10 (and sometimes 7) talr
Description

I'm facing an issue that i can see exists for many years on various windows OS in which creating Host-Only interface fails, from VBoxManage and from VB GUI. i saw it more randomly on windows 7 from several users, but on windows 10 the fail rate it much higher. I've gone on all workaround posted in various tickets and none worked.

using VB 4.3.X fails, but VB 5.0.16 succeed. from the change log and documentation i understand that windows 10 supposed to be supported by 4.3.x and not only by 5.0.x Can you tell if the bug fix for this issue on VB 5.x will be ported to 4.3.x? i can't move to VB 5.0.16 at the moment as too many users are using 4.3.32

I've conducted an install test on 2 clean windows 10 machine, and collected the install logs:

  1. Windows 10 Enterprise x64 10240 (RTM)
  2. Windows 10 Pro x64 1511 (02.2016)

On each one of these i've run the installer with the "-l" flag for two VB builds:

  1. VirtualBox-5.0.16-105871 - latest release for VB 5.0.x
  2. VirtualBox-4.3.37-106347 -latest beta build for 4.3.x

It seems there is no difference between the 2 windows machines with regards to the tests as it seems identical

with 4.3.37 i can see in the logs:

CreateHostOnlyInterface: Creating host-only interface
CreateHostOnlyInterface: NetAdpDir property = C:\Program Files\Oracle\VirtualBox\drivers\network\netadp\
CreateHostOnlyInterface: Resulting INF path = C:\Program Files\Oracle\VirtualBox\drivers\network\netadp\VBoxNetAdp.inf
CreateHostOnlyInterface: Calling VBoxDrvCfgInfInstall(C:\Program Files\Oracle\VirtualBox\drivers\network\netadp\VBoxNetAdp.inf)
vboxDrvCfgInfCopyEx:enter
vboxDrvCfgInfCopyEx: lpszInfPath=C:\Program Files\Oracle\VirtualBox\drivers\network\netadp\VBoxNetAdp.inf 

vboxDrvCfgInfCopyEx: call _wsplitpath(C:\Program Files\Oracle\VirtualBox\drivers\network\netadp\VBoxNetAdp.inf, aMediaLocation, aDir, NULL, NULL)

vboxDrvCfgInfCopyEx: after _wsplitpath(...) aMediaLocation=C: and aDir=\Program Files\Oracle\VirtualBox\drivers\network\netadp\

vboxDrvCfgInfCopyEx: call wcscat(C:, \Program Files\Oracle\VirtualBox\drivers\network\netadp\)
vboxDrvCfgInfCopyEx: before call SetupCopyOEMInfW(lpszInfPath, aMediaLocation, SPOST_PATH, fCopyStyle, lpszDstName, cbDstName, pcbDstNameSize, lpszDstNameComponent)

vboxDrvCfgInfCopyEx: after call SetupCopyOEMInfW(lpszInfPath, aMediaLocation, SPOST_PATH, fCopyStyle, lpszDstName, cbDstName, pcbDstNameSize, lpszDstNameComponent)

vboxDrvCfgInfCopyEx: lpszInfPath=C:\Program Files\Oracle\VirtualBox\drivers\network\netadp\VBoxNetAdp.inf             fCopyStyle=0             lpszDstName=(null)             cbDstName=0             pcbDstNameSize=0             

vboxDrvCfgInfCopyEx:return S_OK

CreateHostOnlyInterface: VBoxDrvCfgInfInstall returns 0x0
[color=#FFFF00]UpdateHostOnlyInterfaces: VBoxNetCfgWinUpdateHostOnlyNetworkInterface failed, hr = 0xe000020b
CreateHostOnlyInterface: calling VBoxNetCfgWinCreateHostOnlyNetworkInterface
CLSIDFromString failed, hrc (0x800401f3)

CreateHostOnlyInterface: VBoxNetCfgWinCreateHostOnlyNetworkInterface returns 0x800401f3
CreateHostOnlyInterface: VBoxNetCfgWinCreateHostOnlyNetworkInterface failed, error = 0x800401f3[/color]
CreateHostOnlyInterface: Almost done...
CreateHostOnlyInterface: Returns success (ignoring all failures)

with 5.0.16 i can see in the logs:

CreateHostOnlyInterface: Creating host-only interface
CreateHostOnlyInterface: NetAdpDir property = C:\Program Files\Oracle\VirtualBox\drivers\network\netadp6\
CreateHostOnlyInterface: Resulting INF path = C:\Program Files\Oracle\VirtualBox\drivers\network\netadp6\VBoxNetAdp6.inf
CreateHostOnlyInterface: Calling VBoxDrvCfgInfInstall(C:\Program Files\Oracle\VirtualBox\drivers\network\netadp6\VBoxNetAdp6.inf)
CreateHostOnlyInterface: VBoxDrvCfgInfInstall returns 0x0
UpdateHostOnlyInterfaces: VBoxNetCfgWinUpdateHostOnlyNetworkInterface failed, hr = 0xe000020b
CreateHostOnlyInterface: calling VBoxNetCfgWinCreateHostOnlyNetworkInterface
Ignoring component ms_server

Ignoring component ms_netbios

Ignoring component ms_ndiscap

Ignoring component ms_wfplwf_upper

Ignoring component ms_pacer

Ignoring component ms_wfplwf_lower

Ignoring component ms_ndisuio

Ignoring component ms_lldp

Ignoring component ms_netbt

Ignoring component ms_rdma_ndk

Ignoring component ms_tcpip

Ignoring component ms_lltdio

Ignoring component ms_implat

Ignoring component ms_tcpip6

Ignoring component ms_rspndr

Ignoring component ms_pppoe

Ignoring component ms_msclient

CreateHostOnlyInterface: VBoxNetCfgWinCreateHostOnlyNetworkInterface returns 0x0
CreateHostOnlyInterface: calling VBoxNetCfgWinEnableStaticIpConfig
VBoxNetCfgWinEnableStaticIpConfig: ip=0x138a8c0 mask=0xffffff

netIfWinFindAdapterClassById: IEnumWbemClassObject::Next -> hr=0x0 pclsObj=0000001038482F60 uReturn=1 42=42

netIfWinFindAdapterClassById: S_OK and 0000001038482F60

VBoxNetCfgWinEnableStaticIpConfig: returns 0x0

CreateHostOnlyInterface: VBoxNetCfgWinEnableStaticIpConfig returns 0x0
CreateHostOnlyInterface: Creating host-only interface done
CreateHostOnlyInterface: Almost done...
CreateHostOnlyInterface: Returns success (ignoring all failures)

I'm attaching all the install logs.

any help would be very appreciated.

posted also in the forum: https://forums.virtualbox.org/viewtopic.php?f=6&t=77118&sid=9ec7fce8d7e37ee3c20ee62ce57d6e47

#15299 duplicate Create Host-Only Interface fails with E_FAIL on Windows 10 (and sometimes 7) talr
Description

I'm facing an issue that i can see exists for many years on various windows OS in which creating Host-Only interface fails, from VBoxManage and from VB GUI. i saw it more randomly on windows 7 from several users, but on windows 10 the fail rate it much higher. I've gone on all workaround posted in various tickets and none worked.

using VB 4.3.X fails, but VB 5.0.16 succeed. from the change log and documentation i understand that windows 10 supposed to be supported by 4.3.x and not only by 5.0.x Can you tell if the bug fix for this issue on VB 5.x will be ported to 4.3.x? i can't move to VB 5.0.16 at the moment as too many users are using 4.3.32

I've conducted an install test on 2 clean windows 10 machine, and collected the install logs:

  1. Windows 10 Enterprise x64 10240 (RTM)
  2. Windows 10 Pro x64 1511 (02.2016)

On each one of these i've run the installer with the "-l" flag for two VB builds:

  1. VirtualBox-5.0.16-105871 - latest release for VB 5.0.x
  2. VirtualBox-4.3.37-106347 -latest beta build for 4.3.x

It seems there is no difference between the 2 windows machines with regards to the tests as it seems identical

with 4.3.37 i can see in the logs:

CreateHostOnlyInterface: Creating host-only interface
CreateHostOnlyInterface: NetAdpDir property = C:\Program Files\Oracle\VirtualBox\drivers\network\netadp\
CreateHostOnlyInterface: Resulting INF path = C:\Program Files\Oracle\VirtualBox\drivers\network\netadp\VBoxNetAdp.inf
CreateHostOnlyInterface: Calling VBoxDrvCfgInfInstall(C:\Program Files\Oracle\VirtualBox\drivers\network\netadp\VBoxNetAdp.inf)
vboxDrvCfgInfCopyEx:enter
vboxDrvCfgInfCopyEx: lpszInfPath=C:\Program Files\Oracle\VirtualBox\drivers\network\netadp\VBoxNetAdp.inf 

vboxDrvCfgInfCopyEx: call _wsplitpath(C:\Program Files\Oracle\VirtualBox\drivers\network\netadp\VBoxNetAdp.inf, aMediaLocation, aDir, NULL, NULL)

vboxDrvCfgInfCopyEx: after _wsplitpath(...) aMediaLocation=C: and aDir=\Program Files\Oracle\VirtualBox\drivers\network\netadp\

vboxDrvCfgInfCopyEx: call wcscat(C:, \Program Files\Oracle\VirtualBox\drivers\network\netadp\)
vboxDrvCfgInfCopyEx: before call SetupCopyOEMInfW(lpszInfPath, aMediaLocation, SPOST_PATH, fCopyStyle, lpszDstName, cbDstName, pcbDstNameSize, lpszDstNameComponent)

vboxDrvCfgInfCopyEx: after call SetupCopyOEMInfW(lpszInfPath, aMediaLocation, SPOST_PATH, fCopyStyle, lpszDstName, cbDstName, pcbDstNameSize, lpszDstNameComponent)

vboxDrvCfgInfCopyEx: lpszInfPath=C:\Program Files\Oracle\VirtualBox\drivers\network\netadp\VBoxNetAdp.inf             fCopyStyle=0             lpszDstName=(null)             cbDstName=0             pcbDstNameSize=0             

vboxDrvCfgInfCopyEx:return S_OK

CreateHostOnlyInterface: VBoxDrvCfgInfInstall returns 0x0
[color=#FFFF00]UpdateHostOnlyInterfaces: VBoxNetCfgWinUpdateHostOnlyNetworkInterface failed, hr = 0xe000020b
CreateHostOnlyInterface: calling VBoxNetCfgWinCreateHostOnlyNetworkInterface
CLSIDFromString failed, hrc (0x800401f3)

CreateHostOnlyInterface: VBoxNetCfgWinCreateHostOnlyNetworkInterface returns 0x800401f3
CreateHostOnlyInterface: VBoxNetCfgWinCreateHostOnlyNetworkInterface failed, error = 0x800401f3[/color]
CreateHostOnlyInterface: Almost done...
CreateHostOnlyInterface: Returns success (ignoring all failures)

with 5.0.16 i can see in the logs:

CreateHostOnlyInterface: Creating host-only interface
CreateHostOnlyInterface: NetAdpDir property = C:\Program Files\Oracle\VirtualBox\drivers\network\netadp6\
CreateHostOnlyInterface: Resulting INF path = C:\Program Files\Oracle\VirtualBox\drivers\network\netadp6\VBoxNetAdp6.inf
CreateHostOnlyInterface: Calling VBoxDrvCfgInfInstall(C:\Program Files\Oracle\VirtualBox\drivers\network\netadp6\VBoxNetAdp6.inf)
CreateHostOnlyInterface: VBoxDrvCfgInfInstall returns 0x0
UpdateHostOnlyInterfaces: VBoxNetCfgWinUpdateHostOnlyNetworkInterface failed, hr = 0xe000020b
CreateHostOnlyInterface: calling VBoxNetCfgWinCreateHostOnlyNetworkInterface
Ignoring component ms_server

Ignoring component ms_netbios

Ignoring component ms_ndiscap

Ignoring component ms_wfplwf_upper

Ignoring component ms_pacer

Ignoring component ms_wfplwf_lower

Ignoring component ms_ndisuio

Ignoring component ms_lldp

Ignoring component ms_netbt

Ignoring component ms_rdma_ndk

Ignoring component ms_tcpip

Ignoring component ms_lltdio

Ignoring component ms_implat

Ignoring component ms_tcpip6

Ignoring component ms_rspndr

Ignoring component ms_pppoe

Ignoring component ms_msclient

CreateHostOnlyInterface: VBoxNetCfgWinCreateHostOnlyNetworkInterface returns 0x0
CreateHostOnlyInterface: calling VBoxNetCfgWinEnableStaticIpConfig
VBoxNetCfgWinEnableStaticIpConfig: ip=0x138a8c0 mask=0xffffff

netIfWinFindAdapterClassById: IEnumWbemClassObject::Next -> hr=0x0 pclsObj=0000001038482F60 uReturn=1 42=42

netIfWinFindAdapterClassById: S_OK and 0000001038482F60

VBoxNetCfgWinEnableStaticIpConfig: returns 0x0

CreateHostOnlyInterface: VBoxNetCfgWinEnableStaticIpConfig returns 0x0
CreateHostOnlyInterface: Creating host-only interface done
CreateHostOnlyInterface: Almost done...
CreateHostOnlyInterface: Returns success (ignoring all failures)

I'm attaching all the install logs.

any help would be very appreciated.

posted also in the forum: https://forums.virtualbox.org/viewtopic.php?f=6&t=77118&sid=9ec7fce8d7e37ee3c20ee62ce57d6e47

#15298 fixed Latest Kernel 4.6-rc2 support retro
Description

I was trying to compile vboxdrv (5.0.16) against 4.6-rc2 linux kernel, but I was getting following error.

/vboxdrv/r0drv/linux/memobj-r0drv-linux.c:581:21: error: implicit declaration of function 'page_cache_release' [-Werror=implicit-function-declaration]

There was change in linux kernel removing this macro merged recently (thanks to bitlord from #fedora freenode IRC for pointing me to this change).

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=09cbfeaf1a5a67bfb3201e0c83c810cecb2efa5a

I was able to compile vboxdrv with attached patch.

I did also quick search about put_page function at http://lxr.free-electrons.com/ident?i=put_page. It seems like old stable part of kernel and it should be supported from 2.6 (as I found that's the oldest kernel branch supported by VirtualBox) until today.

Also I did scan for another change candidates related to that kernel change and I found one in guest additions. Change is also included in attached patch.

Currently I'm testing this change, but after first tests it looks ok and everything works as expected.

Thanks for great opensource project and I hope this report will be useful in any way. Josef ---

Attached patch is released under the following MIT License

COPYRIGHT AND PERMISSION NOTICE

Copyright (c) 2016, Josef Šimánek <josef.simanek@…>.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy