Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

196 display memory (vram) set too low to function #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpstacey
Copy link

Detect the display memory setting, and increase it if less than 64MB.

On certain VirtualBox setups, the default display memory setting for
newly imported boxes is 16MB, lower than the minimum 18MB suggested by
VirtualBox's own graphical UI. This can cause boxes to hang on boot,
preventing ievms.sh from configuring them and even hanging the host.

    Detect the display memory setting, and increase it if less than 64MB.

    On certain VirtualBox setups, the default display memory setting for
    newly imported boxes is 16MB, lower than the minimum 18MB suggested by
    VirtualBox's own graphical UI. This can cause boxes to hang on boot,
    preventing ievms.sh from configuring them and even hanging the host.
@wpiekutowski
Copy link

I think I'm experiencing the same problem, but your changes don't work for me. I've even tried to increase VRAM to 128MB, but no luck. Perhaps you have some other ideas about the cause of these errors?

Waiting for IE8 - WinXP to be available for guestcontrol...
Setting IEUser password
VBoxManage: error: Session is not in started state
VBoxManage: error: Details: code NS_ERROR_UNEXPECTED (0x8000ffff), component GuestSession, interface IGuestSession, callee nsISupports
VBoxManage: error: Context: "ProcessCreate(Bstr(strCmd).raw(), ComSafeArrayAsInParam(aArgs), ComSafeArrayAsInParam(aEnv), ComSafeArrayAsInParam(aCreateFlags), ctrlExecGetRemainingTime(u64StartMS, cMsTimeout), pProcess.asOutParam())" at line 1327 of file VBoxManageGuestCtrl.cpp

@wpiekutowski
Copy link

Actually it seems like some kind of a timing issue. I've managed to install IE8 successfully by pressing CTRL+Z and resuming it when I saw in VB VM preview that XP was fully booted. Seems like it might not be related to your issue.

@clarkewd
Copy link

clarkewd commented Sep 9, 2014

It was also a timing issue for me rather than a video ram issue, as noted in #226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants