VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1975 - 1977 of 16363)

Ticket Resolution Summary Owner Reporter
#16368 fixed VirtualBox Linux Guest: NVMe Controller With SPDK subbu_work
Description

Hi,

Some times back I have submitted the query in the forum, regarding the virtual NVMe Controller hang when we try with SPDK in Linux guest. Since people suggest to raise a bug hence I am filing the ticket. Below link has the detailed report about the bug.

https://forums.virtualbox.org/viewtopic.php?f=3&t=81059&p=381867&hilit=NVMe#p381867

Thanks & Regards, Subbu

#16357 fixed kBuild: abspathex is broken on Windows 10 IndyJones
Description

The abspathex in kBuild is broken when running on a Windows 10 x64 machine. The function always expands short paths which results in the build to fail. Here is an example (taken from footer-pass2-compiling-targets.kmk):

# Adjust paths if we got a default path.
ifneq ($(defpath),)
 local libpath    := $(abspathex $(libpath),$(defpath))
 local deps       := $(abspathex $(deps),$(defpath))
 local orderdeps  := $(abspathex $(orderdeps),$(defpath))
 othersrc := $(abspathex $(othersrc),$(defpath))
 # libs are not subject to this because of the the -l<lib> stuff. Use $(<target>_DEFPATH)/lib if relative to current dir!
endif

libpath's value before calling abspath: C:/PROGRA~2/MICROS~3/Windows/v7.1A/Lib libpath's value after calling abspath: C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A/Lib

This results in an invalid libpath containing blanks which will later on cause the build to produce following compiler command line and fail:

C:/PROGRA~2/MICROS~4.0/VC/bin/link.exe -nologo -machine:x86                           -Ignore:4197 /NOD /INCREMENTAL:NO /MAPINFO:EXPORTS /LargeAddressAware /DynamicBase /NxCompat /Release /Debug /Opt:Ref /Opt:Icf /Version:501.51 /DISALLOWLIB:libcd.lib /DISALLOWLIB:libcmtd.lib /DISALLOWLIB:msvcrt.lib /DISALLOWLIB:msvcrtd.lib /DISALLOWLIB:msvcprt.lib /DISALLOWLIB:msvcprtd.lib      /OUT:D:/vbox/out/win.x86/release/obj/bin2c/bin2c.exe /MAPINFO:EXPORTS /INCREMENTAL:NO /MAP:D:/vbox/out/win.x86/release/obj/bin2c/bin2c.map    /LIBPATH:C:/Program  /LIBPATH:Files  /LIBPATH:(x86)/Microsoft  /LIBPATH:SDKs/Windows/v7.1A/Lib @D:/vbox/out/win.x86/release/obj/bin2c/bin2c.rsp

Obviously the /LIBPATH arguments at the end are completely screwed due to the blanks in the path.

Also I tried to remove the line "local libpath := $(abspathex $(libpath),$(defpath))" from footer-pass2-compiling-targets.kmk which allows me to continue the build. However only until the first GUI component (VBoxDbgUI) is built. Then the build fails when the first file is moc'ed - this time with a screwed include path because qt5.kmk also uses abspathex.

This issue is related to https://forums.virtualbox.org/viewtopic.php?f=10&t=81139

#16356 duplicate Installing Avast Free anti-virus on a VirtualBox VM generates a blue screen error on windows. MFS68
Description

Dear,

Good Morning.

I'm trying a few days ago to install Avast Anti-Virus Free (https://www.avast.com/index) on a virtual machine that has the guest operating system Windows 7 Home Premium 32-bit, with Service Pack 1 and all installed updates. Intel (R) Pentium (R) Dual Processor CPU T2370 1.73Ghz and 1.22GB of RAM. I can only get to the end of the installation and even browse the program through Network - enabled Windows Security Mode. When I restart the machine to enter the normal mode the blue screen of Windows appears and then the screen "Startup Correction" appears. The machine only returns to normal after it is restored to the previous state of the machine before installing Avast. I have already used the chkdsk / F / V / R / X / B and sfc / SCANNOW commands to try to fix some possible errors in Windows, but nothing worked. My host machine has the 32-bit Windows Vista Home Basic operating system, Service Pack 2. Intel® Pentium (R) Dual Processor CPU T2370 1.73Ghz and 2GB of RAM. Also with all Windows updates installed. I am using the Oracle VM VirtualBox version VirtualBox-5.1.12-112440-Win.exe on the virtual machine. I have a windows dump that has recovered from an unexpected shutdown. But a screen print of the error message that Windows presents, as well as the VBox.log and VBoxHardening.log files, which I will be sending to you.

I extracted from the VBox.log file the following error message reported below:

00: 00: 40.351671 ERROR [COM]: aRC = VBOX_E_IPRT_ERROR (0x80bb0005) aIID = {02326f63-bcb3-4481-96e0-30d1c2ee97f6} aComponent = {DisplayWrap} aText = {Could not take a screenshot (VERR_NOT_SUPPORTED)}, preserve = false AResultDetail = 0   

Would you be able to tell me if VirtualBox has any incompatibility with Avast Free Anti Virus?

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