Build Error on VirtualBox 7.0.14 on windows10

Discussions related to using VirtualBox on Windows hosts.
Post Reply
singi
Posts: 2
Joined: 13. Mar 2024, 14:17

Build Error on VirtualBox 7.0.14 on windows10

Post by singi »

Hello :D

I tried to build VirtualBox 7.0.14 (latest release version source) on windows 10 64bit (using VS2019)

The build was successful.

However, the following error occurs when running the virtual machine. (Attached VBox.log)

shortly, I got below error message.

```
SUP: RTLdrOpen failed for VMMR0.r0 (C:\Users\test\Desktop\build\VBox\VirtualBox-7.0.14\out\win.amd64\release\bin\VMMR0.r0) VERR_LDRPE_LOAD_CONFIG_SIZE
```

As a result of the search, it was said to be related to `Core Isolation`, so I tried it, but it was already turned off.

currently, i have no idea before code review.

has anyone solve or know this issues?

thanks :D
Attachments
VBox.log
(3.31 KiB) Downloaded 8 times
singi
Posts: 2
Joined: 13. Mar 2024, 14:17

Re: Build Error on VirtualBox 7.0.14 on windows10

Post by singi »

still resolving it. some code review, i figure out to an error occurs when reading the PE header after reading the MZ header.

- I will leave this once it is resolved - :D
hungpmtin44
Posts: 7
Joined: 10. Mar 2024, 16:10

Re: Build Error on VirtualBox 7.0.14 on windows10

Post by hungpmtin44 »

Same issuse:
v7.0.97 (clone from trunk) after build with self signing, on target PC i have turned on test signing mode, add test cert, run loadall.cmd success, but run VM got error: Failed to load R0 module C:\Users\bin-64-self-sign\bin/VMMR0.r0: Grown load config (304 to 320 bytes) includes non-zero bytes: a8 95 1c 80 01 00 00 00 00 00 00 00 00 00 00 00 (VERR_LDRPE_LOAD_CONFIG_SIZE).

- On same PC run Virtualbox download from homepage (7.0.14) is run ok
Post Reply