Custom Query (16363 matches)
Results (88 - 90 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #21263 | wontfix | VERR_NEM_INIT_FAILED when powering VM up | ||
| Description |
Installed VirtualBox 7.0.2 on macOS 10.15.7 and tried to launch Debian 11. Got the following errors: hv_vm_create() failed: 0xfae94001 (VERR_NEM_INIT_FAILED). Driverless mode (VERR_SUP_DRIVERLESS). Result Code: NS_ERROR_FAILURE (0X80004005) Component: ConsoleWrap Interface: IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} The same Debian guest had been working on 6.1.38. There were no changes to the guest between running on 6.1.38 and trying to run on 7.0.2. Attached are logs from 6.1.38 and 7.0.2 |
|||
| #21259 | invalid | System crashes when using almost any feature | ||
| Description |
A critical error has occurred while running the virtual machine and the machine execution has been stopped. |
|||
| #21258 | fixed | Cannot install Guest additions 7.0 on Centos9 Stream kernel 5.14.0 | ||
| Description |
vboxadd-setup.log reports: /tmp/vbox.0/regops.c:3866:6: error: ‘struct address_space_operations’ has no member named ‘set_page_dirty’
/tmp/vbox.0/regops.c:3866:23: error: ‘set_page_dirty_buffers’ undeclared here (not in a function); did you mean ‘set_page_dirty_nobuffers’?
The preprocessor in regops.c tests for kernel version 5.18.0 or later, near line 3866: #if RTLNX_VER_MIN(5,18,0) For the Centos9 kernel I am using, 5.14.0, this needs to be changed to: #if RTLNX_VER_MIN(5,14,0) |
|||

