[vbox-dev] "Failed to create a session" after building OSE 3.2.6 on WindowsXP SP3

Feng, Haitao haitao.feng at intel.com
Wed Aug 4 04:58:07 GMT 2010


Hi,

I modified comregister.cmd a little, from
    regsvr32 /s /u VBoxC.dll
    regsvr32 /s VBoxC.dll
to 
    regsvr32 /s /u .\VBoxC.dll
    regsvr32 /s .\VBoxC.dll

and now VirtualBox works. Previously the coms are not registered and "regsvr32
VBoxC.dll" reports nothing. Thank you very much for your information.

Could I know your plan to run mutter with GL acceleration in VirtualBox? GNOME 3
is coming with mutter as the default window manager.

-Haitao

On Wed, Aug 04, 2010 at 12:15:02PM +0800, Huihong Luo wrote:
> might not be a good idea to mix PUEL and OSE executable.
>  
> After OSE binary is built, copy VBoxDrv.sys to c:\windows\system32. and make
> sure the VBoxDrv service is created in registry.
>  
> then run comregister.cmd to register all coms, kill all VBoxSVC.exe processes,
> just in case it runs from PUEL.
>  
> I use VS2005, to compile it, due to those intrinsic conflict errors
> 
> --- On Tue, 8/3/10, Feng, Haitao <haitao.feng at intel.com> wrote:
> 
> 
>     From: Feng, Haitao <haitao.feng at intel.com>
>     Subject: Re: [vbox-dev] "Failed to create a session" after building OSE
>     3.2.6 on WindowsXP SP3
>     To: "Huihong Luo" <huisinro at yahoo.com>
>     Cc: "vbox-dev at virtualbox.org" <vbox-dev at virtualbox.org>, "Feng, Haitao"
>     <haitao.feng at intel.com>
>     Date: Tuesday, August 3, 2010, 5:34 PM
> 
>     Hi,
> 
>     Thanks for the reply!
> 
>     I have followed all the instructions in your wiki, including
>     comregister.cmd,
>     SUPUninstall and SUPInstall. If there are no problems in my building env, I
>     will
>     investigate further to find out the root cause.
> 
>     I have spent two months on VirtualBox development for Linux and have
>     running
>     MeeGo UX (a mutter plugin) inside VirtualBox successfully with GL
>     acceleration.
>     Now I switch to Windows, I'd like to know your building env and debugging
>     env.
> 
>     Thanks
>     -Haitao
> 
>     On Tue, Aug 03, 2010 at 09:36:06PM +0800, Huihong Luo wrote:
>     > try to run "comregister.cmd" first
>     >
>     > --- On Tue, 8/3/10, Feng, Haitao <haitao.feng at intel.com> wrote:
>     >
>     >
>     >     From: Feng, Haitao <haitao.feng at intel.com>
>     >     Subject: [vbox-dev] "Failed to create a session" after building OSE
>     3.2.6
>     >     on WindowsXP SP3
>     >     To: "vbox-dev at virtualbox.org" <vbox-dev at virtualbox.org>
>     >     Date: Tuesday, August 3, 2010, 2:21 AM
>     >
>     >     Hi,
>     >
>     >     I have followed your build instruction for Windows, but failed to
>     create a
>     >     new
>     >     virtual machine by using the built VirtualBox OSE.
>     >
>     >     My build env:
>     >
>     >     Windows XP SP3
>     >     VS2005 with service pack 1
>     >     Windows Platform SDK v6.1
>     >     Windows DDK 3900.1830
>     >
>     >     During building, there are some compilation errors. Those could be
>     walked
>     >     around
>     >     by modifying the WINNT.h to remove the volatile keyword from
>     >     _interlockedbittestandset,
>     >     modifying some Makefile.kmk to change the _WIN32_WINNT to 0x0501.
>     >
>     >     But after building, when I create a new VM, VirtualBox complains
>     "Failed to
>     >     create a session".
>     >     Could you help me to solve this issue?
>     >
>     >     BTW: The OSE version works after I installed the PUEL 3.2.6, copied
>     the
>     >     VBoxSVC.exe,
>     >     VBoxC.dll, VBoxDDU.dll and VBoxDD.dll to OSE version, and then
>     uninstalled
>     >     the PUEL 3.2.6.
>     >     So I suspect this issue is related to Platform SDK and DDK.
>     >
>     >     Thanks
>     >     -Haitao
>     >
>     >     _______________________________________________
>     >     vbox-dev mailing list
>     >     vbox-dev at virtualbox.org
>     >     http://vbox.innotek.de/mailman/listinfo/vbox-dev
>     >
> 




More information about the vbox-dev mailing list