Opened 15 years ago
Closed 15 years ago
#4927 closed defect (fixed)
Virtualbox 3.0.4 OSE "VBoxManage startvm <VM> -type gui" doesn't work
Reported by: | mobius | Owned by: | |
---|---|---|---|
Component: | host support | Version: | VirtualBox 3.0.4 |
Keywords: | windows ose gui sdl session type | Cc: | |
Guest type: | Linux | Host type: | Windows |
Description
Host: Windows XP Guest: Debian GNU/Linux
ERROR: Invalid session type 'gui' Details: code E_INVALIDARG (0x80070057), component Machine, interface IMachine, callee Unknown Context: "OpenRemoteSession(a-)session, uuid, sessionType, env, progress.asOutParam())" at line 531 of file 531 of file VBoxManage.cpp
No log file is generated.
The only other option available is to use SDL, which isn't an option. This bug effectively means VirtualBox OSE is unusable in Windows.
Problems with SDL: keyboard mapping issues - shift/alt/altgr/arrow keys don't work. Fullscreen doesn't resize desktop properly, mouse cursor not visible in full screen, crashes randomly for no reason etc
Change History (5)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Instructions used:
http://forums.virtualbox.org/viewtopic.php?f=10&t=14555&start=0
Please advise what value to set this variable to enable the gui.
comment:3 by , 15 years ago
priority: | critical → minor |
---|
Please attach (use the attach button please) the following files of your OSE build tree:
- LocalConfig.kmk (if exists)
- AutoConfig.kmk
- env.bat
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Well, I guess you compiled the OSE tree with VBOX_WITH_QTGUI = which disables the Qt GUI, correct?