Hello all,<br><br>I am trying to run run vbox ose (vboxbfe.exe) )wich I build with vc++ express edition with a .vdi file that was created with the closed source edition.<br>I get the following error message:<br><br>!!Assertion Failed!!<br>
Expression: <none><br>Location  : E:\VBox\trunk\src\VBox\VMM\PDMDriver.cpp(594) pdmR3DrvHlp_Attach<br>Driver 'VBoxHDD' wasn't found!<br><br><br><br>I tried to debug and found that pDriversNode == null in pdmR3DrvInit(PVM pVM)<br>
    /*<br>     * Load the builtin module<br>     */<br>    PCFGMNODE pDriversNode = CFGMR3GetChild(CFGMR3GetRoot(pVM), "PDM/Drivers");<br><br><br><br>Is my vbox build incomplete? Do you have any ideas what could be wrong?<br>
<br><br>Thank you for your help,<br>Stefan<br>